-
Hi,
I am trying to get started with this nice project but I'm stuck in early stages. I am currently trying to follow the examples/tutorial but getting of errors. First, as I read, is due to non-match…
-
Currently bcc take a `C` source code and compile it each time.
I ask myself, if this could be technically possible to avoid this compilation phase. (E.g. by given byte code instead of source code)
…
-
Not every valid BPF program can be expressed in BpfScript, so sometimes it is necessary to drop down to C/libbpf.
It would be useful to have a way to call out to externally written C-BPF programs f…
ajor updated
9 months ago
-
We currently use bcc as our BPF framework, which creates some shortcomings: https://github.com/hitsz-ids/duetector/blob/main/docs/design/CO-RE.md#12-status-quo
This issue will migrate the current `…
-
For example:
```
% zig build trace -Dkprobe=vfs_read
zig build-exe trace Debug native: error: the following command failed with 1 compilation errors:
/home/tw/code/zig/stage3/bin/zig build-exe /…
-
Some time around [linux-5.13](https://github.com/torvalds/linux/commit/10397994d30f2de51bfd9321ed9ddb789464f572) loading fails with;
```
# ./af_xdp_user -d eth1 --filename af_xdp_kern.o
libbpf: Net…
-
The makefile system for the selftests and dynamic building is somewhat complex, it can be simplified if we can mirror the makefiles in tracee: https://github.com/aquasecurity/tracee/tree/main/builder
…
-
# Getting Started with eBPF and Go | networkop
eBPF has a thriving ecosystem with a plethora of educational resources both on the subject of eBPF itself and its various application, including XDP. Wh…
-
Intercept network packets and get basic stats like numbers sof ipv4/6 packet etc.
-
Additionally, I am having difficulty compiling these examples and encountering various errors.