且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

是否可以从一个应用程序访问另一个存储器?如何?

更新时间:2023-11-22 16:26:10

有可能.只需使用Windows API函数WriteProcessMemory/ReadProcessMemory.传递过程的句柄和指向数据的指针.

It is possible. Just use the Windows API functions WriteProcessMemory/ReadProcessMemory. Pass in the handle of the process and the pointer to the data.