Fetch Bytecode
Enter any contract or program address across EVM, Solana, or other supported runtimes. Automatically detects proxies and fetches implementation bytecode.
Paste a contract address; the pipeline fetches bytecode, lifts it through a three-tier IR, runs the detector suite, and emits a report you can ship.
Four steps from raw bytecode to a security report. Works directly from an address — no source code, no ABI, no compilation artifacts.
Enter any contract or program address across EVM, Solana, or other supported runtimes. Automatically detects proxies and fetches implementation bytecode.
Universal three-tier IR pipeline (LIR → MIR → HIR) transforms bytecode into higher-level languages with runtime-specific type inference and semantic analysis.
Automated vulnerability detectors run across the decompiled output. Optional fuzzing mode generates concrete inputs to validate findings against live contracts.
Vulnerability findings with severity ratings, code locations, and remediation guidance.
The landing page has a pair of live contracts you can inspect without signing in, and /featuresbreaks down the per-runtime capabilities.
View pricing