java

  1. 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 ||...
  2. 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