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,32 @@
|
||||
package com.google.android.gms.dynamic;
|
||||
|
||||
import java.util.Iterator;
|
||||
import java.util.LinkedList;
|
||||
|
||||
/* JADX INFO: Access modifiers changed from: package-private */
|
||||
/* loaded from: classes3.dex */
|
||||
public final class zaa implements OnDelegateCreatedListener {
|
||||
final /* synthetic */ DeferredLifecycleHelper zaa;
|
||||
|
||||
public zaa(DeferredLifecycleHelper deferredLifecycleHelper) {
|
||||
this.zaa = deferredLifecycleHelper;
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.dynamic.OnDelegateCreatedListener
|
||||
public final void onDelegateCreated(LifecycleDelegate lifecycleDelegate) {
|
||||
LinkedList linkedList;
|
||||
LinkedList linkedList2;
|
||||
LifecycleDelegate lifecycleDelegate2;
|
||||
this.zaa.zaa = lifecycleDelegate;
|
||||
linkedList = this.zaa.zac;
|
||||
Iterator it = linkedList.iterator();
|
||||
while (it.hasNext()) {
|
||||
zah zahVar = (zah) it.next();
|
||||
lifecycleDelegate2 = this.zaa.zaa;
|
||||
zahVar.zab(lifecycleDelegate2);
|
||||
}
|
||||
linkedList2 = this.zaa.zac;
|
||||
linkedList2.clear();
|
||||
this.zaa.zab = null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user