搜索资源列表
ReadMemory
- ∷内存读取软件 :) - memory reader software :)
独立实现ReadMemory
- 通过驱动编程实现跟windows提供的ReadProcessMemory函数一样的功能..
ReadMemory
- ∷内存读取软件 :) - memory reader software :)
ReadMemory
- ReadMemory.cpp : Defines the class behaviors for the application.
Modify
- CSDK下的游戏内存修改器,利用WriteMemory,ReadMemory等函数-CSDK memory modifier next game, using WriteMemory, ReadMemory and other functions
ReadMemory
- 用VB读取内存的例子,直接读取、读取偏移地址内存等-Read process memory using Visual Basic
readmemory
- delphi 7 编写,读另一进程内的数据(源码)。-delphi 7 writing, reading the data in another process (source).
Readmemory-DEMO
- 看牌器的DEMO代码,有关内存地址读取和修改-DEMO code, look at the sign of the memory address to read and modify
ReadMemory
- 通常,跨进程读写内存,用到ReadProcessMemory, WriteProcessMemory, 但需要进程句柄,如果目标进程受到保护,可能获得进程句柄会失败(Cross process memory reading)