anatolikalysch / VMAttack

VMAttack PlugIn for IDA Pro
MIT License
813 stars 166 forks source link

Problems with python librarys. #10

Open yonisoft opened 4 years ago

yonisoft commented 4 years ago

File "C:\Program Files\IDA Pro 7.4\plugins\VMAttack.py", line 2, in <module> from lib.Logging import get_log ImportError: No module named Logging

I tried even "pip install Logging", "pip install lib", and more, nothing on the internet. any solution?