Tutorial IIl2CppDumper now have ability to convert Cpp back to IL

AndnixSH

PMT Elite Modder
Original poster
Staff member
Modding-Team
Jun 27, 2017
4,756
301,003
1,213
Modding World
My dream has finally come true. The developer of Il2CppDumper added a new feature called DummyDll which convert Cpp back to IL using Mono.Cecil.dll. DummyDLL is only useful for analyzing

After you dump Il2Cpp, you will get DummyDll folder contaning DLL files, you know.

8OHfwVE.png


And viewing it in dnSpy

8OHfwVE.png


Don't get excited, you can't add DLLs back in Il2Cpp games and method body still not possible to dump yet but DummyDLL still useful for searching and analyzing

Try it out: Releases · Perfare/Il2CppDumper · GitHub
 
Tags
games github il2cpp il2cppdumper mono scripting backend tool unity