-
Hello,
This is not a regular issue but more like some suggestions.
I have some plans to improve the current rbpf vm, I would like to know if the rbpf community is also interested in those to…
-
The BPF ISA defines additional 64bit immediate load instructions. uBPF should add support for type 3 at a minimum.
```
5.4. 64-bit immediate instructions
Instructions with the IMM 'mode' mo…
-
### Describe the feature you'd like supported
When bpf2c fails to validate a command, the results are lackluster:
Verification failed for StringOpsTest with error error: mismatched EBPF_ARGUMENT_T…
-
All these tests should fail, but currently pass:
```yaml
---
test-case: simple infinite loop, less than
options: ["termination"]
pre: []
code:
: |
r0 = 0
if r0 < 1 goto
ex…
-
### Describe the bug
I'm experiencing a build error while attempting to compile the eBPF for Windows project using Visual Studio 2022. The errors persist despite disabling the warnings-as-errors se…
-
### Describe the feature you'd like supported
currently bpf2c only supports inlined function calls, not bpf2bpf function calls.
PREVAIL is adding support for non-inlined function calls, and bpf2c …
-
### Describe the bug
I'm experiencing a build error while attempting to compile the eBPF for Windows project using Visual Studio 2022. The errors persist despite disabling the warnings-as-errors sett…
-
When attempting to utilize cilium's [pwru](https://github.com/cilium/pwru) `--filter-trace-tc` option with a p4-ebpf psa program loaded using nikss-ctl, I get the below error. The p4-ebpf psa program…
-
The BPF ISA defines additional 64bit immediate load instructions. eBPF-for-Windows should add support for type 3 at a minimum. This support can improve the performance of certain BPF programs by elimi…
-
"An [LPE exploit writeup by Qualys](https://www.qualys.com/2021/07/20/cve-2021-33909/sequoia-local-privilege-escalation-linux.txt) published in July 2021 uses a memory corruption vulnerability to over…