System call retrieval
Table of Contents
Trace is a program that allows all of the system calls used by a program to be retrieved.
Make
- Clone the repo
git clone [email protected]:DamienMERCIER/Strace.git
- Compile
make
- test it !
./strace strace
For more examples, please refer to the Documentation