ebpf-examples
hello_world.py
Trace openat syscall and print out the names of all files being opened.
hello_world_pid_filter.py
hello_world.py with an additional PID filter.
strace.py
General syscall tracing tool.
hide_root_demo.py
Hide the presence of su files from an application. Bypasses the root
detection implemented by UnCrackable-Level3.apk