You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried to run plugin sigcheck in Volatility 2.6.
When I run sigcheck.py in Python, there is no 'import pefile' error.
However, when I run it as a plugin in Volatility, an 'import pefile' error occurs.
Do you know why this error is happening?
For reference, I am using Python 3.8 and Volatility 2.6.
Volatility Foundation Volatility Framework 2.6 *** Failed to import volatility.plugins.sigcheck (ImportError: No module named pefile) *** Failed to import volatility.plugins.sigvalidator (ImportError: No module named pefile)
Thank you.
The text was updated successfully, but these errors were encountered:
Hi, I tried to run plugin sigcheck in Volatility 2.6.
When I run sigcheck.py in Python, there is no 'import pefile' error.
However, when I run it as a plugin in Volatility, an 'import pefile' error occurs.
Do you know why this error is happening?
For reference, I am using Python 3.8 and Volatility 2.6.
Volatility Foundation Volatility Framework 2.6 *** Failed to import volatility.plugins.sigcheck (ImportError: No module named pefile) *** Failed to import volatility.plugins.sigvalidator (ImportError: No module named pefile)
Thank you.
The text was updated successfully, but these errors were encountered: