sbpf-disassembler 0.2.3

Disassembler for SBPF (Solana BPF) bytecode
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod elf_header;
pub mod errors;
pub mod program;
pub mod program_header;
pub mod relocation;
pub mod rodata;
pub mod section_header;
pub mod section_header_entry;

#[cfg(target_arch = "wasm32")]
pub mod wasm;