How to decompile unity games in 2024

Описание к видео How to decompile unity games in 2024

In this video i'll show you how to decompile unity games
no matter if the game is compiled with Il2cpp or mono & it's
a UnityWeb, MacOS, Linux, Windows or android.

Here are the tools you will need:

IL2CPP (Intermediate Language To C++)

Ghidra (for viewing decompiled c++ code from il2cpp and converting that to c#):
https://ghidra-sre.org/
Java se dev kit (to run ghidra):
https://www.oracle.com/java/technolog...
IL2CPPdumper (for ghidra so that it can understand il2cpp):
https://github.com/Perfare/Il2CppDumper
Python (for generating il2cpp_ghidra.h):
https://www.python.org/downloads/
Ghidra wasm plugin (for web assembly):
https://github.com/nneonneo/ghidra-wa...
WDU.exe (for extracting files form data.unityweb/br): https://github.com/SeriousCache/UABE/...


Mono (non MS implementation of the .NET framework)
AssetRipper already has a decompiler built into it but if you wanna use other decompilers go for it.

Jetbrains dotpeek (another c# dll decompiler):
https://www.jetbrains.com/de-de/decom...
Ilspy (for decompiling c# code):
https://github.com/icsharpcode/ILSpy
dnsy (also for decompiling c# code but also edit them):
https://github.com/dnSpyEx/dnSpy


Unity decompilers/extractors
AssetRipper (for completly decompiling unity games):
https://github.com/AssetRipper/AssetR...
UABE (Unity Asset Bundle Extractor):
https://github.com/SeriousCache/UABE
GUID corrector (for making unity use correct packages more details on github): https://github.com/oldsportsgit/GUIDc...


Android
APK downloader (for downloading android games as apk) https://apkpure.net/
Google play store (for getting the link to a game): https://play.google.com/store/

Like & subscribe if you want more videos like this one

Комментарии

Информация по комментариям в разработке