- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
56 lines
1.2 KiB
Smali
56 lines
1.2 KiB
Smali
.class public abstract Lcom/google/android/gms/internal/ads/zzbme;
|
|
.super Lcom/google/android/gms/internal/ads/zzayb;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/android/gms/internal/ads/zzbmf;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
const-string v0, "com.google.android.gms.ads.internal.instream.client.IInstreamAdCallback"
|
|
|
|
.line 1
|
|
invoke-direct {p0, v0}, Lcom/google/android/gms/internal/ads/zzayb;-><init>(Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final zzdD(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Landroid/os/RemoteException;
|
|
}
|
|
.end annotation
|
|
|
|
const/4 p4, 0x1
|
|
|
|
if-eq p1, p4, :cond_1
|
|
|
|
const/4 v0, 0x2
|
|
|
|
if-eq p1, v0, :cond_0
|
|
|
|
const/4 p1, 0x0
|
|
|
|
return p1
|
|
|
|
.line 1
|
|
:cond_0
|
|
invoke-virtual {p2}, Landroid/os/Parcel;->readInt()I
|
|
|
|
.line 2
|
|
invoke-static {p2}, Lcom/google/android/gms/internal/ads/zzayc;->zzc(Landroid/os/Parcel;)V
|
|
|
|
.line 3
|
|
:cond_1
|
|
invoke-virtual {p3}, Landroid/os/Parcel;->writeNoException()V
|
|
|
|
return p4
|
|
.end method
|