https://github.com/dvurechensky/binnexus.probe
Is a fast API-based binary probing tool designed for quick behavioral inspection of executables and DLLs.
https://github.com/dvurechensky/binnexus.probe
api-analysis behavior-analysis binary-analysis code-analysis debugging dvurechensky dvurechenskypro dynamic-analysis fastapi ghidra ida malware-analysis pattern-detection program-analysis python reverse-engineering signal-analysis static-analysis windows-internals x32dbg
Last synced: 26 days ago
JSON representation
Is a fast API-based binary probing tool designed for quick behavioral inspection of executables and DLLs.
- Host: GitHub
- URL: https://github.com/dvurechensky/binnexus.probe
- Owner: Dvurechensky
- Created: 2026-04-15T23:12:28.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-04-16T00:04:06.000Z (about 1 month ago)
- Last Synced: 2026-04-16T02:17:25.212Z (about 1 month ago)
- Topics: api-analysis, behavior-analysis, binary-analysis, code-analysis, debugging, dvurechensky, dvurechenskypro, dynamic-analysis, fastapi, ghidra, ida, malware-analysis, pattern-detection, program-analysis, python, reverse-engineering, signal-analysis, static-analysis, windows-internals, x32dbg
- Language: Python
- Homepage: https://dvurechensky.pro/
- Size: 14.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BinNexus.Probe
---
## Overview
**BinNexus.Probe** is a fast API-based binary probing tool designed for quick behavioral inspection of executables and DLLs.
It helps identify what a binary _does_ before diving into deep reverse engineering.
---
## Example
---
## Documents
- [Build](docs/BUILD.md)
- [How to use](docs/HOW_TO_USE_x32.md)
---
## What it does
- Scans binaries for API usage patterns
- Scores detected candidates
- Highlights behavioral indicators (network, injection, crypto)
- Provides instant insight without full disassembly
---
## Why
Traditional reverse engineering tools are powerful, but often too heavy for quick inspection.
**BinNexus.Probe** focuses on:
> [!TIP]
> Fast signal extraction instead of deep analysis.
---
## Key Features
- Dynamic API presets (network, file system, anti-debug, etc.)
- Drag & Drop binary analysis
- Automatic scan on file selection
- Dual mode:
- Path-based analysis
- File upload analysis
- Lightweight scoring system for quick prioritization
> [!IMPORTANT]
> This tool is not a disassembler.
> It is designed for **fast behavioral probing**.
---
## Use Cases
- Malware triage
- Game reverse engineering
- DLL inspection
- Quick behavioral analysis before deep dive
---
## Positioning
BinNexus.Probe fits into the workflow as:
> [!TIP]
> A pre-analysis tool before using IDA, Ghidra or x64dbg.
---
## Future Direction
- Behavioral pattern detection (injection, beaconing, crypto usage)
- Signature-based analysis
- Integration with BinNexus ecosystem
---