https://github.com/h0x0er/ebpf-cover
Highlights eBPF-code covered by verifier
https://github.com/h0x0er/ebpf-cover
coverage ebpf vscode-extension
Last synced: 3 months ago
JSON representation
Highlights eBPF-code covered by verifier
- Host: GitHub
- URL: https://github.com/h0x0er/ebpf-cover
- Owner: h0x0er
- License: mit
- Created: 2025-12-27T07:21:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-19T20:09:44.000Z (5 months ago)
- Last Synced: 2026-01-20T02:03:50.582Z (5 months ago)
- Topics: coverage, ebpf, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 4.07 MB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README
# eBPF Cover

> Inspired by `go tool cover`.
> ⚠️ Coverage is based solely on `source-lines` present in verifier logs.
## Installation
### Within Vscode
- Click on `extentions icon`
- search for `h0x0er.ebpf-cover` and install
### From Github-Releases
- Goto [latest-release](https://github.com/h0x0er/ebpf-cover/releases) and download the vsix file.
- Open vscode, hit `CTRL+SHIFT+p`,
- type `install from vsix` hit-enter, then
- choose the downloaded vsix file
## Usage
- Once the extention is installed
- Hit `CTRL+SHIFT+p` to open the command-field
- type `ebpf-cover: `
- choose `ebpf-cover: Add coverage` to add the coverage
- then choose the verifier log file
- choose `ebpf-cover: Remove coverage` to remove the coverage