Files
rr3-apk/smali_classes3/com/google/android/gms/internal/fido/zzhc.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

103 lines
2.6 KiB
Smali

.class public final Lcom/google/android/gms/internal/fido/zzhc;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field static final zza:Ljava/nio/charset/Charset;
.field static final zzb:Ljava/nio/charset/Charset;
.field static final zzc:Ljava/nio/charset/Charset;
.field public static final zzd:[B
.field public static final zze:Ljava/nio/ByteBuffer;
.field public static final zzf:Lcom/google/android/gms/internal/fido/zzhb;
# direct methods
.method static constructor <clinit>()V
.locals 8
const-string v0, "US-ASCII"
.line 1
invoke-static {v0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset;
move-result-object v0
sput-object v0, Lcom/google/android/gms/internal/fido/zzhc;->zza:Ljava/nio/charset/Charset;
const-string v0, "UTF-8"
.line 2
invoke-static {v0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset;
move-result-object v0
sput-object v0, Lcom/google/android/gms/internal/fido/zzhc;->zzb:Ljava/nio/charset/Charset;
const-string v0, "ISO-8859-1"
.line 3
invoke-static {v0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset;
move-result-object v0
sput-object v0, Lcom/google/android/gms/internal/fido/zzhc;->zzc:Ljava/nio/charset/Charset;
const/4 v0, 0x0
new-array v2, v0, [B
sput-object v2, Lcom/google/android/gms/internal/fido/zzhc;->zzd:[B
.line 4
invoke-static {v2}, Ljava/nio/ByteBuffer;->wrap([B)Ljava/nio/ByteBuffer;
move-result-object v1
sput-object v1, Lcom/google/android/gms/internal/fido/zzhc;->zze:Ljava/nio/ByteBuffer;
.line 5
sget v1, Lcom/google/android/gms/internal/fido/zzhb;->zza:I
.line 6
new-instance v7, Lcom/google/android/gms/internal/fido/zzgz;
const/4 v3, 0x0
const/4 v4, 0x0
const/4 v5, 0x0
const/4 v6, 0x0
move-object v1, v7
.line 7
invoke-direct/range {v1 .. v6}, Lcom/google/android/gms/internal/fido/zzgz;-><init>([BIIZLcom/google/android/gms/internal/fido/zzgy;)V
.line 8
:try_start_0
invoke-virtual {v7, v0}, Lcom/google/android/gms/internal/fido/zzgz;->zza(I)I
:try_end_0
.catch Lcom/google/android/gms/internal/fido/zzhd; {:try_start_0 .. :try_end_0} :catch_0
sput-object v7, Lcom/google/android/gms/internal/fido/zzhc;->zzf:Lcom/google/android/gms/internal/fido/zzhb;
return-void
:catch_0
move-exception v0
new-instance v1, Ljava/lang/IllegalArgumentException;
.line 9
invoke-direct {v1, v0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/Throwable;)V
throw v1
.end method