armhook-core icon indicating copy to clipboard operation
armhook-core copied to clipboard

Syscall use instead of libc functions

Open jhector opened this issue 9 years ago • 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

jhector avatar May 05 '15 14:05 jhector