In applications, changing variables or forcing execution methods during runtime can be really useful to bypass some security or even to write hacks. On Android, we can change binary libraries…Continue readingUse Frida to controll Unity app (IL2CPP)
Apps use variables and they are stored in RAM. It would be wonderful to have access to this memory, and fortunately for us it is really simple. We only need…Continue readingSimple editing App’s RAM
Modifying C# is a really easy task if code was compiled only to IL. In this form, files (DLLs) can be executed, so it’s possible to find apps with this…Continue readingHack Mono DLL
Unity android app can be build in 2 ways: Mono – DLL can be simply reversed to C# L2CPP – where C# code is compiled directly to binary files for…Continue readingEdit code in Unity APK (IL2CPP)