How to load dumped Il2Cpp function names in IDA Pro

Sbenny.com is trusted by 1,330,234 happy users since 2014.
Register

AndnixSH

Savage Lv6️⃣
SB Mod Squad ⭐
Member for 8 years
Did you saw script.py after dumping and you don't know what it is? it's a generated python script to load function names in IDA

First of all, you must dump il2cpp games using Il2CppDumper. Follow the tutorial viewtopic.php?f=68&t=5603&p=40622#p40622

After dump, you will see script.py located in location where Il2CppDumper.exe is located

Open IDA Pro, disassemble a binary file and let it fully load

Click on File -> Script File…



Select the script.py file to run



Wait around 30 seconds

Done. Now you can see function names in IDA Pro



Credits:
iAndroHacker (Tutorial)
Perfare (Il2CppDumper)
 

kryo

APK Fanatic Lv5️⃣
Member for 7 years
Thanks bro. ;)
 
Top