Update base code for windows 7, 8, 8.1
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)
This commit is contained in:
@ -1,2 +1,5 @@
|
||||
[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"]
|
||||
|
Reference in New Issue
Block a user