Storyyeller / Krakatau

Java decompiler, assembler, and disassembler
GNU General Public License v3.0
1.97k stars 220 forks source link

Error #115

Closed HenriqueBM closed 7 years ago

HenriqueBM commented 7 years ago

File "decompile.py", line 98 print 'processing target {}, {} remaining'.format(target, len(targets)-i) ^ SyntaxError: invalid syntax

Storyyeller commented 7 years ago

That's an old version of the code. Besides, only the assembler and disassembler support Python 3. The decompiler is Python 2 only.