Il2CppDumper
AssetStudio
Il2CppDumper | AssetStudio | |
---|---|---|
12 | 128 | |
7,388 | 10,093 | |
2.0% | - | |
4.0 | 6.1 | |
6 months ago | about 2 years ago | |
C# | C# | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Il2CppDumper
- Il2CppDumper: Open-Source Tool for Unity Il2cpp Reverse Engineering
-
Engage absolutely uses Fates RN; a technical analysis
By using IL2CppDumper along with the game's global-metadata.dat file, we can generate headers and structs that we can use with Ghidra, a tool for disassembling code. Once we load Engage and these headers and structs into Ghidra, we can look for a particular function called App.BattleMath$$_IsProbabilityHit. This function is provided a displayed hit (or, as Intelligent Systems calls it, ratio) and is responsible for determining whether or not that attack will actually hit. Ghidra will try to automatically decompile the assembly code into something more readable, and while the results are sometimes mixed, here it's pretty clear what's going on. We can see how, when the displayed hit is less than 51 (or when it's 100), it simply multiplies the displayed hit by 100, and when the displayed hit is 51 or greater, it uses the sin function as described earlier:
-
Anyone knos what type of encryption this is?
So i want to reverse a game which uses Il2cpp, so i used this to dump the files: https://github.com/Perfare/Il2CppDumper
- heya, I'm currently trying to get through a mobile unity game but ran across this, mind if I ask how I can get sort of decrypt this kind of file(s)?
-
Is there a way to recompile after using Il2CppDumper?
Basically the title; I decompiled a game and intend to mod its behavior, so I used a Il2Cpp dumper that seems pretty popular (https://github.com/Perfare/Il2CppDumper).
-
Where to find high technical quality unity projects?
There's plenty of resources on decompiling apks. An APK is just a zip basically, and it contains an Ill2cpp.so file & and global-metadata file. You can use Il2cppdumper (https://github.com/Perfare/Il2CppDumper/releases. https://github.com/Perfare/Il2CppDumper ) to restore the Assembly-CSharp. Then you can use IlSpy or just open the assembly or the dump.cs in visual studio that gets produced.
-
Mottled vs Speckled eggs?
Download and run https://github.com/Perfare/Il2CppDumper/releases. Find and load libil2cpp.so and global-metadata.dat from your combined apk folder when it asks. This will create a bunch of files. The ones we care about right now are the ones in the DummyDll folder.
-
Where to find dialogue SFX files?
You'll need: https://github.com/Perfare/AssetStudio and (for the optional part) https://github.com/Perfare/Il2CppDumper
-
Is there a way to decompile unity 3D games?
if the game is compiled with IL2CPP you can convert it to a dummy Assembly-CSharp file using IL2Cpp Dumper - https://github.com/Perfare/Il2CppDumper
- lldb and ida not working on Unity game
AssetStudio
-
Looks like RF3s modding is just like RF5
Asset Studio for browsing and previewing files, Avalonia for replacing/editing bundles. Of course, I've never actually modded RF5; all I've managed to get working so far for RF3s is portrait and model texture editing, and face textures are so tightly cropped that replacing them might be a pain. As for dialogue, the extracted .txt comes out garbled, and I tried it with Grimoire just for fun but that doesn't seem to do anything.
-
Trying to find sprites from the games files, but I cant find them.
the sprites won't appear as actual images unless you are using something to load the sprites like AssetStudio or a similar program. unfortunately i can't remember the name of the program that allows you to take a screenshot and rip assets from there, or something similar. but AssetStudio will do the trick and you have to load the folder called "hollow_knight_Data" from - C:\(yournamehere)\steamapps\common\Hollow Knight\hollow_knight_Data - some of the information here will vary based on what you've named your drives but the main folder is in steamapps\common\HollowKnight\hollow_knight_Data
- Active fork of AssetStudio? (AssetStudioGUI by Perfare)
-
School of Dragons
I've tried exploring a few things with this but the only sound file I was able to find was the one that plays on the startup screen. I think I might have another lead with the files that steam displays but I'm doing my best and if worse comes to worst I will just try to get recordings of everything :]
- How to make mods?
-
JPEGs of gun cases?
Yes, you can use a tool like asset studio to find and extract the wrap textures
- Can I find the game's textures anywhere?
- Learning how to mod
-
What’s Left to Preserve for Priconne EN & Github Priconne Image Extractor
Hi, I'm the person who made priconne-image-extractor. If you're looking to decrypt .unity3d files from the EN server, you can use that to get all the .unity3d files from EN's CDN, and then use AssetStudio (https://github.com/Perfare/AssetStudio) to load the folder with all the .unity3d files. This won't work anymore for JP's server since they updated Unity a while ago, but in theory this should work for EN still.
-
Does Anyone have the SFX file of Video Game Club Skill?
You can dig the audio files yourself from the game data with Asset Studio. I can get it for you, but it'll have to wait until I get home. I advice you try to dig yourself. Might find many cool things in there.
What are some alternatives?
AssetRipper - GUI Application to work with engine assets, asset bundles, and serialized files
UnityGLTF - Runtime glTF 2.0 Loader for Unity3D
frida-il2cpp-bridge - A Frida module to dump, trace or hijack any Il2Cpp application at runtime, without needing the global-metadata.dat file.
UnityLive2DExtractor - Unity Live2D Cubism 3 Extractor
Cpp2IL - Work-in-progress tool to reverse unity's IL2CPP toolchain.
UtinyRipper - GUI and API library to work with Engine assets, serialized and bundle files
Il2CppInspector - Powerful automated tool for reverse engineering Unity IL2CPP binaries
UnityPy - UnityPy is python module that makes it possible to extract/unpack and edit Unity assets
MelonLoader - The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
UABEA - c# uabe for newer versions of unity
dnSpy
UABE - Asset Bundle Extractor