sleirsgoevy/bad_hoist

get error ..

Closed this issue · 0 comments

mkdir -p build/jb
8cc/8cc/python/rop-ps4-8cc /dev/stdout 8cc/librop/*.c 8cc/printf/*.c 8cc/ps4/*.c kex.c | python3 8cc/bad_hoist/rop/compiler.py /dev/stdin 8cc/bad_hoist/dumps/gadgets.txt > build/jb/c-code.js
Traceback (most recent call last):
  File "8cc/bad_hoist/rop/compiler.py", line 90, in <module>
    print(main(*sys.argv[1:]))
  File "8cc/bad_hoist/rop/compiler.py", line 87, in main
    return final_pass(asm, labels, gadgets)
  File "8cc/bad_hoist/rop/compiler.py", line 71, in final_pass
    raise SyntaxError(i)
SyntaxError: pop rax
make: *** [Makefile:11: build/jb/c-code.js] Error 1