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:
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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user