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:
38
apk_decompiled/sources/b2/C0269b.java
Normal file
38
apk_decompiled/sources/b2/C0269b.java
Normal file
@@ -0,0 +1,38 @@
|
||||
package b2;
|
||||
|
||||
import W1.t;
|
||||
import X1.f;
|
||||
import e2.InterfaceC0314c;
|
||||
import java.util.concurrent.Executor;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
/* renamed from: b2.b, reason: case insensitive filesystem */
|
||||
/* loaded from: classes3.dex */
|
||||
public final class C0269b implements InterfaceC0271d {
|
||||
|
||||
/* renamed from: f, reason: collision with root package name */
|
||||
public static final Logger f4174f = Logger.getLogger(t.class.getName());
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final c2.d f4175a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final Executor f4176b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public final f f4177c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public final d2.d f4178d;
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public final InterfaceC0314c f4179e;
|
||||
|
||||
public C0269b(Executor executor, f fVar, c2.d dVar, d2.d dVar2, InterfaceC0314c interfaceC0314c) {
|
||||
this.f4176b = executor;
|
||||
this.f4177c = fVar;
|
||||
this.f4175a = dVar;
|
||||
this.f4178d = dVar2;
|
||||
this.f4179e = interfaceC0314c;
|
||||
}
|
||||
}
|
||||
40
apk_decompiled/sources/b2/C0270c.java
Normal file
40
apk_decompiled/sources/b2/C0270c.java
Normal file
@@ -0,0 +1,40 @@
|
||||
package b2;
|
||||
|
||||
import W1.u;
|
||||
import X1.f;
|
||||
import e2.InterfaceC0314c;
|
||||
import java.util.concurrent.Executor;
|
||||
import javax.inject.Provider;
|
||||
|
||||
/* renamed from: b2.c, reason: case insensitive filesystem */
|
||||
/* loaded from: classes3.dex */
|
||||
public final class C0270c implements Y1.b {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final Provider f4180a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final Provider f4181b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public final u f4182c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public final Provider f4183d;
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public final Provider f4184e;
|
||||
|
||||
public C0270c(Provider provider, Provider provider2, u uVar, Provider provider3, Provider provider4) {
|
||||
this.f4180a = provider;
|
||||
this.f4181b = provider2;
|
||||
this.f4182c = uVar;
|
||||
this.f4183d = provider3;
|
||||
this.f4184e = provider4;
|
||||
}
|
||||
|
||||
@Override // javax.inject.Provider
|
||||
public final Object get() {
|
||||
return new C0269b((Executor) this.f4180a.get(), (f) this.f4181b.get(), (c2.d) this.f4182c.get(), (d2.d) this.f4183d.get(), (InterfaceC0314c) this.f4184e.get());
|
||||
}
|
||||
}
|
||||
43
apk_decompiled/sources/b2/C0272e.java
Normal file
43
apk_decompiled/sources/b2/C0272e.java
Normal file
@@ -0,0 +1,43 @@
|
||||
package b2;
|
||||
|
||||
import f0.C0338b;
|
||||
import java.util.Arrays;
|
||||
import java.util.Collections;
|
||||
import java.util.HashMap;
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
|
||||
/* renamed from: b2.e, reason: case insensitive filesystem */
|
||||
/* loaded from: classes3.dex */
|
||||
public final class C0272e implements Y1.b {
|
||||
@Override // javax.inject.Provider
|
||||
public final Object get() {
|
||||
C0338b c0338b = new C0338b(3);
|
||||
HashMap hashMap = new HashMap();
|
||||
T1.d dVar = T1.d.f1658a;
|
||||
Set set = Collections.EMPTY_SET;
|
||||
if (set == null) {
|
||||
throw new NullPointerException("Null flags");
|
||||
}
|
||||
hashMap.put(dVar, new c2.c(30000L, 86400000L, set));
|
||||
T1.d dVar2 = T1.d.f1660c;
|
||||
if (set == null) {
|
||||
throw new NullPointerException("Null flags");
|
||||
}
|
||||
hashMap.put(dVar2, new c2.c(1000L, 86400000L, set));
|
||||
T1.d dVar3 = T1.d.f1659b;
|
||||
if (set == null) {
|
||||
throw new NullPointerException("Null flags");
|
||||
}
|
||||
Set unmodifiableSet = Collections.unmodifiableSet(new HashSet(Arrays.asList(c2.e.f4244b)));
|
||||
if (unmodifiableSet == null) {
|
||||
throw new NullPointerException("Null flags");
|
||||
}
|
||||
hashMap.put(dVar3, new c2.c(86400000L, 86400000L, unmodifiableSet));
|
||||
if (hashMap.keySet().size() < T1.d.values().length) {
|
||||
throw new IllegalStateException("Not all priorities have been configured");
|
||||
}
|
||||
new HashMap();
|
||||
return new c2.b(c0338b, hashMap);
|
||||
}
|
||||
}
|
||||
6
apk_decompiled/sources/b2/InterfaceC0271d.java
Normal file
6
apk_decompiled/sources/b2/InterfaceC0271d.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package b2;
|
||||
|
||||
/* renamed from: b2.d, reason: case insensitive filesystem */
|
||||
/* loaded from: classes3.dex */
|
||||
public interface InterfaceC0271d {
|
||||
}
|
||||
Reference in New Issue
Block a user