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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Makefile:214 qmp-commands.h : Python error on make?

drawnwren opened this issue · comments

commented
GEN   qmp-commands.h
  File "/home/wren/code/DECAF/decaf/scripts/qapi-commands.py", line 376
    except getopt.GetoptError, err:
                             ^
SyntaxError: invalid syntax
make: *** [Makefile:214: qmp-commands.h] Error 1

When attempting to make for the first time.

On archlinux python --version == 3.7.4

commented

It's python2. I'm dumb.