smali

  1. How can i inject xamarin smali code into another apk?

    I tried to make a simple foreground service android application using xamarin... then decompile and inject it into another apk...but it always crashes. here is adb logcat : 05-31 23:57:34.158 7680 7680 W Activity: Slow Operation: Activity com.injected.app/org.injected.cpp.AppActivity...
  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