【问题标题】:Receive/Change values from running applications从正在运行的应用程序接收/更改值
【发布时间】: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);

【问题讨论】:

  • 这会更容易在非托管代码中实现。

标签: c# api hex hook


【解决方案1】:
猜你喜欢
  • 2010-11-26
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2013-01-06
  • 1970-01-01
  • 2012-09-16
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多