-
Notifications
You must be signed in to change notification settings - Fork 463
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
Error while scanning raw imagefile #1246
Comments
Hi, could you provide us with a |
is it looks like this? |
more like : |
Alright, could you try running :
It seems there is a problem with the cache directory. |
Instead of taking screenshots, could you provide the entire output as a text please ? |
volatility3error.txt |
This issue is quite similar to #1226, please check it out and tell us if it fixes it for you too. |
emmm,it seems like volatility 3.0 is not supporting Win11 memory dumps, when I tested Win10 memory dump i got the result, by the way thanks for spending time help me to solve this issue. |
Have you tried changing the cache path to a writable directory ? For now, it seems he error relates only to a permission problem. |
Yes, Volatility3 supports Windows11. Would you be able to provide a run with :
You will need to create the directory This would help to determine if the cache permission is faulty or if it is indeed a support problem. |
According to my tests Windows system versions supported by volatility3: Python3 volatility3/vol.py-f xx.raw windows.info # test command. Support for windows7 Professional Edition (7600) Windows7 sp1 Ultimate Edition is not supported (7601) |
Hiya, did you ever try @Abyss-W4tcher 's test? It would be running the following against one of the images that wasn't working:
If will create a lot of output, but it should tell us whether it's just a file permission issue (which it looks like) or something else... |
Hi I am currently running a image file
I used the code: python3 -f mem.raw windows.info
And it shows these error codes:
Unsatisfied requirement plugins.Hashdump.kernel.symbol_table_name:
A symbol table requirement was not fulfilled. Please verify that:
The associated translation layer requirement was fulfilled
You have the correct symbol file for the requirement
The symbol file is under the correct directory or zip file
The symbol file is named appropriately or contains the correct banner
Unable to validate the plugin requirements: ['plugins.Hashdump.kernel.symbol_table_name']
Did I missed installing any essential API for this tool?
MaxFuwin
The text was updated successfully, but these errors were encountered: