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

20Stars 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

ai-logic-scanner

01

marcosd4h/DeepExtractRuntime

Skill Claude CodeCodex

AI-driven logic vulnerability scanner that navigates cross-module callgraphs using LLM agents with adversarial prompting, type-specific specialists, and skeptic verification. Use when the user asks to scan for logic bugs, detect auth bypasses, check for confused deputy, find state machine errors, hunt for logic…

20 +2 3mo ago A 81 tokens original MIT

marcosd4h/DeepExtractRuntime

Skill Claude CodeCodex

AI-driven memory corruption vulnerability scanner that navigates cross-module callgraphs using LLM agents with adversarial prompting, type-specific specialists, and skeptic verification. Use when the user asks to scan for memory corruption, buffer overflows, integer overflows, use-after-free, or wants AI-driven…

20 +2 3mo ago A 72 tokens original MIT

ai-taint-scanner

03

marcosd4h/DeepExtractRuntime

Skill Claude CodeCodex

AI-driven taint analysis scanner that traces attacker-controlled data through cross-module callgraphs using LLM agents with taint-specific context enrichment, trust boundary analysis, and skeptic verification. Use when the user asks to trace taint, find where attacker data reaches dangerous sinks, analyze data flow…

20 +2 3mo ago A 77 tokens original MIT

batch-lift

04

marcosd4h/DeepExtractRuntime

Skill Claude CodeCodex

Lift related groups of decompiled functions together with shared context -- C++ class methods, call chains, or entire subtrees from exports. Builds shared struct definitions, determines dependency order, and generates coordinated output. Use when the user asks to lift multiple related functions, an entire class, a…

20 +2 3mo ago A 84 tokens original MIT

callgraph-tracer

05

marcosd4h/DeepExtractRuntime

Skill Claude CodeCodex

Trace call graphs, execution paths, and cross-module xref chains across DeepExtractIDA analysis databases. Use when the user asks to trace a function's call chain, find paths between functions, understand cross-module dependencies, show what a function calls across DLL boundaries, generate call graph diagrams, find…

20 +2 3mo ago A 84 tokens original MIT

classify-functions

06

marcosd4h/DeepExtractRuntime

Skill Claude CodeCodex

Automatically classify and triage every function in a DeepExtractIDA module by purpose (file I/O, registry, network, crypto, security, telemetry, dispatch, initialization, etc.) using API calls, string analysis, naming patterns, assembly metrics, and loop complexity. Use when the user asks to classify functions…

20 +2 3mo ago A 105 tokens original MIT

marcosd4h/DeepExtractRuntime

Skill Claude CodeCodex

Analyze COM server interfaces in Windows binaries using ground-truth extraction data across four access contexts (caller integrity level x server privilege). Use when the user asks about COM servers, COM attack surface, COM security, COM privilege escalation, COM entry points, DCOM, UAC bypass via COM, CLSID lookup…

20 +2 3mo ago A 81 tokens original MIT

marcosd4h/DeepExtractRuntime

Skill Claude CodeCodex

Reconstruct COM and WRL interface definitions from IDA Pro decompiled Windows PE binaries by analyzing vtable slots, QueryInterface/AddRef/Release patterns, mangled names, and WRL template instantiations. Use when the user asks to reconstruct COM interfaces, find COM classes, decode WRL templates, map CLSIDs, generate…

20 +2 3mo ago A 100 tokens original MIT

marcosd4h/DeepExtractRuntime

Skill Claude CodeCodex

Extract function data from DeepExtractIDA analysis databases -- decompiled C++, raw x64 assembly, signatures, string literals, xrefs, vtable contexts, global variable accesses, stack frames, and loop analysis. Use when you need to locate a module's analysis database, list or search functions within it, or extract all…

20 +2 3mo ago A 89 tokens original MIT

function-index

10

marcosd4h/DeepExtractRuntime

Skill Claude CodeCodex

Look up, filter, and resolve functions using functionindex.json files generated by DeepExtractIDA for each extracted module. Map function names to their .cpp files, filter application code from library boilerplate (WIL/STL/WRL/CRT/ETW), list module functions with statistics, and resolve function names to absolute file…

20 +2 3mo ago A 117 tokens original MIT

generate-re-report

11

marcosd4h/DeepExtractRuntime

Skill Claude CodeCodex

Generate comprehensive reverse engineering reports from DeepExtractIDA analysis databases, synthesizing binary identity, security posture, import/export capabilities, internal architecture, complexity hotspots, string intelligence, call graph topology, anomalies, and prioritized focus recommendations. Use when the…

20 +2 3mo ago A 96 tokens original MIT

marcosd4h/DeepExtractRuntime

Skill Claude CodeCodex

Resolve PE-level import and export relationships across all analyzed modules in a DeepExtractIDA workspace. Answers which module exports a given function, which modules import it, builds PE-level module dependency graphs, and follows forwarded export chains. Use when the user asks which DLL exports a function, who…

20 +2 3mo ago A 111 tokens original MIT

map-attack-surface

13

marcosd4h/DeepExtractRuntime

Skill Claude CodeCodex

Map the complete attack surface of a Windows PE binary by discovering all entry points (exports, COM vtable methods, RPC handlers, WinRT methods, callbacks, window procedures, service handlers, TLS callbacks, IPC dispatchers, socket handlers, and more), ranking them by attack value using callgraph reachability to…

20 +2 3mo ago A 131 tokens original MIT

reconstruct-types

14

marcosd4h/DeepExtractRuntime

Skill Claude CodeCodex

Reconstruct C/C++ struct and class definitions from IDA Pro decompiled code by scanning memory access patterns, vtable contexts, and mangled names across all functions in a module. Use when the user asks to reconstruct types, build struct layouts, extract class hierarchies, generate header files, improve type…

20 +2 3mo ago A 81 tokens original MIT

marcosd4h/DeepExtractRuntime

Skill Claude CodeCodex

Analyze RPC interfaces in Windows binaries using ground-truth extraction data, C# client stub signatures, and procedure semantic classification. Use when the user asks about RPC interfaces, RPC attack surface, RPC security, RPC procedures, blast-radius, RPC topology, parameter types, or needs to audit RPC handlers.

20 +2 3mo ago A 63 tokens original MIT

security-dossier

16

marcosd4h/DeepExtractRuntime

Skill Claude CodeCodex

Build comprehensive security context dossiers for functions in DeepExtractIDA binaries -- gathering identity, attack reachability, data flow exposure, dangerous operations, resource patterns, complexity metrics, and neighboring context in one command. Use when the user asks to audit a function's security posture…

20 +2 3mo ago A 91 tokens original MIT

marcosd4h/DeepExtractRuntime

Skill Claude CodeCodex

Analyze WinRT server interfaces in Windows binaries using ground-truth extraction data across four access contexts (caller integrity level x server privilege). Use when the user asks about WinRT servers, WinRT attack surface, WinRT security, WinRT privilege escalation, WinRT method signatures, WinRT entry points, or…

20 +2 3mo ago A 74 tokens original MIT