mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-05-08 23:03:26 +08:00
improve tutorial title for better seo (#70)
* improve title for tutorial for better seo * Add description test for summary page * fix english documents syntax error * fix links
This commit is contained in:
@@ -159,7 +159,7 @@ eunomia-bpf 是一个结合 Wasm 的开源 eBPF 动态加载运行时和开发
|
||||
使用方式:
|
||||
|
||||
```console
|
||||
sudo ./ecli package.json
|
||||
$ sudo ./ecli package.json
|
||||
```
|
||||
|
||||
这个程序会对任何试图使用 `ptrace` 系统调用的程序,例如 `strace`,发出 `SIG_KILL` 信号。
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Terminate Malicious Processes Using bpf_send_signal
|
||||
# eBPF Practical Tutorial: Terminate Malicious Processes Using bpf_send_signal
|
||||
|
||||
Compile:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user