An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

BinNexus.Probe






🌐 Language:


πŸ‡·πŸ‡Ί Russian

|

βœ… πŸ‡ΊπŸ‡Έ English (current)

---

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

---