mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-02-03 18:24:27 +08:00
Terminate Malicious Processes Using bpf_send_signal
Compile:
make
Usage:
sudo ./bpfdos
This program sends a SIG_KILL signal to any program that tries to use the ptrace system call, such as strace.
Once bpf-dos starts running, you can test it by running the following command:
strace /bin/whoami