-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
noticed on windows dump, the windows.pslist plugin returns this error:
No symbol files found at provided filename: pe
This because the mapped symbol folder doesn't contain the __init__py that block the lookup into the framework plugin folder (where pe.json and other files are located)
I solved by put this file
https://github.com/volatilityfoundation/volatility3/blob/develop/volatility3/symbols/__init__.py
in my local plugin folder
Reactions are currently unavailable