Back to blog
VideoRutube

BinNexus — Analyze DLL and EXE in Seconds | Dependency Graph and Exports

EcosystemDvurechenskyPersonal brand hub, products, experiments, infrastructure. reverse engineering and engineering directions.Related projectBinNexusRepository for binary analysis and related reverse engineering experiments.

BinNexus is a tool for analyzing Windows binaries (DLL / EXE) that builds an interactive dependency graph and allows you to explore exports, symbols, and addresses in a user-friendly web interface. Instead of manual analysis and chaotic searching, you immediately see the system structure: which DLLs are core, which modules are related, and where the key entry points are located. Features include: — DLL and EXE dependency graph — export viewing — undecorated symbols (like in x32dbg) — global search for symbols and addresses — filtering of system noise (CRT / WinAPI) This tool is for the stage: "where to look" before full reverse engineering. ---

GitHub: github.com/Dvurechensky/BinNexus --- ⚠️ Requirements: — Windows — Visual Studio / dumpbin — Python --- If you are involved in: — reverse engineering — game analysis — legacy Windows software this tool will save you a significant amount of time.