-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
05_ELF_hooking fails to work well #2
Comments
Does |
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 ! 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
my OS:
$ uname -a Linux ubuntu 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
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 libc
Please help
The text was updated successfully, but these errors were encountered: