Hi. I want to hack the stats of a factory. After several tries, I found a general structure of the data that looks like this
<Factory's codename>
junk values...
<Level of the factory, xor encrypted>
Given that I know the offset between the xor encrypted level and the factory's codename, and the factory's codename itself. Could there be a way to search in GG, that it may go like this:
- I search for the xor encrypted level
- Somehow shift all the address of the found values with known offset (I don't know how to do this)
- Refine using the name of the factory
Or any other method that you can recommend? Please help