Trainer Spy
- Details
- Published on Saturday, 27 August 2011 20:59 Geoff McDonald Hits: 1192
Downloads:
Credits:
- Geoff McDonald, JLIB_HTML_CLOAKING
Description:
This is for 32bit processes only. If you are running a 64bit operating system, only try to attach to processes running in 32 bit mode.
This trainer spy (Paper Clip Trainer Spy) works by injecting a function into WriteProcessMemory of the target process and recording the memory write operations to other processes. This kind of tool is commonly used to explore how game cheat trainers work, and is best used as a learning tool.
Screenshots:


ABartX
Posted at 2011-08-30 13:02:20
the injection doesn't work at all trainer.
error message: Error: Failed to find kernel32.dll in destination process.
other trainer spy program (TrainerSpy XP) works fine, but your's has better design :D


Trainer Spy
DWORD
Posted at 2012-05-04 10:01:17
I would recommend adding memcpy too because some trainers may use dll injection where one wouldn't have to use WriteProcessMemory (allthough I haven't seen any, however I barely use WriteProcessMemory).
Reply to comment