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:
121
apk_decompiled/sources/T2/r.java
Normal file
121
apk_decompiled/sources/T2/r.java
Normal file
@@ -0,0 +1,121 @@
|
||||
package T2;
|
||||
|
||||
import java.net.InetAddress;
|
||||
import java.net.URI;
|
||||
import java.net.URL;
|
||||
import java.util.BitSet;
|
||||
import java.util.Currency;
|
||||
import java.util.Locale;
|
||||
import java.util.UUID;
|
||||
import java.util.concurrent.atomic.AtomicBoolean;
|
||||
import java.util.concurrent.atomic.AtomicInteger;
|
||||
import java.util.concurrent.atomic.AtomicIntegerArray;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public abstract class r {
|
||||
|
||||
/* renamed from: A, reason: collision with root package name */
|
||||
public static final a f1709A;
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final p f1710a = new p(Class.class, new Q2.b(new h(11), 2), 0);
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public static final p f1711b = new p(BitSet.class, new Q2.b(new h(21), 2), 0);
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public static final h f1712c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public static final n f1713d;
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public static final n f1714e;
|
||||
|
||||
/* renamed from: f, reason: collision with root package name */
|
||||
public static final n f1715f;
|
||||
|
||||
/* renamed from: g, reason: collision with root package name */
|
||||
public static final n f1716g;
|
||||
public static final p h;
|
||||
public static final p i;
|
||||
|
||||
/* renamed from: j, reason: collision with root package name */
|
||||
public static final p f1717j;
|
||||
|
||||
/* renamed from: k, reason: collision with root package name */
|
||||
public static final h f1718k;
|
||||
|
||||
/* renamed from: l, reason: collision with root package name */
|
||||
public static final n f1719l;
|
||||
|
||||
/* renamed from: m, reason: collision with root package name */
|
||||
public static final h f1720m;
|
||||
|
||||
/* renamed from: n, reason: collision with root package name */
|
||||
public static final h f1721n;
|
||||
|
||||
/* renamed from: o, reason: collision with root package name */
|
||||
public static final h f1722o;
|
||||
public static final p p;
|
||||
|
||||
/* renamed from: q, reason: collision with root package name */
|
||||
public static final p f1723q;
|
||||
|
||||
/* renamed from: r, reason: collision with root package name */
|
||||
public static final p f1724r;
|
||||
|
||||
/* renamed from: s, reason: collision with root package name */
|
||||
public static final p f1725s;
|
||||
|
||||
/* renamed from: t, reason: collision with root package name */
|
||||
public static final p f1726t;
|
||||
|
||||
/* renamed from: u, reason: collision with root package name */
|
||||
public static final p f1727u;
|
||||
|
||||
/* renamed from: v, reason: collision with root package name */
|
||||
public static final p f1728v;
|
||||
|
||||
/* renamed from: w, reason: collision with root package name */
|
||||
public static final p f1729w;
|
||||
|
||||
/* renamed from: x, reason: collision with root package name */
|
||||
public static final g f1730x;
|
||||
|
||||
/* renamed from: y, reason: collision with root package name */
|
||||
public static final p f1731y;
|
||||
|
||||
/* renamed from: z, reason: collision with root package name */
|
||||
public static final p f1732z;
|
||||
|
||||
static {
|
||||
h hVar = new h(22);
|
||||
f1712c = new h(23);
|
||||
f1713d = new n(Boolean.TYPE, Boolean.class, hVar);
|
||||
f1714e = new n(Byte.TYPE, Byte.class, new h(24));
|
||||
f1715f = new n(Short.TYPE, Short.class, new h(25));
|
||||
f1716g = new n(Integer.TYPE, Integer.class, new h(26));
|
||||
h = new p(AtomicInteger.class, new Q2.b(new h(27), 2), 0);
|
||||
i = new p(AtomicBoolean.class, new Q2.b(new h(28), 2), 0);
|
||||
f1717j = new p(AtomicIntegerArray.class, new Q2.b(new h(1), 2), 0);
|
||||
f1718k = new h(2);
|
||||
f1719l = new n(Character.TYPE, Character.class, new h(5));
|
||||
h hVar2 = new h(6);
|
||||
f1720m = new h(7);
|
||||
f1721n = new h(8);
|
||||
f1722o = new h(9);
|
||||
p = new p(String.class, hVar2, 0);
|
||||
f1723q = new p(StringBuilder.class, new h(10), 0);
|
||||
f1724r = new p(StringBuffer.class, new h(12), 0);
|
||||
f1725s = new p(URL.class, new h(13), 0);
|
||||
f1726t = new p(URI.class, new h(14), 0);
|
||||
f1727u = new p(InetAddress.class, new h(15), 1);
|
||||
f1728v = new p(UUID.class, new h(16), 0);
|
||||
f1729w = new p(Currency.class, new Q2.b(new h(17), 2), 0);
|
||||
f1730x = new g(new h(18), 1);
|
||||
f1731y = new p(Locale.class, new h(19), 0);
|
||||
f1732z = new p(Q2.f.class, new h(20), 1);
|
||||
f1709A = new a(3);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user