GitHunt
CO

ColdFire87/ebpf-examples

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

Languages

Python100.0%

Contributors

Created February 27, 2023
Updated January 25, 2023
ColdFire87/ebpf-examples | GitHunt