/libsclog

A C/C++ library to generate Linux system call traces.

Primary LanguageC

Libsclog

Libsclog (library-system-call-log) is a C/C++ library to generate system call traces by parsing the given system call number and arguments.

The current implementation is based on strace.