armhook-core
armhook-core copied to clipboard
Syscall use instead of libc functions
Use syscall inside the target process instead of calling libc functions. This would have some benefits:
- libc.so is no longer required in target process
- execution time of target process is minimized, which keeps threads from interfering