Skip to content

TITAN-Softwork-Solutions/RESX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESX

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.

Documentation

Screenshots

VS Code Binary Viewer

RESX VS Code overview

RESX dump disassembly view

RESX dump API refs view

RESX syscall stub view

Command Palette Workflows

RESX dump file search

RESX dump symbol search

RESX locate result

Install The VS Code Extension

See the full guide in docs/vscode-extension.md.

Typical flow:

cd resx-vscode
npm install
npm run compile
npm run package

Install the generated .vsix from VS Code with Extensions: Install from VSIX....

Use The CLI

See the full guide in docs/cli.md.

Build:

cargo build --release

Common 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>