- 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
111 lines
2.2 KiB
Smali
111 lines
2.2 KiB
Smali
.class public final Lcom/google/android/gms/internal/ads/zzgye;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field static final zza:Ljava/nio/charset/Charset;
|
|
|
|
.field public static final zzb:[B
|
|
|
|
.field public static final zzc:Ljava/nio/ByteBuffer;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 3
|
|
|
|
const-string v0, "US-ASCII"
|
|
|
|
.line 1
|
|
invoke-static {v0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)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/ads/zzgye;->zza: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;
|
|
|
|
const/4 v0, 0x0
|
|
|
|
new-array v1, v0, [B
|
|
|
|
sput-object v1, Lcom/google/android/gms/internal/ads/zzgye;->zzb:[B
|
|
|
|
.line 4
|
|
invoke-static {v1}, Ljava/nio/ByteBuffer;->wrap([B)Ljava/nio/ByteBuffer;
|
|
|
|
move-result-object v2
|
|
|
|
sput-object v2, Lcom/google/android/gms/internal/ads/zzgye;->zzc:Ljava/nio/ByteBuffer;
|
|
|
|
.line 7
|
|
invoke-static {v1, v0, v0, v0}, Lcom/google/android/gms/internal/ads/zzgwp;->zzH([BIIZ)Lcom/google/android/gms/internal/ads/zzgwp;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static zza(Z)I
|
|
.locals 0
|
|
|
|
if-eqz p0, :cond_0
|
|
|
|
const/16 p0, 0x4cf
|
|
|
|
return p0
|
|
|
|
:cond_0
|
|
const/16 p0, 0x4d5
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static zzb(I[BII)I
|
|
.locals 2
|
|
|
|
move v0, p2
|
|
|
|
:goto_0
|
|
add-int v1, p2, p3
|
|
|
|
if-ge v0, v1, :cond_0
|
|
|
|
mul-int/lit8 p0, p0, 0x1f
|
|
|
|
.line 1
|
|
aget-byte v1, p1, v0
|
|
|
|
add-int/2addr p0, v1
|
|
|
|
add-int/lit8 v0, v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
return p0
|
|
.end method
|
|
|
|
.method public static zzc(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
|
.locals 0
|
|
|
|
if-eqz p0, :cond_0
|
|
|
|
return-object p0
|
|
|
|
.line 1
|
|
:cond_0
|
|
new-instance p0, Ljava/lang/NullPointerException;
|
|
|
|
invoke-direct {p0, p1}, Ljava/lang/NullPointerException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p0
|
|
.end method
|