tutorials
tutorials copied to clipboard
Materials for LIEF tutorials
``` ➜ 05_ELF_infect_plt-got git:(master) ls arch crackme.c hook.c hook_pltgot.py Makefile script.ld ➜ 05_ELF_infect_plt-got git:(master) make gcc crackme.c -O3 -o crackme.bin chmod u+rx crackme.bin gcc -Wl,-T script.ld -fno-stack-protector -nostdlib -nodefaultlibs -fPIC...
When running the 04_ELF_hooking example, `make run`, I get a SegFault. Looking more closely at the generated so file, the hook function code does not exist in the output ./lib.so.6...
I have used the same telegram file and the same frida file from your repository, I injected and signed the apk before installing. But when I do so, the application...
I have created an PE exe using lief, but it sets of my antivirus. it is an identical executable to the one in the pefromscratch tutorial, except I added a...