Primer paso de la investigacion. Se aportan el .apk, las carpetas con el apk extraido y el apk descompilado. El archivo API_DOCUMENTATION.md es un archivo donde se anotaran los descubrimientos del funcionamiento de la API, y los .py son scripts para probar la funcionalidad de la API con los métodos que vayamos encontrando. Finalmente, los archivos .js son scripts de Frida para extraer informacion de la APP durante la ejecucion.
This commit is contained in:
31
apk_decompiled/sources/H/c.java
Normal file
31
apk_decompiled/sources/H/c.java
Normal file
@@ -0,0 +1,31 @@
|
||||
package H;
|
||||
|
||||
import android.content.Context;
|
||||
import android.graphics.drawable.Drawable;
|
||||
import android.graphics.drawable.Icon;
|
||||
import android.net.Uri;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class c {
|
||||
public static Uri a(Object obj) {
|
||||
return e.d(obj);
|
||||
}
|
||||
|
||||
public static Drawable b(Icon icon, Context context) {
|
||||
return icon.loadDrawable(context);
|
||||
}
|
||||
|
||||
/* JADX WARN: Removed duplicated region for block: B:24:0x007a */
|
||||
/* JADX WARN: Removed duplicated region for block: B:25:0x0084 */
|
||||
/*
|
||||
Code decompiled incorrectly, please refer to instructions dump.
|
||||
To view partially-correct add '--show-bad-code' argument
|
||||
*/
|
||||
public static android.graphics.drawable.Icon c(androidx.core.graphics.drawable.IconCompat r4, android.content.Context r5) {
|
||||
/*
|
||||
Method dump skipped, instructions count: 328
|
||||
To view this dump add '--comments-level debug' option
|
||||
*/
|
||||
throw new UnsupportedOperationException("Method not decompiled: H.c.c(androidx.core.graphics.drawable.IconCompat, android.content.Context):android.graphics.drawable.Icon");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user