How to get the value of a variable from memory? [duplicate]

0

I run the first CC period and would like to know how I could get variable values from a game, for example, in real time. For example, when a Boolean variable changes the value to TRUE, I wanted to have access to that state of the variable. Can you do that? in java? Should I have access to the memory address of this game variable? The question arose because I need a program that has access to the game data ...

    
asked by anonymous 03.06.2015 / 03:49

1 answer

0

The answers on the @bfavaretto link explain well what the situation is, and if you are in the first CC period, there is still a lot of theory to understand the details involved.

Having said that, Jason Devlin had a series about DLL injection in his blog, applied to make a robot that played poker (the site is offline, but in archive.org you can find the other posts in the series) . He posted his bot code, which you can study if you want to understand how the process works.

    
03.06.2015 / 17:12