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:
35
apk_decompiled/sources/Z1/a.java
Normal file
35
apk_decompiled/sources/Z1/a.java
Normal file
@@ -0,0 +1,35 @@
|
||||
package Z1;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class a {
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public static final /* synthetic */ int f2168e = 0;
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final g f2169a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final List f2170b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public final b f2171c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public final String f2172d;
|
||||
|
||||
static {
|
||||
Collections.unmodifiableList(new ArrayList());
|
||||
}
|
||||
|
||||
public a(g gVar, List list, b bVar, String str) {
|
||||
this.f2169a = gVar;
|
||||
this.f2170b = list;
|
||||
this.f2171c = bVar;
|
||||
this.f2172d = str;
|
||||
}
|
||||
}
|
||||
12
apk_decompiled/sources/Z1/b.java
Normal file
12
apk_decompiled/sources/Z1/b.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package Z1;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class b {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final f f2173a;
|
||||
|
||||
public b(f fVar) {
|
||||
this.f2173a = fVar;
|
||||
}
|
||||
}
|
||||
27
apk_decompiled/sources/Z1/c.java
Normal file
27
apk_decompiled/sources/Z1/c.java
Normal file
@@ -0,0 +1,27 @@
|
||||
package Z1;
|
||||
|
||||
import com.google.firebase.encoders.proto.ProtoEnum;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public enum c implements ProtoEnum {
|
||||
REASON_UNKNOWN(0),
|
||||
MESSAGE_TOO_OLD(1),
|
||||
CACHE_FULL(2),
|
||||
PAYLOAD_TOO_BIG(3),
|
||||
MAX_RETRIES_REACHED(4),
|
||||
INVALID_PAYLOD(5),
|
||||
SERVER_ERROR(6);
|
||||
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final int f2180a;
|
||||
|
||||
c(int i4) {
|
||||
this.f2180a = i4;
|
||||
}
|
||||
|
||||
@Override // com.google.firebase.encoders.proto.ProtoEnum
|
||||
public final int getNumber() {
|
||||
return this.f2180a;
|
||||
}
|
||||
}
|
||||
16
apk_decompiled/sources/Z1/d.java
Normal file
16
apk_decompiled/sources/Z1/d.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package Z1;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class d {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final long f2181a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final c f2182b;
|
||||
|
||||
public d(long j4, c cVar) {
|
||||
this.f2181a = j4;
|
||||
this.f2182b = cVar;
|
||||
}
|
||||
}
|
||||
27
apk_decompiled/sources/Z1/e.java
Normal file
27
apk_decompiled/sources/Z1/e.java
Normal file
@@ -0,0 +1,27 @@
|
||||
package Z1;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class e {
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public static final /* synthetic */ int f2183c = 0;
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final String f2184a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final List f2185b;
|
||||
|
||||
static {
|
||||
Collections.unmodifiableList(new ArrayList());
|
||||
}
|
||||
|
||||
public e(String str, List list) {
|
||||
this.f2184a = str;
|
||||
this.f2185b = list;
|
||||
}
|
||||
}
|
||||
16
apk_decompiled/sources/Z1/f.java
Normal file
16
apk_decompiled/sources/Z1/f.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package Z1;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class f {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final long f2186a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final long f2187b;
|
||||
|
||||
public f(long j4, long j5) {
|
||||
this.f2186a = j4;
|
||||
this.f2187b = j5;
|
||||
}
|
||||
}
|
||||
16
apk_decompiled/sources/Z1/g.java
Normal file
16
apk_decompiled/sources/Z1/g.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package Z1;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class g {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final long f2188a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final long f2189b;
|
||||
|
||||
public g(long j4, long j5) {
|
||||
this.f2188a = j4;
|
||||
this.f2189b = j5;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user