can someone give me tips, books or links to learn stuff like - to inject games and read and use functions from the game?
How to search for a function and call it from outside?
For example:
Inject Hearthstone and read the name of the card-decks. Show the name, select the decks and start the game with that specific deck (All only with my tool). I want to call a function from the game with my tool in python.
How do i start here?