« All posts

System Call Instrumentation on Linux/x86-64 Using Memory-Indirect Calls

Explore system call instrumentation on Linux/x86-64 with memory-indirect call techniques.

This entry discusses approaches to system call instrumentation on Linux/x86-64 using memory-indirect calls. The author highlights the benefits of memory savings, debugging simplicity, and security advantages. Detailed workings of these system calls are also explained.