wrap-syscall icon indicating copy to clipboard operation
wrap-syscall copied to clipboard

Wrap system calls in Linux

Wrap system calls in Linux

Some code to demonstrate how to wrap system calls in Linux. Refer to http://samanbarghi.com/blog/2014/09/05/how-to-wrap-a-system-call-libc-function-in-linux/ for more information.

├── bin
├── LICENSE
├── Makefile
├── README.md
└── src
    ├── test.c
    ├── wrap-link.c
    └── wrap-preload.c