Crates.io | tbm |
lib.rs | tbm |
version | 0.1.1 |
source | src |
created_at | 2022-01-17 03:19:02.042865 |
updated_at | 2022-01-17 03:23:10.424169 |
description | a Terminal Blueprint Meddler, for inspecting eBPF programs |
homepage | https://github.com/RafaelOrtizRC/tbm |
repository | https://github.com/RafaelOrtizRC/tbm |
max_upload_size | |
id | 515251 |
size | 196,804 |
A TUI application for fooling around inside eBPF files.
cargo install tbm
Currently, only prints out the binary and dumps a ProgramBlueprint
to the terminal. It must be run as root because oxidebpf
requires
an enumerated kernel version for parsing blueprints.
$ sudo ./tbm --file /path/to/my_ebpf_program
Blueprints are what we call the processed and parsed eBPF objects
used by oxidebpf
. It
contains all the program's sections, details about its probes,
maps, and instructions, and more.