A simple sBPF (Solana eBPF) disassembler. There are 3 main packages:
- ezbpf-core - the core disassembler code with all sbpf instructions, serialization, deserialization
- ezbpf-cli - a CLI for printing out the disassembled code of a .so file
- ezbpf-wasm - a WIP wasm version of ezbpf core for browser-based disassembly
To install ezBPF simply run this command
cargo install --git https://github.com/deanmlittle/ezbpf