-
with gimli it shouldn't be to hard to implement the parts we need in pure rust.
-
It would be great if it was possible to make https://oss-fuzz.com/testcases?project=libbpf public. It should help to point duplicates like https://github.com/libbpf/libbpf/issues/634, https://github.c…
-
The version is pretty old and doesn't contain BPF_MAP_TYPE_RINGBUF which is much more pleasant to develop with. This type is available in RHEL/CentOS 8.4 and latest releases of many other distros now…
-
Please update bpftool to recent version to support BPF subprograms
https://github.com/libbpf/libbpf-bootstrap/commit/55d4ac8c96a7d8d5e0e1a76a23c34ba03afa7c06
Ping @yonghong-song @anakryiko
-
Following up on Brendan Gregg's excellent http://www.brendangregg.com/blog/2020-11-04/bpf-co-re-btf-libbpf.html I looked into packaging the `libbpf-tools` binaries (`biolatency`, `biopattern`, `biosno…
-
Regarding the function in libbpf.c: void bpf_program__unload(struct bpf_program *prog)
I received a crash on the expression:
for (i = 0; i < prog->instances.nr; i++)
zclose(prog->instance…
-
clang的版本如下:centos9 stream操作系统。
clang -v
clang version 18.1.8 (CentOS 18.1.8-3.el9)
Target: x86_64-redhat-linux-gnu
报如下错误:
make[1]: Entering directory '/root/cloud-native-security-with…
-
When I'm trying to build the tools using `make`
I find the following error:
```
pegasus@pegasus:~/Documents/ssl-ebpf-projects/evilBPF$ make
find . -mindepth 2 -name libbpf -prune -o -name Makefile…
-
We should expose all of the bpf_program api, just being careful about what is deprecated and/or discouraged when 1.0 is released.
- [ ] bpf_program__set_ifindex
- [ ] bpf_program__name
- [ ] bpf…
-
1. My os version
```
root@ubuntu20-04:~/xdp-tutorial/basic01-xdp-pass# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.5 LT…