hstrace 0.0.5

Syscall tracing from command line and as a library
Documentation
1
2
3
4
5
6
7
// Tracing
#include <linux/ptrace.h>

// Syscalls
#include <sys/utsname.h>
#include <sys/stat.h>
#include <sys/sysinfo.h>