Reverse engineering / GitHub only
BinNexus
Repository for binary analysis and related reverse engineering experiments.
For whom
For reverse engineers, malware analysts, legacy tool developers, modders, and those who investigate the behavior of Windows binaries before working in Ghidra, IDA, or x64dbg.
What it does
BinNexus - a tool for analyzing Windows DLL/EXE files and visually exploring relationships within binaries. It helps quickly identify dependencies, exports, signatures, system noise, and the overall structure of the file before deep reverse engineering.
Technical details
C++, Python, JavaScript, HTML, CSS, GitHub
Description
Repository for binary analysis and related reverse engineering experiments.
Gallery
Classification
Links and media
Related projects
Ecosystem projectsThis is a fast binary analysis tool based on an API, designed for quick verification of the behavior of executable files and DLLs.
A three-component toolset for capturing browser sessions, automated crawling, and offline recovery of modern web applications.
Local AI web tool for analyzing native binaries through Ghidra and AI assistant.
Blog
Related blog posts
Posts, releases, and notes linked to this project.
BinNexus — Visualize DLL & EXE Dependencies in Seconds
BinNexus is a tool for analyzing Windows binaries (DLL/EXE) that creates an interactive dependency graph, allowing exploration of exports, symbols, and addresses through a user-friendly w...
BinNexus — Analyze DLL and EXE in Seconds | Dependency Graph and Exports
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...