Skip to main content
Sigvex

From address to audit artefact

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.

From Bytecode to Higher-Level Languages

Four steps from raw bytecode to a security report. Works directly from an address — no source code, no ABI, no compilation artifacts.

01

Fetch Bytecode

Enter any contract or program address across EVM, Solana, or other supported runtimes. Automatically detects proxies and fetches implementation bytecode.

02

Progressive Decompilation

Universal three-tier IR pipeline (LIR → MIR → HIR) transforms bytecode into higher-level languages with runtime-specific type inference and semantic analysis.

03

Security Analysis

Automated vulnerability detectors run across the decompiled output. Optional fuzzing mode generates concrete inputs to validate findings against live contracts.

04

Actionable Report

Vulnerability findings with severity ratings, code locations, and remediation guidance.

Ready to see it end-to-end?

The landing page has a pair of live contracts you can inspect without signing in, and /featuresbreaks down the per-runtime capabilities.

View pricing