Crates.io | snoop-cli |
lib.rs | snoop-cli |
version | 0.1.0 |
source | src |
created_at | 2024-09-25 00:44:16.258283 |
updated_at | 2024-09-25 00:44:16.258283 |
description | A tool suite for inspecting Solana programs |
homepage | |
repository | |
max_upload_size | |
id | 1385856 |
size | 32,111 |
A tool suite for inspecting Solana programs
cargo install snoop-cli
snoop --help
Disassemble a compiled program binary, and print to stdout, or optionally write to a .s file
snoop disassemble <path-to-program-binary> -o <path-to-output-file>
Inspect the program's config
snoop cfg <path-to-program-binary>
Generate a graphviz of a given program binary
snoop graph <path-to-program-binary>
View all functions defined in the binary
snoop graph <path-to-program-binary>
This project draws inspiration from the work of Dean Little and makes heavy use of theSolana Labs rBPF Toolkit.
This project is a work in progress. Proceed with caution.