views:

60

answers:

1

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?

A: 

You can always use sockets for IPC in a platform independent way.

M. Utku ALTINKAYA