- 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
128 lines
2.3 KiB
Smali
128 lines
2.3 KiB
Smali
.class public final Lcom/google/android/gms/internal/ads/zzfbq;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field private zza:Ljava/lang/String;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroid/util/JsonReader;)V
|
|
.locals 5
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
invoke-virtual {p1}, Landroid/util/JsonReader;->beginObject()V
|
|
|
|
const-string v0, ""
|
|
|
|
.line 2
|
|
:goto_0
|
|
invoke-virtual {p1}, Landroid/util/JsonReader;->hasNext()Z
|
|
|
|
move-result v1
|
|
|
|
if-eqz v1, :cond_5
|
|
|
|
.line 3
|
|
invoke-virtual {p1}, Landroid/util/JsonReader;->nextName()Ljava/lang/String;
|
|
|
|
move-result-object v1
|
|
|
|
.line 4
|
|
invoke-virtual {v1}, Ljava/lang/String;->hashCode()I
|
|
|
|
move-result v2
|
|
|
|
const v3, -0x66ca7c04
|
|
|
|
const/4 v4, 0x1
|
|
|
|
if-eq v2, v3, :cond_1
|
|
|
|
const v3, 0x2eaded
|
|
|
|
if-eq v2, v3, :cond_0
|
|
|
|
goto :goto_1
|
|
|
|
:cond_0
|
|
const-string v2, "code"
|
|
|
|
invoke-virtual {v1, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v1
|
|
|
|
if-eqz v1, :cond_2
|
|
|
|
const/4 v1, 0x0
|
|
|
|
goto :goto_2
|
|
|
|
:cond_1
|
|
const-string v2, "description"
|
|
|
|
invoke-virtual {v1, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v1
|
|
|
|
if-eqz v1, :cond_2
|
|
|
|
move v1, v4
|
|
|
|
goto :goto_2
|
|
|
|
:cond_2
|
|
:goto_1
|
|
const/4 v1, -0x1
|
|
|
|
:goto_2
|
|
if-eqz v1, :cond_4
|
|
|
|
if-eq v1, v4, :cond_3
|
|
|
|
.line 7
|
|
invoke-virtual {p1}, Landroid/util/JsonReader;->skipValue()V
|
|
|
|
goto :goto_0
|
|
|
|
.line 5
|
|
:cond_3
|
|
invoke-virtual {p1}, Landroid/util/JsonReader;->nextString()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
goto :goto_0
|
|
|
|
.line 6
|
|
:cond_4
|
|
invoke-virtual {p1}, Landroid/util/JsonReader;->nextInt()I
|
|
|
|
goto :goto_0
|
|
|
|
.line 8
|
|
:cond_5
|
|
invoke-virtual {p1}, Landroid/util/JsonReader;->endObject()V
|
|
|
|
iput-object v0, p0, Lcom/google/android/gms/internal/ads/zzfbq;->zza:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final zza()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzfbq;->zza:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|