unity_metadata_loader icon indicating copy to clipboard operation
unity_metadata_loader copied to clipboard

Strings in wrong offsets

Open ghost opened this issue 9 years ago • 3 comments

I had spent my time trying to find out why my hacked functions are not working. Now i found out that the script placed strings in wrong offsets

This is UserData$$get_gold right?

image

But the real UserData$$get_gold is actually sub_CS8304. I found it by searching hex that i copied from older version.

image

I'm using Python 2.7, IDA Pro 6.8 and fixed the script that a member mentioned

Here is .so and .dat file if you want to test http://usersdownload.com/xxn0b5vyuvji.html

ghost avatar Dec 28 '16 20:12 ghost

I tested your metadata.dat file. I found the metadata version is 22, while my tool only work for version 21. Unity is upgraded. I have to spend some time to figure out the new version.

nevermoe avatar Dec 29 '16 18:12 nevermoe

real UserData$$get_gold in Sub_00C596E0

Darkness0ut avatar Dec 30 '16 05:12 Darkness0ut

@nevermoe ok. I'm waiting :)

@Darkness0ut how did you find the real get_gold?

ghost avatar Dec 30 '16 10:12 ghost