我使用作弊引擎找到了两个地址(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);