Skip to content

Releases: AmashOnBlitz/ProcSpyPlusPlus

ProcSpy++ v1.0.0 — Initial Release

14 Mar 16:20

Choose a tag to compare

🕵️ ProcSpy++ — First Release

Inject a spy DLL into any live Windows process and intercept its
Windows API calls in real time. Track what it reads, writes, sends,
and more — or block it entirely.


✅ What's Included

  • ProcSpy++.exe — the main GUI application
  • SpyDll.dll — the injectable spy DLL (must be in the same folder)

⚠️ Important Before Running

  • Run as Administrator for best results
  • Antivirus will likely flag this — DLL injection triggers AV
    heuristics by design. Add an exception or build from source
  • Built and tested on Windows 11 x64 only — if it crashes
    instantly, it's almost certainly a DLL mismatch. Self-compiling
    is strongly recommended, instructions are in the README
  • Keep ProcSpy++.exe, SpyDll.dll, and glfw3.dll
    in the same folder