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,70 @@
|
||||
package com.google.android.gms.measurement;
|
||||
|
||||
import android.annotation.TargetApi;
|
||||
import android.app.job.JobParameters;
|
||||
import android.app.job.JobService;
|
||||
import android.content.Intent;
|
||||
import com.google.android.gms.measurement.internal.zzkf;
|
||||
import com.google.android.gms.measurement.internal.zzkg;
|
||||
|
||||
@TargetApi(24)
|
||||
/* loaded from: classes3.dex */
|
||||
public final class AppMeasurementJobService extends JobService implements zzkf {
|
||||
private zzkg zza;
|
||||
|
||||
private final zzkg zzd() {
|
||||
if (this.zza == null) {
|
||||
this.zza = new zzkg(this);
|
||||
}
|
||||
return this.zza;
|
||||
}
|
||||
|
||||
@Override // android.app.Service
|
||||
public void onCreate() {
|
||||
super.onCreate();
|
||||
zzd().zze();
|
||||
}
|
||||
|
||||
@Override // android.app.Service
|
||||
public void onDestroy() {
|
||||
zzd().zzf();
|
||||
super.onDestroy();
|
||||
}
|
||||
|
||||
@Override // android.app.Service
|
||||
public void onRebind(Intent intent) {
|
||||
zzd().zzg(intent);
|
||||
}
|
||||
|
||||
@Override // android.app.job.JobService
|
||||
public boolean onStartJob(JobParameters jobParameters) {
|
||||
zzd().zzi(jobParameters);
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override // android.app.job.JobService
|
||||
public boolean onStopJob(JobParameters jobParameters) {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override // android.app.Service
|
||||
public boolean onUnbind(Intent intent) {
|
||||
zzd().zzj(intent);
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.measurement.internal.zzkf
|
||||
public final void zza(Intent intent) {
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.measurement.internal.zzkf
|
||||
@TargetApi(24)
|
||||
public final void zzb(JobParameters jobParameters, boolean z3) {
|
||||
jobFinished(jobParameters, false);
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.measurement.internal.zzkf
|
||||
public final boolean zzc(int i) {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user