Closed wanna-graduate closed 5 months ago
So the exact error is that certain symbols that the plugin needs to be able to be found, can't be found. The error message isn't as helpful as it could be (because it doesn't tell you which symbol), but it could be one of MiVisibleState, SystemVaRegions, SystemVaType. This is because Windows changed the way that it recorded information between various different versions, and we use the symbols in the symbol table to figure that out. If they're not there, then it likely means that version of Window isn't supported by the virtmap plugin unfortunately.
@ikelos Thank you very much! It turns out that what you said is right, it is indeed a version support issue. I tried to analyze win7sp1x86 using the virtmap plugin with success.
Describe the bug I ran into a problem when using Windows.virtmap. There is no valid output. How do I use the virtmap plugin correctly? Does this have to do with ASLR? If you need more information or the vmem file, please tell me and leave your email.
Context Volatility Version: 2.5.0 Operating System: ubuntu 22.04(linux 5.15.74)(my host OS) Python Version: 3.10.12 Suspected Operating System: win7sp1x64(3.vmem) Command: python3 vol.py -f /home/xi/volatility3-2.5.0/12/3.vmem -vvv windows.virtmap
Example output