Commit Graph

6 Commits

Author SHA1 Message Date
Ruidong-X
74fa2eb706 fix(execsnoop): get the correct process name (#58)
* fix(execsnoop): get the correct process name

* docs(execsnoop): format the code in the document

* docs(execsnoop): fix the title
2023-08-12 18:24:06 +08:00
云微
3ee14a9224 Add CI for libbpf base examples and kprobe (#45)
* add ci for profile

* fix unnecessary code in 7

* fix exit code 124

* fix llvm-strip

* fix trailing space
2023-07-17 20:23:00 +08:00
云微
a53481d131 fix docker image content and add basic CI check (#41)
Replace
```
docker run -it -v `pwd`/:/src/ yunwei37/ebpm:latest
```
with:
```
docker run -it -v `pwd`/:/src/ ghcr.io/eunomia-bpf/ecc-`uname -m`:latest
```

Add a basic CI check for the hello world BPF program.
2023-06-15 16:36:22 +08:00
yunwei37
d995c6a6f8 fix the link to tutorial 2023-06-03 06:18:02 +08:00
chichina
39a0f4a1a7 Fix failed to run execsnoop (#28)
* Update README.md

without having initialised it, the verifier complains, because reading uninitialised memory from the kernel introduces a security risk.

* Update execsnoop.bpf.c

without having initialised it, the verifier complains, because reading uninitialised memory from the kernel introduces a security risk.
2023-04-25 15:12:51 +08:00
ocfox
52ae3ae26d feat: deploy static web with mdbook (#11) 2023-03-09 11:36:23 +08:00