bagipro
bagipro
### Information 1. **Apktool Version (`apktool -version`)** - 2.4.1 2. **Operating System (Mac, Linux, Windows)** - Mac 3. **APK From? (Playstore, ROM, Other)** - Playstore ### Steps to Reproduce `apktool...
Thank you for submitting a Pull Request to the Mobile Security Testing Guide. Please make sure that: - [x] Your contribution is written in the 2nd person (e.g. you) -...
Hey @skylot, Please check the attached file in class `com.samsung.android.support.senl.nt.base.common.util.UriFileUtils`: ```java public static int saveUriToFile(Context context, Uri uri, File file, long j) { FileOutputStream fileOutputStream; HttpURLConnection httpURLConnection; Exception e; InputStream...
Hey! When I have jadx-gui that finished decompilation and hangs in background, it consumes A LOT of CPU resources. When I run `jstack`, I get the following output: ``` 2022-03-19...
Hi, File ``` com/dotc/receiver/SkinNotificationReceiver.java ``` ```java if (action.equals("com.dotc.ime.latin.flash.SKIN_NOTIFICATION") && p000.aik.mo102a().mo102a().size() != 0) { ``` You can notice that part ``` p000.aik.mo102a().mo102a() ``` which calls the same method If you open...
Hi, I've decompiled an APK and it displays those things in ``` de.number26.machete.android.ui.FragmentDisplayActivity ```: ```java protected android.support.v4.app.Fragment mo41724a(android.content.Intent intent, java.lang.Class
Hey, Jadx is changing access modifiers for methods, but not for fields. An example is in class `com.ebay.mobile.identity.SignInFactory$createBuilder$1`: ```java public void setRegistration(boolean z) { if (z != super.isRegistration()) { super.setRegistration(z);...
Class `android.support.v4.content.CursorLoader` ```java public void deliverResult(Cursor cursor) { if (!isReset()) { Cursor oldCursor = this.mCursor; this.mCursor = cursor; if (isStarted()) { super.deliverResult((Object) cursor); //