hi @
TheArmKing
i just want to ask, why do i get different codes from LLDB and IDA PRO.
i got a hit from offset - 0x101dceb88 and tried to search the address in IDA PRO and it's showing different.
I dump the binary file and globalmeta.dat using Il2CppDumper-v6.5.3
Open the binary file in IDA PRO x64 and run the ida.py and script.json.
One more thing, I used DLG memor and put to FLOAT search, the current float value of the 2 address was
6.00000 but in lldb its showing
(lldb) w s e -- 0x1207B6D5C
Watchpoint created: Watchpoint 1: addr = 0x1207b6d5c size = 8 state = enabled type = w
new value:
2933075911039254528
(lldb) w s e -- 0x28EE74490
Watchpoint created: Watchpoint 2: addr = 0x28ee74490 size = 8 state = enabled type = w
new value:
1086324736
Please see the Picture.
View attachment 284157View attachment 284158