Skip to content

fomin4975/ezbpf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ezBPF

A simple sBPF (Solana eBPF) disassembler. There are 3 main packages:

  1. ezbpf-core - the core disassembler code with all sbpf instructions, serialization, deserialization
  2. ezbpf-cli - a CLI for printing out the disassembled code of a .so file
  3. ezbpf-wasm - a WIP wasm version of ezbpf core for browser-based disassembly

Installation

To install ezBPF simply run this command

cargo install --git https://github.com/deanmlittle/ezbpf

About

A simple sBPF (Solana eBPF) disassembler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 65.2%
  • JavaScript 30.4%
  • TypeScript 3.9%
  • Makefile 0.5%