tracee
tracee copied to clipboard
Linux Runtime Security and Forensics using eBPF
Select one OR another: - [x] I'll create a PR to implement this feature (assign to yourself). - [ ] Someone else should implement this (describe it well). ## Feature...
## Initial Checklist - [x] There is an issue describing the need for this PR. - [x] Git log contains summary of the change. - [x] Git log contains motivation...
## Prerequisites - [x] I can reproduce the issue in latest released version. - [ ] I can reproduce the issue in development version (from source tree). - [x] I...
Continuing to maintain non-CORE bpf code adds more complexity to the bpf code, build system, and logistics for installing/running. With the addition of BTFHub support we should be able to...
## Initial Checklist - [ ] There is an issue describing the need for this PR. - [x] Git log contains summary of the change. - [x] Git log contains...
## Prerequisites - [x] This affects latest released version. - [x] This affects current development tree (origin/HEAD). - [x] There isn't an issue describing the bug. ## Bug description During...
## Prerequisites - [x] This affects latest released version. - [x] This affects current development tree (origin/HEAD). - [x] There isn't an issue describing the bug. Select one OR another:...
parse http data from packets labeled as http, and output the event. support two http events - http_request and http_response. ## Initial Checklist - [x] There is an issue describing...
add bpf bytecode capturing ability to tracee-ebpf