syscall_intercept
syscall_intercept copied to clipboard
ld.so is not intercepted
When a binary program has some dyn-libs stored in a user space file system who uses the syscall_intercept, these dyn-libs are loaded by ld.so instead of libc.so, where the read syscall is not intercepted.