Search found 1 match

by samp
Mon May 15, 2023 8:39 pm
Forum: General Gamehacking
Topic: Any more methods to find timers?
Replies: 6
Views: 5518

Re: Any more methods to find timers?

The stack address can be pulled from register, mov'd to say r10, and then loaded into a global symbol and then used as a dynamic address. So as long as you read the assembly and see which register is loading your address you want (And assuming a bunch of addresses aren't being stuffed through there)...