1

How can I get the data stored in variables outside my window or tab of a foreign application? It is written in javascript and HTML5.Right now I have two ideas:

-Debbuging the browser as a plug-in.

-Scanning the browser memory

What would be easier? Is there another solution? Right now I am working with chrome and a facebook shooting game, and it would be a lot easier to do if the alternatives were done in js, php, or C++.

4

1 回答 1

0

有没有想过使用Node.js服务器端来执行操作?您可以使用 C++ 创建模块并使用客户端库(如Socket.io或其他)将其连接到部件。

NodeJS 网站

NodeJS C++ 插件

于 2012-12-04T02:32:16.107 回答