简体   繁体   English

从另一个应用程序的内存中获取数据[保持]

[英]Get data from ram memory from another app [on hold]

I want to make an application in c++/python that can read values from ram from another app,and run code depending on that value. 我想用c ++ / python创建一个可以从另一个应用程序的ram读取值的应用程序,并根据该值运行代码。 My question is how can I get that data from ram using python /c++(I prefer python, but you can also give me the solution for c++) 我的问题是如何使用python / c ++从ram获取数据(我更喜欢python,但您也可以为我提供c ++的解决方案)

You can't access other process memory, Unless you run that process as Child Process. 您无法访问其他进程内存,除非您将该进程作为子进程运行。 Then you have IPC . 然后您有了IPC

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM