Help! How to find offsets of il2cpp API functions

libModz

Platinian On Fire
Functions such as

il2cpp_domain_get
il2cpp_domain_assembly_open
il2cpp_assembly_get_image
il2cpp_domain_get_assemblies
il2cpp_class_from_name

They're obviously not found in dump.cs
 
Open libil2cpp.so in IDA or load GameAssembly.dll in IDA. It is never in dump.cs
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.
1769525075062.png
 
Back
Top Bottom