Windows Binary Analysis & RE Toolkit
RESX is a Windows binary analysis toolkit for terminal-first reversing, symbol-backed inspection, targeted disassembly, pseudo-C reconstruction, CFG recovery, triage, and PE inspection.
See the full guide in docs/vscode-extension.md.
Typical flow:
cd resx-vscode
npm install
npm run compile
npm run packageInstall the generated .vsix from VS Code with Extensions: Install from VSIX....
See the full guide in docs/cli.md.
Build:
cargo build --releaseCommon commands:
resx dump <dll> <function>
resx cfg <dll> <function>
resx intelli <dll> [function]
resx peinfo <dll>
resx locate <name>
resx locate-sym <name>
resx syms <dll>





