So, I got offsets for Galaxy on Fire v1.12 and I wanna make a patcher for it. I have the moddable functions.
The only problem is that any cracked/thinned binary causes app to crash with EXEC_BAD_ACCESS and subtype KERN_INVALID_ADDRESS (basically some stuff necessary for it to work got killed with patch).
Will offsets from cracked binary in IDA work with the game? Like if i make a patcher, will it still work or will there be an error?
Also, I got an ASLR value of f0000 (or so). So i delete f0000 from all offsets i got right? I did that and got the functions but im not sure if they r the right ones. (Im using a non-thinned version of binary in 64 bit mode in ida)