marcosd4h/DeepExtractRuntime

AI-driven agent runtime for Windows PE binary analysis. Turns IDA Pro decompiled code and SQLite databases produced by DeepExtractIDA into structured intelligence through specialized agents, analysis skills, and slash commands

18Stars on the repository
54Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

code-lifter

01

marcosd4h/DeepExtractRuntime

Agent

Dedicated function and class lifting with maintained context across methods. Rewrites IDA Pro decompiled C/C++ functions into clean, readable, 100% functionally equivalent code while maintaining shared struct definitions, naming conventions, accumulated constants, and already-lifted code across all methods in a batch.

18 3mo ago A 63 tokens original MIT

logic-scanner

02

marcosd4h/DeepExtractRuntime

Agent

AI-driven logic vulnerability scanner that navigates cross-module callgraphs, uses adversarial prompting with type-specific specialists, and produces findings verified against assembly ground truth.

18 3mo ago A 35 tokens original MIT

marcosd4h/DeepExtractRuntime

Agent

AI-driven memory corruption vulnerability scanner that navigates cross-module callgraphs, uses adversarial prompting with type-specific specialists, and produces findings verified against assembly ground truth.

18 3mo ago A 38 tokens original MIT

re-analyst

04

marcosd4h/DeepExtractRuntime

Agent

General reverse engineering analyst for IDA Pro decompiled binaries. Understands IDA output conventions, Hex-Rays decompiler artifacts, Windows internals, and DeepExtractIDA data. Use for explaining functions, understanding modules, tracing call chains, classifying code, or any "what does this do" question about…

18 3mo ago A 70 tokens original MIT

security-auditor

05

marcosd4h/DeepExtractRuntime

Agent

Dedicated security assessment agent for vulnerability scanning, exploitability analysis, and finding verification across DeepExtractIDA modules.

18 3mo ago A 26 tokens original MIT

taint-scanner

06

marcosd4h/DeepExtractRuntime

Agent

AI-driven taint analysis agent that traces attacker-controlled data through cross-module callgraphs, identifies where tainted inputs reach dangerous sinks without adequate validation, and maps trust boundary crossings.

18 3mo ago A 40 tokens original MIT

triage-coordinator

07

marcosd4h/DeepExtractRuntime

Agent

Orchestrates multi-skill analysis workflows for comprehensive DeepExtractIDA module analysis. Given a high-level goal (triage, security audit, function understanding, type reconstruction, or full analysis), produces and executes a structured analysis plan by running skill scripts, collecting results, and synthesizing…

18 3mo ago A 64 tokens original MIT

type-reconstructor

08

marcosd4h/DeepExtractRuntime

Agent

Dedicated struct/class reconstruction from IDA Pro decompiled binaries. Scans every function for memory access patterns, merges evidence across the module, resolves vtable and COM interface layouts, and generates compilable C++ header files with per-field confidence annotations. Use for full-module or single-class…

18 3mo ago A 63 tokens original MIT