nganhkhoa
8cb553eb11
Because the tag is different in lower version of Windows, need to
change the tag in scan algorithm
4b29cf1986/volatility/framework/plugins/windows/poolscanner.py (L229)
6 lines
240 B
Plaintext
6 lines
240 B
Plaintext
[target.x86_64-pc-windows-msvc]
|
|
# CRT static to make run on machine without VC++
|
|
# https://github.com/rust-lang/rust/pull/66801#issuecomment-558947376
|
|
# >> "-Clink-args=/subsystem:console,5.02"
|
|
rustflags = ["-Ctarget-feature=+crt-static"]
|