You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: