Projects
TantoC2 - Red Team Command & Control Framework#
A modular C2 framework for authorized penetration testing and adversary simulation. Single deployable Python process with multi-operator support, P2P relay, agentless operations, and full audit logging.
WEDP - Windows Exploit Development Plugin#
A native WinDbg extension for exploit development. Provides 20 commands for gadget search, pattern utilities, memory analysis, and more. Written in C++ with native x86/x64 support.
dbgeng-mcp - Windows Debug Engine MCP#
An MCP server bridging AI assistants to the Windows Debugging Engine (dbgeng.dll). Exposes debugger functionality as MCP tools so LLM-based agents can launch, attach to, and inspect processes. Built with Python and C++ (pybind11).
dnre-mcp - .NET Reverse Engineering MCP#
An MCP server for .NET assembly reverse engineering and decompilation. Lets AI assistants load, analyze, and decompile .NET assemblies to C# source code. Built in C# on .NET 10, powered by the ILSpy decompiler engine.