A full-page studio for Solana program analysis. It has a left sidebar
(Functions, Accounts, CPIs, PDAs, Annotations, Bookmarks), a centre
analysis area with five view tabs (Disassembly, Source, Hex, Findings,
Call Graph), a right-side Details panel, and a status bar with
finding count, function count, and compute-unit estimate.
Why it exists
Reading SBF / BPF bytecode for a Solana program by hand is slow. This
page presents the program’s disassembly, decompiled source, hex
bytecode, findings, and call graph side by side with program-specific
navigation — functions, accounts, CPIs, and PDAs — so an auditor can
walk the program without leaving the page.
Who uses it
Auditor — inspects disassembly and findings, follows CPIs
across programs.
Researcher — maps the call graph and traces PDA derivations.
Reverse engineer — reads decompiled Rust/HIR alongside the
original disassembly.
How to open it
Sidebar → Assets → open a Solana program → Open in Studio.
From /solana-analyze after a successful run.
Direct URL — /solana-studio with a program loaded.