Files
rr3-apk/smali_classes3/com/google/android/gms/internal/ads/zzfdb.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

99 lines
2.3 KiB
Smali

.class public final Lcom/google/android/gms/internal/ads/zzfdb;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field private final zza:Ljava/util/regex/Pattern;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
# direct methods
.method public constructor <init>()V
.locals 2
.annotation build Landroidx/annotation/VisibleForTesting;
.end annotation
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
:try_start_0
sget-object v0, Lcom/google/android/gms/internal/ads/zzbcl;->zzgH:Lcom/google/android/gms/internal/ads/zzbcc;
.line 2
invoke-static {}, Lcom/google/android/gms/ads/internal/client/zzbe;->zzc()Lcom/google/android/gms/internal/ads/zzbcj;
move-result-object v1
invoke-virtual {v1, v0}, Lcom/google/android/gms/internal/ads/zzbcj;->zza(Lcom/google/android/gms/internal/ads/zzbcc;)Ljava/lang/Object;
move-result-object v0
.line 1
check-cast v0, Ljava/lang/String;
invoke-static {v0}, Ljava/util/regex/Pattern;->compile(Ljava/lang/String;)Ljava/util/regex/Pattern;
move-result-object v0
:try_end_0
.catch Ljava/util/regex/PatternSyntaxException; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
const/4 v0, 0x0
:goto_0
iput-object v0, p0, Lcom/google/android/gms/internal/ads/zzfdb;->zza:Ljava/util/regex/Pattern;
return-void
.end method
# virtual methods
.method public final zza(Ljava/lang/String;)Ljava/lang/String;
.locals 1
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation build Landroidx/annotation/Nullable;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzfdb;->zza:Ljava/util/regex/Pattern;
if-eqz v0, :cond_1
if-nez p1, :cond_0
goto :goto_0
.line 1
:cond_0
invoke-virtual {v0, p1}, Ljava/util/regex/Pattern;->matcher(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
move-result-object p1
.line 2
invoke-virtual {p1}, Ljava/util/regex/Matcher;->find()Z
move-result v0
if-eqz v0, :cond_1
.line 3
invoke-virtual {p1}, Ljava/util/regex/Matcher;->group()Ljava/lang/String;
move-result-object p1
return-object p1
:cond_1
:goto_0
const/4 p1, 0x0
return-object p1
.end method