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:
32
apk_decompiled/sources/f3/a.java
Normal file
32
apk_decompiled/sources/f3/a.java
Normal file
@@ -0,0 +1,32 @@
|
||||
package f3;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public abstract class a {
|
||||
/* JADX WARN: Removed duplicated region for block: B:14:0x00a2 */
|
||||
/*
|
||||
Code decompiled incorrectly, please refer to instructions dump.
|
||||
To view partially-correct add '--show-bad-code' argument
|
||||
*/
|
||||
public static final java.net.InetAddress a(java.lang.String r17, int r18, int r19) {
|
||||
/*
|
||||
Method dump skipped, instructions count: 226
|
||||
To view this dump add '--comments-level debug' option
|
||||
*/
|
||||
throw new UnsupportedOperationException("Method not decompiled: f3.a.a(java.lang.String, int, int):java.net.InetAddress");
|
||||
}
|
||||
|
||||
/* JADX WARN: Removed duplicated region for block: B:61:? A[RETURN, SYNTHETIC] */
|
||||
/* JADX WARN: Removed duplicated region for block: B:9:0x0036 */
|
||||
/* JADX WARN: Type inference failed for: r9v15, types: [java.lang.Object, r3.h] */
|
||||
/*
|
||||
Code decompiled incorrectly, please refer to instructions dump.
|
||||
To view partially-correct add '--show-bad-code' argument
|
||||
*/
|
||||
public static final java.lang.String b(java.lang.String r9) {
|
||||
/*
|
||||
Method dump skipped, instructions count: 263
|
||||
To view this dump add '--comments-level debug' option
|
||||
*/
|
||||
throw new UnsupportedOperationException("Method not decompiled: f3.a.b(java.lang.String):java.lang.String");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user