14 Jun 2022/ C++
Doing syscalls by hand
How Linux system calls work under the hood: from user space to kernel space, the x64 calling convention, and implementing syscalls directly in assembly.
14 Jun 2022/ C++
How Linux system calls work under the hood: from user space to kernel space, the x64 calling convention, and implementing syscalls directly in assembly.