【发布时间】:2012-05-21 08:41:42
【问题描述】:
我使用作弊引擎找到了两个地址 (f.i. 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);
【问题讨论】:
-
这会更容易在非托管代码中实现。