Perfare / Il2CppDumper

Unity il2cpp reverse engineer
MIT License
6.98k stars 1.37k forks source link

Can't get memory dump file to work #191

Closed sorrelldev closed 4 years ago

sorrelldev commented 4 years ago

Note: if you do not provide all of the following information I will directly ignore and close this issue

So I tried a memory dump from GameGuardian. I hopefully picked the right memory file & dump address, but now it can't find the Registration points, and fails. error

Perfare commented 4 years ago

Your maps file tells you that libil2cpp.so is at 0x08000000, but the file you selected is start from 0x04000000, so you need to cut dump file at 0x08000000 - 0x04000000.

sorrelldev commented 4 years ago

That worked! I manually entered the 08000000 address into game guardian and I was able to dump the file 👍

success