*** Failed to import volatility.plugins.sigcheck (ImportError: No module named pefile)
yun062440 opened this issue · 1 comments
yun062440 commented
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.
ricardojrdez commented
Have you installed the pefile
Python module in your system?