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

62 lines
1.1 KiB
Smali

.class public final Lcom/google/android/gms/internal/ads/zzgku;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field private static final zza:[Ljava/lang/String;
# direct methods
.method static constructor <clinit>()V
.locals 3
const-string v0, "AndroidOpenSSL"
const-string v1, "Conscrypt"
const-string v2, "GmsCore_OpenSSL"
filled-new-array {v2, v0, v1}, [Ljava/lang/String;
move-result-object v0
sput-object v0, Lcom/google/android/gms/internal/ads/zzgku;->zza:[Ljava/lang/String;
return-void
.end method
.method public static zza()Ljava/security/Provider;
.locals 3
sget-object v0, Lcom/google/android/gms/internal/ads/zzgku;->zza:[Ljava/lang/String;
const/4 v1, 0x0
:goto_0
const/4 v2, 0x3
if-ge v1, v2, :cond_1
aget-object v2, v0, v1
.line 1
invoke-static {v2}, Ljava/security/Security;->getProvider(Ljava/lang/String;)Ljava/security/Provider;
move-result-object v2
if-eqz v2, :cond_0
return-object v2
:cond_0
add-int/lit8 v1, v1, 0x1
goto :goto_0
:cond_1
const/4 v0, 0x0
return-object v0
.end method