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
Stars
9
Forks
0
Watchers
9
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
23
commits
Fixing hooks in CC and Cursor, Enforce AI scan phase 5-6, add support for Rules in CC and Cursor, tests updates
bc3979aView on GitHubAdd missing tainted_args field to EntryPoint dataclass to fix generate_entrypoints_json crash
b8f0106View on GitHubRemove fragile decompiled regex from struct_scanner, delete exploitability-assessment skill, consolidate hunt-plan from 8 to 4 modes, fix hook code quality issues, add feature requests, and clean stale doc references
50b7414View on GitHubRemove legacy programmatic scoring: delete exploitability formula, dead taint scoring, naive taint-from-type inference, and phantom docs. Centralize severity mapping to ordinal sort keys. LLM is sole scoring authority
bff8cb4View on GitHubAdd /compare-scans command and report_comparison helper. Add AI scanner orchestration rules. Update agents, commands, and docs
7dfb6fcView on GitHubReplace heuristic vulnerability scanners with AI-driven agents; prune obsolete skills, commands, and helpers
30b2653View on GitHubAdd unified IPC workspace discovery, --workspace flag for COM/RPC/WinRT resolvers, and fix DB query thread safety
e78f228View on GitHubExclude auto-generated C# RPC stubs from language stats via .gitattributes
409a5f9View on GitHubAdd agent-tool guardrails and json_extract helper; forbid >/dev/null, 2>&1, and inline python
5580251View on GitHubRename /verify to /verify-decompiler, add /verify-finding command, and harden logic-vulnerability scanner patterns
03f8097View on GitHub