-
Notifications
You must be signed in to change notification settings - Fork 457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two vad related issues need warning changes/additions #1256
Comments
If you can get a PR in place for what you're after we can get those tweaked. |
@atcuno for the overlapping regions - can I check this is what you're looking for. In this faked output there is an overlap with the starts and ends of these two entries. For the $ python3 vol.py -r pretty -f win-xp-laptop-2005-06-25.img windows.vadwalk --pid 4012
Volatility 3 Framework 2.10.0
Formatting...0.00 PDB scanning finished
| PID | Process | Offset | Parent | Left | Right | Start | End | Tag
<snip>
* | 4012 | dd.exe | 0xff94a1d0 | 0x81f35458 | 0x8220e848 | 0xffaa0a90 | 0x320000 | 0x332fff | Vad
* | 4012 | dd.exe | 0x8220e848 | 0xff94a1d0 | 0x0 | 0x0 | 0x320000 | 0x32ffff | VadS
<snip> For point two I've made that tiny change here: #1270 |
…k_warnings Windows: change warnings around large memory maps to debug level as per issue #1256
traverse should print a debug message if overlapping regions are founded:
volatility3/volatility3/framework/symbols/windows/extensions/__init__.py
Line 76 in d56cd83
This messages needs to be toned down to debug instead of warning:
https://github.com/volatilityfoundation/volatility3/blob/develop/volatility3/framework/plugins/windows/vadyarascan.py#L71
This warning makes the vad yarascan plugin unusable on many samples (including ones we had for Black Hat and DFRWS) as it prints 1000s of times across processes.
The text was updated successfully, but these errors were encountered: