SAFE
SAFE copied to clipboard
Function not found
I compiled hellow word using gcc in my 64-bit host machine and used objdump utility to restore the address of main function that I would to embed.
I typed the following commands:
python3.7 safe.py -m data/safe_trained_X86.pb -i a.out -a 0000000000400526 python3.7 safe.py -m data/safe_trained_X86.pb -i a.out -a 400526
and set the base to 16, 32, 36 ... but I got the same error "function not found"