syscall_intercept icon indicating copy to clipboard operation
syscall_intercept copied to clipboard

ld.so is not intercepted

Open bistack opened this issue 3 years ago • 0 comments

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.

bistack avatar Sep 14 '22 02:09 bistack