fix code for sigsnoop and exec/exit

This commit is contained in:
yunwei37
2022-12-06 21:42:04 +08:00
parent 8bb5d23a40
commit c8669f5f61
21 changed files with 1410 additions and 1793 deletions

View File

@@ -83,7 +83,6 @@ BPF_KRETPROBE(printret, const void *ret)
编译运行上述代码:
```console
$ ecc bashreadline.bpf.c bashreadline.h
Compiling bpf object...