-
Notifications
You must be signed in to change notification settings - Fork 492
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
A symbol table requirement was not fulfilled #1614
Comments
Helllo, We need much more information to diagnose the issue.
|
C:\Users\Andrew Blyth\OneDrive - Andrew Blyth\Desktop>git clone https://github.com/volatilityfoundation/volatility3.git Resolving deltas: 100% (32744/32744), done. C:\Users\Andrew Blyth\OneDrive - Andrew Blyth\Desktop>cd volatility3 C:\Users\Andrew Blyth\OneDrive - Andrew Blyth\Desktop\volatility3>ls C:\Users\Andrew Blyth\OneDrive - Andrew Blyth\Desktop\volatility3>python vol.py -vvvv -f ..\raw.raw windows.verinfo.VerInfo Unsatisfied requirement plugins.VerInfo.kernel.symbol_table_name: A symbol table requirement was not fulfilled. Please verify that: Unable to validate the plugin requirements: ['plugins.VerInfo.kernel.symbol_table_name'] C:\Users\Andrew Blyth\OneDrive - Andrew Blyth\Desktop\volatility3> |
A little more context from slack OS in the sample is Windows 10 Enterprise 22H2 (19045-5371) Originally wasn't using the latest develop commit, but has tried that now and is getting the same error. The machine should have 32GB of raw, which matches the size in the logs. The collection was done with winpmem. Is trying another image to see if that works. I've also suggested trying surge or dumpit for the collection. To rule out a winpmem issue. |
I used dumpit to contract a memory dump and when I ran it on volatility I got the same error message. |
I am trying to analyse a Windows 10 Enterprise 22H2 (19045-5371) and I am getting the following error messages:
Volatility 3 Framework 2.8.0
Progress: 100.00 PDB scanning finished
Unsatisfied requirement plugins.Lsadump.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.Lsadump.kernel.symbol_table_name']
The text was updated successfully, but these errors were encountered: