psyscall icon indicating copy to clipboard operation
psyscall copied to clipboard

PTRACE_POKETEXT instead of syscall from libc?

Open Mic92 opened this issue 5 years ago • 0 comments

I want to adapt your code to a static linked executable. I see why you want to use libc for your project (portability). However I was wondering if there is any major issue you see with just using PTRACE_POKETEXT to write the syscall instruction to the current instruction?

Mic92 avatar Jan 12 '21 10:01 Mic92