add code for hide signal sudo and replace

This commit is contained in:
yunwei37
2023-05-31 00:18:31 +08:00
committed by 云微
parent e71352c29b
commit fe3dfa9aca
29 changed files with 2743 additions and 0 deletions

View File

@@ -1,6 +1,13 @@
# 后台运行 eBPF 程序
通过使用 `--detach` 运行程序,用户空间加载器可以退出,而不会停止 eBPF 程序。
编译:
```bash
make
```
在运行前,请首先确保 bpf 文件系统已经被挂载:
```bash