Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Livku2/Android-Runtime-Il2Cpp-Dumper

Repository files navigation

Android Runtime Il2cpp Dumper

A runtime dumper for android

Using the mod

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

image

Todo

  • 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

Known Issues

slight formatting problem but nothing huge, just a few spaces

Credit

just realised I forgot to say but some code, such as the attribute code comes directly from this dumper

About

Used for dumping protected android games

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors