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:
51
apk_decompiled/sources/N0/c.java
Normal file
51
apk_decompiled/sources/N0/c.java
Normal file
@@ -0,0 +1,51 @@
|
||||
package N0;
|
||||
|
||||
import kotlin.coroutines.jvm.internal.ContinuationImpl;
|
||||
import kotlin.jvm.internal.IntCompanionObject;
|
||||
import kotlin.jvm.internal.Ref;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class c extends ContinuationImpl {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public i f1137a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public S0.j f1138b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public Object f1139c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public Object f1140d;
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public Ref.ObjectRef f1141e;
|
||||
|
||||
/* renamed from: f, reason: collision with root package name */
|
||||
public Ref.ObjectRef f1142f;
|
||||
|
||||
/* renamed from: g, reason: collision with root package name */
|
||||
public Ref.ObjectRef f1143g;
|
||||
public Ref.ObjectRef h;
|
||||
public /* synthetic */ Object i;
|
||||
|
||||
/* renamed from: j, reason: collision with root package name */
|
||||
public final /* synthetic */ i f1144j;
|
||||
|
||||
/* renamed from: k, reason: collision with root package name */
|
||||
public int f1145k;
|
||||
|
||||
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||||
public c(i iVar, ContinuationImpl continuationImpl) {
|
||||
super(continuationImpl);
|
||||
this.f1144j = iVar;
|
||||
}
|
||||
|
||||
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
||||
public final Object invokeSuspend(Object obj) {
|
||||
this.i = obj;
|
||||
this.f1145k |= IntCompanionObject.MIN_VALUE;
|
||||
return i.b(this.f1144j, null, null, null, null, this);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user