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:
42
apk_decompiled/sources/S2/e.java
Normal file
42
apk_decompiled/sources/S2/e.java
Normal file
@@ -0,0 +1,42 @@
|
||||
package S2;
|
||||
|
||||
import android.text.TextUtils;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class e implements p, d0.m {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final /* synthetic */ int f1587a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final String f1588b;
|
||||
|
||||
public /* synthetic */ e(String str, int i) {
|
||||
this.f1587a = i;
|
||||
this.f1588b = str;
|
||||
}
|
||||
|
||||
@Override // d0.m
|
||||
public Object d() {
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override // S2.p
|
||||
public Object j() {
|
||||
switch (this.f1587a) {
|
||||
case 0:
|
||||
throw new RuntimeException(this.f1588b);
|
||||
default:
|
||||
throw new RuntimeException(this.f1588b);
|
||||
}
|
||||
}
|
||||
|
||||
@Override // d0.m
|
||||
public boolean k(CharSequence charSequence, int i, int i4, d0.t tVar) {
|
||||
if (!TextUtils.equals(charSequence.subSequence(i, i4), this.f1588b)) {
|
||||
return true;
|
||||
}
|
||||
tVar.f6157c = (tVar.f6157c & 3) | 4;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user