Releases: AmashOnBlitz/ProcSpyPlusPlus
Releases · AmashOnBlitz/ProcSpyPlusPlus
ProcSpy++ v1.0.0 — Initial Release
🕵️ 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 applicationSpyDll.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, andglfw3.dll
in the same folder