├── README ├── compile32 ├── compile64 ├── compilearmdroid ├── elf_hook.c ├── elf_hook.h ├── libtest1.c ├── libtest2.c ├── run └── test.c /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoumikhin/ELF-Hook/HEAD/README -------------------------------------------------------------------------------- /compile32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoumikhin/ELF-Hook/HEAD/compile32 -------------------------------------------------------------------------------- /compile64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoumikhin/ELF-Hook/HEAD/compile64 -------------------------------------------------------------------------------- /compilearmdroid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoumikhin/ELF-Hook/HEAD/compilearmdroid -------------------------------------------------------------------------------- /elf_hook.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoumikhin/ELF-Hook/HEAD/elf_hook.c -------------------------------------------------------------------------------- /elf_hook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoumikhin/ELF-Hook/HEAD/elf_hook.h -------------------------------------------------------------------------------- /libtest1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoumikhin/ELF-Hook/HEAD/libtest1.c -------------------------------------------------------------------------------- /libtest2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoumikhin/ELF-Hook/HEAD/libtest2.c -------------------------------------------------------------------------------- /run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoumikhin/ELF-Hook/HEAD/run -------------------------------------------------------------------------------- /test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoumikhin/ELF-Hook/HEAD/test.c --------------------------------------------------------------------------------