

If you've followed along, you're aware that we've used Il2CppDumper as our primary tool for accessing the compiled code base. This process should be same for iOS IPA packages. Open up dump.cs with Sublime Text or Notepad++ and enjoy! You are now parsing through the actual Unity C# code that powers your game.

These DLLs can be analysed by DnSpy and explored further, but that's a story for another time. DummyDll - a folder that contains DLLs that Il2CppDumper has extracted.

