java

  1. Android Modding - IL2CPP Mod Menu - Overlay (Preview)

    IL2CPP Mod Menu What the "Vertex" is this about ? This is a simple preview of an "IL2CPP Mod Menu - Overaly", it has been drawn using unity internals so no ImGUI or JAVA is involved here if we want to compare it to other methods around. I will not publish any ready-to-use source even tho there...
  2. how to convert a piece of java code to smali code?

    hello everyone i want to modding an android app but it obfuscated i have this code: /* renamed from: ˏ */ public void m332() { Context context = this.f242; int ˏ = hk.m2612(context, 1); int ˏ2 = hc.m2545(context, 1); if (ˏ != 1 ||...
  3. Understanding Smali (Dalvik Bytecode) and how to start for beginners

    Question brought up in chat today regarding how to edit smali made me think of an excellent tutorial I read a couple years back on xda. Its till around so I thought I'd share it with a couple little edits in the intro to make it more applicable to general modding rather then the specific apk it...
Back
Top Bottom