OUTDATED PLEASE GO TO https://github.com/Livku2/LivkuDumper
A runtime dumper for android
You have to decompile the apk
Put the .so file in the lib/arm64-v8a folder
Then go to smali/com/unity3d/player and open UnityPlayerActivity.smali
Then go to OnCreate and add this
const-string v0, "LivkuDumper"
invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V
It should look something like this
- Dump all assemblies
- Fix Method Offsets
- Fix Formatting
- Some games have obfuscated names for their il2cpp symbols, I will try to find a work around
slight formatting problem but nothing huge, just a few spaces
- Zygisk Il2CppDumper - Dumper I used as a reference
just realised I forgot to say but some code, such as the attribute code comes directly from this dumper