mandiant / flare-qdb

Command-line and Python debugger for instrumenting and modifying native software behavior on Windows and Linux.
https://www.fireeye.com/blog/threat-research/2017/01/flare_script_series.html
Apache License 2.0
161 stars 54 forks source link

please help me #20

Closed john197611 closed 5 years ago

john197611 commented 5 years ago

i tried to install python and flare-qdb but it's got error, please help me how to run dedosfuscator.exe :

C:\Users\win1\Desktop\1\test>dedosfuscator.exe Traceback (most recent call last): File "C:\Python27\Scripts\dedosfuscator-script.py", line 11, in load_entry_point('flareqdb==1.0.6', 'console_scripts', 'dedosfuscator')() File "C:\Python27\lib\site-packages\pkg_resources__init.py", line 487, in l oad_entry_point return get_distribution(dist).load_entry_point(group, name) File "C:\Python27\lib\site-packages\pkg_resources__init.py", line 2728, in load_entry_point return ep.load() File "C:\Python27\lib\site-packages\pkg_resources__init__.py", line 2346, in load return self.resolve() File "C:\Python27\lib\site-packages\pkg_resources\init.py", line 2352, in resolve module = import__(self.module_name, fromlist=['name'], level=0) File "C:\Python27\lib\site-packages\flareqdb-1.0.6-py2.7.egg\flareqdb__init__ .py", line 46, in class SYMBOL_INFO(ctypes.Structure): File "C:\Python27\lib\site-packages\flareqdb-1.0.6-py2.7.egg\flareqdb\init__ .py", line 48, in SYMBOL_INFO ('SizeOfStruct', ctypes.wintypes.DWORD), # 1104 AttributeError: 'module' object has no attribute 'wintypes'