processhacker mcp ( this is dynamic mcp server for runtime analysis and process hacking. it is like processhacker but for ai agents)

i made processhacker mcp. it is like processhacker or cheat engine, but for ai agents (cursor, claude, gemini etc).

with this, your ai can directly list processes, read memory, dump modules, find threads and do runtime analysis inside your editor.

why make this? standard ai tools cannot see your dynamic memory or running game state. now they can. u give it a pid and tell the ai "find the health address" or "hook this function" and it can actually scan the memory or suspend threads.

core is just a router. the real magic is plugins: if u want stealth, u make an extension. it uses simple c/cpp dlls. want to read memory bypassing ntdll hooks? write a syscall extension dll. want to use hardware breakpoints (vehbutnot)? write an extension. then your ai gets this new tool automatically.

how u can help: we need more stealth plugins. if u write good bypasses, direct syscalls, kernel mode hooks or anything cool in a .dll... fork it, make an extension in extensions/ folder and send pr. we accept bad code if it works.

repo here: https://github.com/illegal-instruction-co/processhacker-mcp

submitted by /u/Humble-Plastic-5285
[link] [comments]

from hacking: security in practice https://ift.tt/OCBTxsr

Comments