Unity Il2CppDumper

A general discussion area specifically for hacking, memory scan, injection, and debugging discussions.


Post Reply
User avatar
bbfox
Table Master
Table Master
Journeyman Hacker
Journeyman Hacker
Posts: 367
Joined: Sat Jul 23, 2022 8:59 am
Answers: 0
x 777

Unity Il2CppDumper

Post by bbfox »

Il2CppDumper is a Unity IL2CPP reverse engineering tool. It decrypts (DLL restore) can be used for dnSpy, ILSpy or other .Net decompiler tools.

Project URL: https://github.com/Perfare/Il2CppDumper

How to use:

  • Extract & run executable "Il2CppDumper.exe"
    ► Show Spoiler
  • Select IL2Cpp executable file (formally GameAssembly.dll)
    ► Show Spoiler
  • Select global-metadata.dat (Usually in <game folder>\<game name>_Data\il2cpp_data\Metadata)
    ► Show Spoiler
  • Waiting tool for data decryption
    ► Show Spoiler
  • All decrypted files will stored in a folder named "DummyDll" under Il2CppDumper folder.
    ► Show Spoiler

Table is free to use, but need to leave the author's name and source URL: https://opencheattables.com.
Table will not be up-to-date. Feel free to modify it, but leave credit to the source.
Tip me a coffee? https://ko-fi.com/bbfoxmodding


Post Reply