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.app.Service;
|
||||
import android.app.job.JobParameters;
|
||||
import android.content.Intent;
|
||||
import android.os.IBinder;
|
||||
import com.google.android.gms.measurement.internal.zzkf;
|
||||
import com.google.android.gms.measurement.internal.zzkg;
|
||||
import k0.AbstractC0415a;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class AppMeasurementService extends Service 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 IBinder onBind(Intent intent) {
|
||||
return zzd().zzb(intent);
|
||||
}
|
||||
|
||||
@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.Service
|
||||
public int onStartCommand(Intent intent, int i, int i4) {
|
||||
zzd().zza(intent, i, i4);
|
||||
return 2;
|
||||
}
|
||||
|
||||
@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) {
|
||||
AbstractC0415a.completeWakefulIntent(intent);
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.measurement.internal.zzkf
|
||||
public final void zzb(JobParameters jobParameters, boolean z3) {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.measurement.internal.zzkf
|
||||
public final boolean zzc(int i) {
|
||||
return stopSelfResult(i);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user