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:
30
apk_decompiled/sources/W1/r.java
Normal file
30
apk_decompiled/sources/W1/r.java
Normal file
@@ -0,0 +1,30 @@
|
||||
package W1;
|
||||
|
||||
import java.util.Set;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class r implements T1.g {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final Set f1949a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final j f1950b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public final t f1951c;
|
||||
|
||||
public r(Set set, j jVar, t tVar) {
|
||||
this.f1949a = set;
|
||||
this.f1950b = jVar;
|
||||
this.f1951c = tVar;
|
||||
}
|
||||
|
||||
public final s a(String str, T1.c cVar, T1.e eVar) {
|
||||
Set set = this.f1949a;
|
||||
if (set.contains(cVar)) {
|
||||
return new s(this.f1950b, str, cVar, eVar, this.f1951c);
|
||||
}
|
||||
throw new IllegalArgumentException(String.format("%s is not supported byt this factory. Supported encodings are: %s.", cVar, set));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user