syscall_intercept icon indicating copy to clipboard operation
syscall_intercept copied to clipboard

Update README.md

Open alejandrotello7 opened this issue 2 years ago • 1 comments

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.

alejandrotello7 avatar Sep 06 '23 23:09 alejandrotello7

There are no changes to the README in theses commits.

en4bz avatar Sep 29 '23 15:09 en4bz