0

我使用作弊引擎找到了两个地址(fi 43BE7E61)。如何让 c# 访问正在运行的应用程序的地址以确定/更改那里的值?我需要一个像

int value_at_address(string address, <some type> object) 

在打电话给类似的东西之后

<some type> inject_into_app(string path);

这给了我使用的对象

<some type> object = new <some type> inject_into_app(string path);
4

1 回答 1

0

看到这个帖子。

http://www.mpgh.net/forum/250-c-programming/298510-c-writeprocessmemory-readprocessmemory.html

于 2012-05-21T11:23:02.433 回答