Closed deathmemory closed 6 years ago
Does make run
fail ?
Yes , it says that
$ make run
python ./hook_pltgot.py
chmod u+x ./crackme.hooked
./crackme.hooked XXXXXXXXXXXXXXXXXXXXX
Wrong
make: *** [run] Error 1
could you attach your compiled crackme.bin and crackme.hooked ?
yes i can
I mean upload it on this github issue
OK ~
It works now , thank you ! 👍
my OS:
LIEF version:
0.9.0
I found the segment has to added to the crackme.hooked and the
.got
address has been changed exactly. But when it runs, the correct value will be changed back. it still calls memcmp from libcPlease help