Files
bpf-developer-tutorial/src/25-signal
云微 ef9a1d9b47 add English doc (#55)
* add english documents

* docs: add root english README
2023-08-08 15:55:55 +08:00
..
2023-05-31 01:59:30 +08:00
2023-05-31 01:59:30 +08:00
2023-05-31 01:59:30 +08:00
2023-08-08 15:55:55 +08:00
2023-05-31 01:59:30 +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

References