Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

syscall_unotify_tracer

This code is a proof-of-concept implementation of a tracer based on seccomp_unotify

It implements the guardian angels feature

To compile the code you can use:

gcc -ggdb -o sunvu_tracer sunvu_tracer.c  sunvu_angels.c vu_seccomp.c -lseccomp