volatility
volatility copied to clipboard
Even install distorm3 but still face with error(NameError: name 'distorm3' is not defined)
I installed distorm3 wtih python2 -m pip install distorm3. And I get this Requirement already satisfied: distorm3 in /usr/local/lib/python2.7/dist-packages/distorm3-3.5.2-py2.7-linux-x86_64.egg (3.5.2)
But when I run python2 vol.py -h. It still shows name distorm3 is not defined
Were you able to resolve this issue? I am having the same problem.
pip2 install distorm3==3.3.4 will solve the issue.