Introduction
Hello,
So, this post has become much more massive than I was expecting it to be. I didn’t want to make a full blown tutorial describing every little detail. My goal is to provide a branching off point to give some insight into a few methodologies I have used over the past couple...
Initializing metadata...
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Il2CppDumper.Metadata.ProcessingMetadataUsage() in C:\projects\il2cppdumper\Il2CppDumper\Il2Cpp\Metadata.cs:line 183
at Il2CppDumper.Metadata..ctor(Stream stream) in...
Hey guys, I'm a game cheater who's come from the Windows community over to Android to try out a couple of their games. I found a game I'd like to cheat, don't know if I can say it here since it's 18+.
I'm new to this forum still so if anyone would like to show me around I'd appreciate that, my...
Hello everyone, I am currently at a stalemate and would need your generous help.
I am currently looking to retrieve the endpoints send to an API as well as the data.
The game in question is under IL2CPP, I have currently managed to sniff requests from my android but it seems that the game...
Well modding Android Games is fun and I wanted to completely kill a function so I did some research.
Imagine we have a Character Class, this class has an Update function, and this class also has a function something like this private void Die();
Yeah I know, it's not that crazy but I'm trying...
Hey folks,
I've been working on an overhaul of Il2CppInspector for the last few months and I feel like it's now at a place where I'm ready to share it!
I believe this new build has the most accurate, comprehensive and customizable output and the most robust file format and architecture support...
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
4. Try different mode
5. Game has protection against dump, you...
I had written some mods for a game, and as a result the developers started using IL2CPP. I am familiar with IL2CPP and how you go about modding it.
My question is if I know the implementation of the C# code, is there any way to inject it at the inspected offset.
let's say IL2CPPDumper reveals...
Hello everyone, I got into the hands of one game on unity c il2cpp, but after dumping, I saw the obfuscation of bee byte. If, there were dll, it would be easier, but not here). Someone knows how to bring in a more readable kind of dump or DummyDll. Thank you for your help)
i am newbie, any one teach me how to edit code from IL2CPP.so.
i have :
i want edit:
private static int set_hp(IntPtr L); // 0xF911CC
but i don`t know change values in Il2Cpp from...to ?
any help me, thanks
Hello, a friend and I have created a mod menu for a game called pixel gun 3d and it uses il2cpp. We have made a java injection mod menu for it and I just wanted to stop by and show it.
Also, just to be clear this game DOES NOT use C# and is not moddable with dnspy or .net reflector . This was...
dontrread
Introduction
>What is il2cpp?
From An introduction to IL2CPP internals – Unity Blog
The technology that we refer to as IL2CPP has two distinct parts.
An ahead-of-time (AOT) compiler
A runtime library to support the virtual machine
The AOT compiler translates Intermediate Language...