This is the AMP version of this page.
If you want to load the real page instead, click this text.

il2cpp

  1. Tutorial **HOW TO FIX IL2CPP DUMPER ERROR**

    I noticed some people are still going through this problem: -- Fixes -- 1. il2cppdumper files, metadata, and .so file are all in same folder 2. Use il2cppdumper latest version Latest version here 3. Correct unity version How to get unity version 4. Try different...
  2. Tutorial How to Decompile, Compile, and Sign APKs without APK Easy Tool

    Requirements: - ZipSigner: ZipSigner Direct Download -WinRar: WinRar 64bit WinRar 32bit -APK of desired game: Search and Download your APK from here Decompile: - Open APK with WinRar - Copy libil2cpp.so &...
  3. Solved Offset is too small and can't find in HxD

    so I was searching for ammo and I came across this field which is interesting and I want to modify it but the offset is small and if I search in HxD its obviously goes to like the beginning of the hex or is invalid The field is called ammoInClip as seen in the picture and the offset is 0x2C...
  4. Solved The package appears to be corrupt

    how i can delete this??? I needed help on something but i fixed it and i can't delete this
  5. Tutorial MOD Menu for il2cpp and native Android Games

    Hello. I created a mod menu for il2cpp and decided to share it with everyone. I apologize for bad English Well, let's begin. Inexhaustible Instruments - pc - NDK - Android Studio 3.x - Apktool - Brains and knowledge of C ++, Java, Smali 1. Start Clone Floating ModMenu repository by link. Launch...
  6. Tutorial How to check metadata version of Il2Cpp.

    Need to check metadata version? it's very easy. Open global-metadata.dat with any hex editor programs or if you are using Hex Workshop, right click on global-metadata.dat and click Hex Edit with hex Workshop vX.X Look at caret 0x4, this one says 18 which means 24 in decimal, so we know the...
  7. Tutorial LIST OF PLATINMODS MODDING TUTORIALS

    List of all Platinmods Modding Tutorials Before you start reading, you should be aware that tutorials contain only a tiny amount of the work behind modding games, and they usually showcase specific cases that are not 100% replicable on the situations you may find yourself in. Said in other...
  8. Tutorial IIl2CppDumper now have ability to convert Cpp back to IL

    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. And viewing it in...
  9. Tool Il2CppDumper GUI Tool (Windows)

    Requirements: - Net Framework 4.8 - Windows 7 and above GUI Features: Set output directory Set registration offsets Drag and drop support Save settings Log output in realtime Support APK and IPA dump automation Download: https://github.com/AndnixSH/Il2CppDumper-GUI/releases...