In this tutorial i will show you how you can render il2cpp based games using il2cpp renderer you can find latest renderer from Github source – here or download here
Download the latest version always since it works with most of the games, the process of dumping will always remind the same as shown in the video tutorial below. an iL2cpp dumper is a must-have tool since it allows you to dump and view the source of the game, you will be able to find the offsets of the game that you can use to modify the main .so file.
Requirements:
- Net Framework 4.7.2
- Windows 7 and above
GUI Features:
- Set output directory
- Set registration offsets
- Drag and drop support
- Save settings
- Log output in realtime
- Support APK and IPA dump automation
How to use:
Android: Drop APK to start dump automation or extract libil2cpp.so file from lib folder and extract global-metadata.dat from \Data\Managed\Metadata\ and select them
iOS: Drop IPA to start dump automation or extract binary file that does not have a file extension and extract global-metadata.dat from \Data\Managed\Metadata\ and select them
PC: Select GameAssembly.dll as executeable file and select global-metadata.dat from [Game name]\il2cpp_data\Metadata
Drag and dropping files are supported
Switch dumper mode if you like to use other dumper
Press START when you are ready
Credits:
Perfare (Il2CppDumper)
Djkaty (Il2CppInspector)
AndnixSH (GUI)