- 0
Can we make game guardian execute instructions from an allocated memory page?
-
Similar Content
-
- 0 replies
- 339 views
-
- 16 answers
- 9,608 views
-
- 0 replies
- 779 views
-
- 1 answer
- 1,571 views
-
- 6 answers
- 2,470 views
-
Question
Rxhacker
Let's consider i have a function called addCoins(int coins). I want to make changes to this function to hack the number of coins. I was able to change the paramater value by allocating a memory page and jumping to that address and writing assembly code there. But one limitation i get is that, i will have to wait for the function addCoins(int coins) to get called. SO, Can we make game guardian execute from an memory page? Not by jumping from the game code but as a seperate thread.
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now