- 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
123 lines
2.6 KiB
Smali
123 lines
2.6 KiB
Smali
.class public final Lcom/google/android/gms/internal/ads/zze;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final zza:Lcom/google/android/gms/internal/ads/zze;
|
|
|
|
|
|
# instance fields
|
|
.field private zzb:Lcom/google/android/gms/internal/ads/zzc;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 8
|
|
|
|
.line 1
|
|
new-instance v7, Lcom/google/android/gms/internal/ads/zze;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
const/4 v2, 0x0
|
|
|
|
const/4 v3, 0x1
|
|
|
|
const/4 v4, 0x1
|
|
|
|
const/4 v5, 0x0
|
|
|
|
const/4 v6, 0x0
|
|
|
|
move-object v0, v7
|
|
|
|
invoke-direct/range {v0 .. v6}, Lcom/google/android/gms/internal/ads/zze;-><init>(IIIIILcom/google/android/gms/internal/ads/zzd;)V
|
|
|
|
sput-object v7, Lcom/google/android/gms/internal/ads/zze;->zza:Lcom/google/android/gms/internal/ads/zze;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public synthetic constructor <init>(IIIIILcom/google/android/gms/internal/ads/zzd;)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final equals(Ljava/lang/Object;)Z
|
|
.locals 3
|
|
.param p1 # Ljava/lang/Object;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
|
|
const/4 v0, 0x1
|
|
|
|
if-ne p0, p1, :cond_0
|
|
|
|
return v0
|
|
|
|
:cond_0
|
|
if-eqz p1, :cond_2
|
|
|
|
.line 1
|
|
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
move-result-object v1
|
|
|
|
const-class v2, Lcom/google/android/gms/internal/ads/zze;
|
|
|
|
if-eq v2, v1, :cond_1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
check-cast p1, Lcom/google/android/gms/internal/ads/zze;
|
|
|
|
return v0
|
|
|
|
:cond_2
|
|
:goto_0
|
|
const/4 p1, 0x0
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public final hashCode()I
|
|
.locals 1
|
|
|
|
const v0, 0x1d02666f
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final zza()Lcom/google/android/gms/internal/ads/zzc;
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zze;->zzb:Lcom/google/android/gms/internal/ads/zzc;
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
.line 1
|
|
new-instance v0, Lcom/google/android/gms/internal/ads/zzc;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-direct {v0, p0, v1}, Lcom/google/android/gms/internal/ads/zzc;-><init>(Lcom/google/android/gms/internal/ads/zze;Lcom/google/android/gms/internal/ads/zzd;)V
|
|
|
|
iput-object v0, p0, Lcom/google/android/gms/internal/ads/zze;->zzb:Lcom/google/android/gms/internal/ads/zzc;
|
|
|
|
:cond_0
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zze;->zzb:Lcom/google/android/gms/internal/ads/zzc;
|
|
|
|
return-object v0
|
|
.end method
|