System call instrumentation on Linux/x86‑64 using memory‑indirect calls, part I
system call instrumentationmemory-indirect callsfar callsLinuxx86-64segmentationtrampolines.
Author: matt_d
Date: 6/17/2026
Article Summary:
The article discusses various approaches to system call instrumentation on Linux/x86-64, including memory-indirect calls and far calls, and explores the trade-offs and limitations of each approach.