Client‑side decompiler
Load a binary to decompile it here.
Any ELF, PE, or Mach‑O file. The engine — Ghidra's decompiler, ported to Rust — runs in this tab as WebAssembly: your file is never uploaded and no server takes part.
The function inventory loads first; each body is decompiled when selected.
Stubs and import thunks are grouped at the bottom of the list. Press
/ to filter it by name or address — or by
/regex/ — then Enter to open the first match.
Download binary source exports the whole binary as a
.c/.h/.asm project zip.