Tencent / HaboMalHunter

HaboMalHunter is a sub-project of Habo Malware Analysis System (https://habo.qq.com), which can be used for automated malware analysis and security assessment on the Linux system.
Other
725 stars 220 forks source link

Encounter issue with execution of HaboMalHunter #7

Closed webtoo closed 5 years ago

webtoo commented 7 years ago

Following the steps of the readme, when i execute the AnalyzeControl.py, i encounter the following error. Kindly assist.

python AnalyzeControl.py -e ./config.ini -v -l ./test/bin/read.64.elf Traceback (most recent call last): File "AnalyzeControl.py", line 57, in import static ImportError: No module named static

jingleyang commented 5 years ago

hi, If you can try python debug mode (python -m pdb), you may found why static module can not be found. Thanks