A full-page studio for EVM contract analysis. It has a left sidebar
(Functions, Cross References, Annotations, Bookmarks), a centre
analysis area with nine view tabs (Disassembly, Source, Hex,
Call Graph, and five Technical sub-views for Storage, IR, Events,
Calls, and Metrics), and a right-side Details panel.
Why it exists
An EVM auditor needs disassembly, decompiled Solidity source, hex
bytes, call graph, and technical artifacts side by side. Rather than
opening multiple pages, the studio hosts all of these views with
consistent keyboard shortcuts and a persistent function / xref
navigator.
Who uses it
Auditor — reviews decompiled source and cross-references.
Researcher — reads disassembly and inspects IR, storage, and
events.