Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想读/写 ActiveX 对象的内存(分配的内存,而不是代码)。如何在内存中扫描/读取/写入我的应用程序?我需要 OpenProcess 从我的应用程序到它自己吗?
谢谢。
用于VirtualQuery确定分配的内存范围。使用OpenProcess和ReadProcessMemory将内存块复制到您控制的缓冲区。分析缓冲区内容。
VirtualQuery
OpenProcess
ReadProcessMemory