Page 1 of 1

Copy Game Data to a Certain Memory Location

Posted: Thu Jul 20, 2023 12:18 am
by age_of_pointers
The game has some useful data about the enemy which is not visible to the player. I can find these data points and their opcodes. I would like to access these data in the game and copy them to static address/pointer locations which I can read through C++ or Python scripts so that I would have the intel about the enemy. How can I do this? The new location can be anything if the game and Cheat Engines allow it, it doesn't have to sit in the game memory slots.