Closed pfalcon closed 9 years ago
From the looks of that error, at some point I removed the support for named labels so loc_1:
should just read 1:
. You can see examples of the syntax in tests, for instance: https://github.com/EiNSTeiN-/decompiler/blob/master/tests/unit/test_ssa.py
That's the conclusion I came to a second ago too ;-). So, with #9 in mind, I may suggest re-adding it, otherwise, fixing ir_parser.py would work too ;-).
Fixed by 825e9968418457db1d4b31ee30c0db293bdaa91e
I'm trying to run tests/common/ply/ir_parser.py (for sample code it contains). I get:
Is there more info about this disassembler/syntax?