Search the Community
Showing results for tags 'dump'.
-
Hello, the game I've been trying to dump is "Legend of Slime: Idle RPG" I've tried these links but didn't work. https://platinmods.com/threads/how-to-use-auto-il2cppdumper-to-dump-protected-il2cpp-games-no-magisk-zygisk.134194/#fromHistory https://platinmods.com/threads/how-to-dump-protected-libil2cpp-libue4-game-metadata-file-and-other-non-unity-games-new-method.129433/#fromHistory https://platinmods.com/threads/how-to-use-zygisk-il2cppdumper-to-dump-il2cpp-games-magisk-24-and-up.157221/ https://platinmods.com/threads/il2cppdumper-gui-tool-windows.7511/ https://il2cppdumper.com/the-dumper-tool# And also decompiling the apk with Apktool doesn't work too. How can I somehow dump the game ?
-
Sometimes dumping does not go to well because of some protection. Here a video on some common metadata protections and how to fix it so that you obtain a proper dump.cs, but note that this does not work for "Every" protected unity game. In this video we use Legend Slime as example which has metadata protected. Requirement: Computer Il2CppDumperGUI: https://github.com/AndnixSH/Il2CppDumper-GUI Emulator: Bluestacks, Nox, VLPlayer...etc Game engine: Unity
- 14 replies
-
1
-
- dump
- legend slime
-
(and 3 more)
Tagged with:
-
View File libil2cpp.so and metadata.dat dumping script -Launch game -Run script -Two methods to dump This script is Open Source! I'll update script when i found new features. Big thanks to cmp and enyby for precious coding knowledge. Submitter Lover1500 Submitted 09/10/2021 Category Tools
-
Currently i am trying to hack/mod asphalt 9. While hacking it i found out that asphalt 9 doesn't use il2cpp or ue4 libs they have custom lib named as libAsphalt9.so and i tried to find metadata.dat file but unable to find it. I thought that libAsphalt9.so could be dump by ill2cpp dumper but without metadata file i can't do it. If anyone knows please help me. It would be great way to increase our knowledge. @NoFear
-
View File Get Registration Offsets (Code+Metadata) Simple script will get the registration offsets for code and metadata. Allows you to copy offsets to your clipboard Submitter APEXggV2 Submitted 04/15/2024 Category Tools
-
1
-
- registration
- offsets
- (and 5 more)
-
-
View File codm class dumper For now, this script is only for 32 bit. Submitter Lover1500 Submitted 04/21/2022 Category LUA scripts
-
- 13 comments
-
1
-
- registration
- offsets
- (and 5 more)
-
A new major update of the game 'Night of the Full Moon' is coming out soon, which kinda caught my attention. I was able to mod an older version of the game (1.5.1.37), but that approach doesn't work for the newest version anymore (1.5.1.50). Here's my analysis: -The developers use their own anti-tamper solution called 'HProtect'. It (was?) responsible for decrypting the metadata, and it also force closed the game if any changes were detected. -They updated HProtect, and I wasn't able to figure out what it does now. -The metadata in the old version of the game was obviously obfuscated, but the one in the new version is not, since the 4 magic bytes are valid (I uploaded some screenshots). -The il2cpp.so binary seems to be valid and not encrypted at all. Things that I tried so far: -Using the zygisk il2cppdumper didn't work (dump.cs hasn't been created), but it did work with the old version of the game though. -Dumping via GameGuardian worked, but the output was identical to the file you get from the apk. -il2cppdumper gives me the "System.IO.EndOfStreamException: Unable to read beyond the end of the stream" error when trying to dump. -il2cppInspector says "could not verify the integrity of the metadata file or accurately identify the metadata sub-version" when selecting the metadata file. -Libdumper didn't work (also produced the identical output). I'm kinda lost at this point, it would be great if someone could help me out with this. Also, please let me know if I forgot to include something. Thanks in advance Metadata from the newest version.rar Metadata from the older version.rar Newest version of HProtect.rar Older version of HProtect.rar