Various IDA Scripts that help with small tasks.
Tools & Utilities
Open-source tools, debug extensions, and MCP automation servers developed during security research.
Static code analysis and decompilation snippets have transformed vulnerability research and malware analysis, but they share a fundamental flaw: they lack dynamic execution context. Static analysis cannot observe live heap allocations, inspect unbacked thread return addresses in real time, or verify how registers evolve across loop iterations. To bridge this gap, we built WinDbgX-MCP — an open-source Model Context Protocol (MCP) server that connects AI assistants (Google Antigravity, VS Code Cline, Claude Desktop, Cursor, Codex, and local LLMs) directly into live WinDbg and WinDbgX (DbgX.Shell.exe) debugging sessions across user-mode binaries, kernel drivers, remote debug servers, and crash dumps.