syscall_intercept
syscall_intercept copied to clipboard
Update README.md
As it was mention in the issue 128, the example.c used in the README doesn't work since the ls doesn't involve getdents() syscall but rather getdents64(). So by changing from SYS_getdents to SYS_getdents64 the example works fine.
There are no changes to the README in theses commits.