Skip to content

AndnixSH/Il2CppDumper-GUI

Repository files navigation

Il2CppDumper GUI

Screenshot

This is the simple GUI version of Perfare's Il2CppDumper. The GUI is based on Bunifu Framework because I like dark theme. Support drag and drop binary files and global-metadata.dat for file selection. APK, APKS, XAPK, ZIP and decrypted IPA file for auto dump

Requirements

Download links

Note: Antivirus may flag this tool as malcious, it is false positive and you should not worry about it. They flag all modding tools you need as malicious, this is their business, this is their way to make money.

Il2CppDumper GUI: https://github.com/AndnixSH/Il2CppDumper-GUI/releases

How to use

Drop APK, APKS, XAPK, ZIP or decrypted IPA file on the Start button to dump

To manually select files, drop binary file and global-metadata.dat on the textboxes or the Select button, or click Select and choose a file. After that, press the start button to dump

To obtain CodeRegistration and MetadataRegistration, read the following tutorials: https://tomorrowisnew.com/posts/Finding-CodeRegistration-and-MetadataRegistration/

https://il2cppdumper.com/reverse/examining-the-binary

Protected games

If you can't dump, try the following methods

If none of these method helps, maybe do some reversing and decrypt it by yourself

Credits

AndnixSH (GUI related)

Perfare Il2CppDumper

djkaty (Helped me fixing an issue and I used some codes from her's Il2CppInspector

T5ive (Using some of his codes) Il2CppDumper-GUI