I tried to mod il2cpp.so, I can't get the Assembly-Cshap.dll because global-metadata.dat was obfuscated but I can get the dump.cs file using riru, that make me have all Address (RVA, VA, offset...).
For these address, I know how to convert hex <-> dword <-> float <-> ARM and can find exact the address on Xa memory, but there not good at all.
My question is, how to find exact value to find in another memory regions (like .bbs, anonymous...), where the value come from?. I need to dump memory? Find pointer?...
I see many people using exact value (Dword/Float) to search and using offset, but I don't know how I can find them.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Question
endcell
I tried to mod il2cpp.so, I can't get the Assembly-Cshap.dll because global-metadata.dat was obfuscated but I can get the dump.cs file using riru, that make me have all Address (RVA, VA, offset...).
For these address, I know how to convert hex <-> dword <-> float <-> ARM and can find exact the address on Xa memory, but there not good at all.
My question is, how to find exact value to find in another memory regions (like .bbs, anonymous...), where the value come from?. I need to dump memory? Find pointer?...
I see many people using exact value (Dword/Float) to search and using offset, but I don't know how I can find them.
Please help me, any guides?
Thanks.
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.