decaf-project / DECAF

DECAF (short for Dynamic Executable Code Analysis Framework) is a binary analysis platform based on QEMU. This is also the home of the DroidScope dynamic Android malware analysis platform. DroidScope is now an extension to DECAF.
GNU General Public License v3.0
803 stars 168 forks source link

when make receive some problome #94

Open tower111 opened 3 years ago

tower111 commented 3 years ago

GEN i386-softmmu/config-devices.mak GEN arm-softmmu/config-devices.mak GEN mips-softmmu/config-devices.mak GEN config-all-devices.mak Building Sleuthkit, please wait... GEN Sleuthkit PREP Sleuthkit headers/libs GEN config-host.h GEN trace.h GEN qemu-options.def GEN qmp-commands.h File "/home/tower/DECAF/decaf/scripts/qapi-commands.py", line 376 except getopt.GetoptError, err: ^ SyntaxError: invalid syntax Makefile:214: recipe for target 'qmp-commands.h' failed make: *** [qmp-commands.h] Error 1

when i use python3 can receive these problome. I resolve it when use python2 then run make (run make in conda virtual env)