从另一个应用程序的框架读取文本
我计划创建一个玩游戏的玩具应用程序。是否可以从另一个应用程序框架捕获游戏数据?我知道这传统上是使用低级语言和 dll 注入来完成的,但我想知道这是否可以通过高级语言来完成?
I plan on creating a toy application to play games. Is it possible to capture game data from another applications frame? I know this is traditionally done using a low level language and using dll injection but i was wondering if this is possible to do from a high level language?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您始终可以以独立于平台的方式将套接字用于 IPC。
You can always use sockets for IPC in a platform independent way.