dump loaded library (.so) from memory to get decrypted lib for Android
- Put identifier of target Android app and library name in
dumper.py
- Connect to your device through adb and run frida-server
- Run
dumper.py
- Extract dump.cs by Zygisk-Il2CppDumper or Auto-Il2CppDumper and save to a folder in which
label_ida.py
exists - Dump libil2cpp.so using
dumper.py
- Load libil2cpp.so into IDA
- Go [File] → [Script file] and select
label_ida.py
to apply symbols in IDA