Comment by eikenberry
2 years ago
Using syscalls means you can replace the kernel. Using libc means you are locked into and FFI/C calling convention for anything other than C. Apples/Oranges.
2 years ago
Using syscalls means you can replace the kernel. Using libc means you are locked into and FFI/C calling convention for anything other than C. Apples/Oranges.
There’s nothing wrong with the C calling convention, at least from a security perspective.