Hi, could you show me how to get the exact offset of the il2cpp APIs? I can't use dlsym because the il2cpp functions are already encoded.
I also used IDA, but I didn't know exactly which one was the offset. I also used previous versions of the game to log the offset, then calculated it myself to get the correct value and applied it to the new version.
Is it correct that il2cpp_domain_get = base_il2cpp + rva? I don't think so because I tried logging it and saw a different discrepancy.

Hi, could you show me how to get the exact offset of the il2cpp APIs? I can't use dlsym because the il2cpp functions are already encoded.
I also used IDA, but I didn't know exactly which one was the offset. I also used previous versions of the game to log the offset, then calculated it myself to get the correct value and applied it to the new version.
Is it correct that il2cpp_domain_get = base_il2cpp + rva? I don't think so because I tried logging it and saw a different discrepancy.