
dillsteadelf_injector
GitHub – dillstead/elf_injector: Injects code into an ELF file
Injects a relocatable code chunk of arbitrary size into an ELF executable that will run before the original entry point of the executable. NOTE: The code can only build and run on a 32-bit ARM processor as it contains a mix of C and assembly. Build elf_injector: ~/elf_injector $ make all gcc -Werror -std=gnu99 -fno-builtin…