The author explores instrumenting system calls on Linux/x86-64 using memory-indirect calls. The technique redirects syscall dispatch through indirect call instructions rather than traditional hooking methods. Part one covers the implementation approach and initial challenges encountered with this instrumentation strategy.
Tap to vote and see what everyone thinks.
Summary by ByteBrief
Windows devs rerolled old code to save precious bytes