jhector/armhook-core

Syscall use instead of libc functions

Opened this issue · 0 comments

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