Module solana_rbpf::disassembler [−][src]
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
HlInsn | High-level representation of an eBPF instruction. |
Functions
disassemble | Disassemble an eBPF program into human-readable instructions and prints it to standard output. |
to_insn_vec | Return a vector of |