1 comments

  • d0nk3yhm 6 hours ago

    I made a debugger toolkit that runs as an injected DLL and hosts an MCP server inside any x64 process.

    I’ve been using it for a couple of weeks now, and it has made reverse engineering much faster for me. Work that used to take hours now takes a fraction of the time. I’ve already used it for a few game modding projects, and it works especially well when combined with an SDK dump of the target, using Claude or Codex having the dump as context.

    It also pairs nicely with a Ghidra or IDA MCP setup if you want to dig deeper during analysis (if you don't have function names or classes dump to work with.)

    Sharing it here in case it’s useful to others