Expand description

Functions in this module are used to handle eBPF programs with a higher level representation, for example to disassemble the code into a human-readable format.

Structs

High-level representation of an eBPF instruction.

Functions

Disassemble an eBPF program into human-readable instructions and prints it to standard output.
Return a vector of struct HLInsn built from an eBPF program.