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:
@@ -0,0 +1,56 @@
|
||||
package com.google.android.gms.common;
|
||||
|
||||
import android.util.Log;
|
||||
|
||||
/* JADX INFO: Access modifiers changed from: package-private */
|
||||
/* loaded from: classes3.dex */
|
||||
public class zzx {
|
||||
private static final zzx zze = new zzx(true, 3, 1, null, null);
|
||||
final boolean zza;
|
||||
final String zzb;
|
||||
final Throwable zzc;
|
||||
final int zzd;
|
||||
|
||||
private zzx(boolean z3, int i, int i4, String str, Throwable th) {
|
||||
this.zza = z3;
|
||||
this.zzd = i;
|
||||
this.zzb = str;
|
||||
this.zzc = th;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public static zzx zzb() {
|
||||
return zze;
|
||||
}
|
||||
|
||||
public static zzx zzc(String str) {
|
||||
return new zzx(false, 1, 5, str, null);
|
||||
}
|
||||
|
||||
public static zzx zzd(String str, Throwable th) {
|
||||
return new zzx(false, 1, 5, str, th);
|
||||
}
|
||||
|
||||
public static zzx zzf(int i) {
|
||||
return new zzx(true, i, 1, null, null);
|
||||
}
|
||||
|
||||
public static zzx zzg(int i, int i4, String str, Throwable th) {
|
||||
return new zzx(false, i, i4, str, th);
|
||||
}
|
||||
|
||||
public String zza() {
|
||||
return this.zzb;
|
||||
}
|
||||
|
||||
public final void zze() {
|
||||
if (this.zza || !Log.isLoggable("GoogleCertificatesRslt", 3)) {
|
||||
return;
|
||||
}
|
||||
if (this.zzc != null) {
|
||||
Log.d("GoogleCertificatesRslt", zza(), this.zzc);
|
||||
} else {
|
||||
Log.d("GoogleCertificatesRslt", zza());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user