add blog about ebpf security

This commit is contained in:
yunwei37
2023-11-16 21:41:49 +08:00
parent 002bcaeaea
commit cb8943f686
6 changed files with 537 additions and 1 deletions

View File

@@ -73,7 +73,8 @@ Android:
- [使用 eBPF 添加 sudo 用户](src/26-sudo/README.md)
- [使用 eBPF 替换任意程序读取或写入的文本](src/27-replace/README.md)
- [BPF的生命周期使用 Detached 模式在用户态应用退出后持续运行 eBPF 程序](src/28-detach/README.md)
- [eBPF 运行时的安全性与面临的挑战](src/18-further-reading/ebpf-security.zh.md)
持续更新中...
## 为什么要写这个教程?