-
My environment does not support BTF and CO-RE (cannot enable CONFIG_DEBUG_INFO_BTF), but I need task_struct to get some task info. What's the best way to implement the code?
```
libbpf: kernel BTF…
-
Reference: https://github.com/iovisor/bcc/blob/72dbe044395ccffd5249ed1f6c84a5fa4bd21be3/libbpf-tools/gethostlatency.bpf.c
-
**Describe the bug**
A clear and concise description of what the bug is.
在编译 24-hide 代码时,编译错误
```
598 warnings generated.
libbpf: failed to find BTF info for global/extern symbol 'pid_to_hide'
E…
-
### Describe the feature you'd like supported
Currently, in a tail call scenario with more than one section, the `netsh command for show verification` only verifies the first section.
The user has to…
-
**Describe the bug**
On multiple of our machines running Sysmon for Linux, we have noticed Sysmon for Linux occupying an ever-increasing amount of memory until the OOM killer steps in and terminates …
-
There is running log:
```log
orangepi:/data # ./tc --help
libbpf: loading object 'tc_bpf' from buffer
libbpf: elf: section(2) .symtab, size 192, link 1, flags 0, type=2
libbpf: elf: section(3) tc…
-
```
$ tcprtt -a 192.168.1.1
libbpf: prog 'tcp_rcv': BPF program load failed: Permission denied
libbpf: prog 'tcp_rcv': -- BEGIN PROG LOAD LOG --
reg type unsupported for arg#0 function tcp_rcv#20
…
-
Implement the ability to register + unregister a prog handler. This should be a wrapper around the libbpf library's
```
/**
* @brief **libbpf_register_prog_handler()** registers a custom BPF pro…
-
**Describe the bug**
When I'm trying to build the sslsniff tool from lesson 30 I face the following error: make: *** [Makefile:86: /home/pegasus/Documents/bpf-developer-tutorial/src/30-sslsniff/.outp…
-
## Description
Running tracee on a kernel with version >= 6.11 fails with the below error.
Reason for this is that the `ctime` fields in the `inode` struct changed again: https://github.com/torv…