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:
2025-12-04 13:59:54 +01:00
parent f2fd1c3bf5
commit e0133d2ca2
10432 changed files with 1019085 additions and 1 deletions

View File

@@ -0,0 +1,80 @@
package androidx.datastore.preferences.protobuf;
/* JADX WARN: Enum visitor error
jadx.core.utils.exceptions.JadxRuntimeException: Init of enum field 'EF12' uses external variables
at jadx.core.dex.visitors.EnumVisitor.createEnumFieldByConstructor(EnumVisitor.java:451)
at jadx.core.dex.visitors.EnumVisitor.processEnumFieldByRegister(EnumVisitor.java:395)
at jadx.core.dex.visitors.EnumVisitor.extractEnumFieldsFromFilledArray(EnumVisitor.java:324)
at jadx.core.dex.visitors.EnumVisitor.extractEnumFieldsFromInsn(EnumVisitor.java:262)
at jadx.core.dex.visitors.EnumVisitor.convertToEnum(EnumVisitor.java:151)
at jadx.core.dex.visitors.EnumVisitor.visit(EnumVisitor.java:100)
*/
/* JADX WARN: Failed to restore enum class, 'enum' modifier and super class removed */
/* loaded from: classes.dex */
public class A0 {
/* renamed from: c, reason: collision with root package name */
public static final w0 f2821c;
/* renamed from: d, reason: collision with root package name */
public static final x0 f2822d;
/* renamed from: e, reason: collision with root package name */
public static final y0 f2823e;
/* renamed from: f, reason: collision with root package name */
public static final /* synthetic */ A0[] f2824f;
/* renamed from: a, reason: collision with root package name */
public final B0 f2825a;
/* renamed from: b, reason: collision with root package name */
public final int f2826b;
/* JADX INFO: Fake field, exist only in values array */
A0 EF10;
/* JADX INFO: Fake field, exist only in values array */
A0 EF11;
/* JADX INFO: Fake field, exist only in values array */
A0 EF12;
/* JADX WARN: Multi-variable type inference failed */
/* JADX WARN: Type inference failed for: r0v2, types: [androidx.datastore.preferences.protobuf.A0, androidx.datastore.preferences.protobuf.w0] */
/* JADX WARN: Type inference failed for: r2v2, types: [androidx.datastore.preferences.protobuf.A0, androidx.datastore.preferences.protobuf.y0] */
/* JADX WARN: Type inference failed for: r8v2, types: [androidx.datastore.preferences.protobuf.A0, androidx.datastore.preferences.protobuf.x0] */
static {
A0 a02 = new A0("DOUBLE", 0, B0.DOUBLE, 1);
A0 a03 = new A0("FLOAT", 1, B0.FLOAT, 5);
B0 b02 = B0.LONG;
A0 a04 = new A0("INT64", 2, b02, 0);
A0 a05 = new A0("UINT64", 3, b02, 0);
B0 b03 = B0.INT;
A0 a06 = new A0("INT32", 4, b03, 0);
A0 a07 = new A0("FIXED64", 5, b02, 1);
A0 a08 = new A0("FIXED32", 6, b03, 5);
A0 a09 = new A0("BOOL", 7, B0.BOOLEAN, 0);
?? a010 = new A0("STRING", 8, B0.STRING, 2);
f2821c = a010;
B0 b04 = B0.MESSAGE;
?? a011 = new A0("GROUP", 9, b04, 3);
f2822d = a011;
?? a012 = new A0("MESSAGE", 10, b04, 2);
f2823e = a012;
f2824f = new A0[]{a02, a03, a04, a05, a06, a07, a08, a09, a010, a011, a012, new A0("BYTES", 11, B0.BYTE_STRING, 2), new A0("UINT32", 12, b03, 0), new A0("ENUM", 13, B0.ENUM, 0), new A0("SFIXED32", 14, b03, 5), new A0("SFIXED64", 15, b02, 1), new A0("SINT32", 16, b03, 0), new A0("SINT64", 17, b02, 0)};
}
public A0(String str, int i, B0 b02, int i4) {
this.f2825a = b02;
this.f2826b = i4;
}
public static A0 valueOf(String str) {
return (A0) Enum.valueOf(A0.class, str);
}
public static A0[] values() {
return (A0[]) f2824f.clone();
}
}