- 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
109 lines
2.0 KiB
Smali
109 lines
2.0 KiB
Smali
.class public final Lcom/google/android/gms/internal/ads/zzgka;
|
|
.super Lcom/google/android/gms/internal/ads/zzgjx;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>([BI)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/security/InvalidKeyException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
invoke-direct {p0, p1, p2}, Lcom/google/android/gms/internal/ads/zzgjx;-><init>([BI)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final zza()I
|
|
.locals 1
|
|
|
|
const/16 v0, 0x18
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final zzb([II)[I
|
|
.locals 2
|
|
|
|
.line 1
|
|
array-length v0, p1
|
|
|
|
const/4 v1, 0x6
|
|
|
|
if-ne v0, v1, :cond_0
|
|
|
|
const/16 v0, 0x10
|
|
|
|
new-array v0, v0, [I
|
|
|
|
iget-object v1, p0, Lcom/google/android/gms/internal/ads/zzgjx;->zza:[I
|
|
|
|
.line 3
|
|
invoke-static {v1, p1}, Lcom/google/android/gms/internal/ads/zzgjv;->zzd([I[I)[I
|
|
|
|
move-result-object v1
|
|
|
|
invoke-static {v0, v1}, Lcom/google/android/gms/internal/ads/zzgjv;->zzb([I[I)V
|
|
|
|
const/16 v1, 0xc
|
|
|
|
aput p2, v0, v1
|
|
|
|
const/16 p2, 0xd
|
|
|
|
const/4 v1, 0x0
|
|
|
|
aput v1, v0, p2
|
|
|
|
const/4 p2, 0x4
|
|
|
|
.line 4
|
|
aget p2, p1, p2
|
|
|
|
const/16 v1, 0xe
|
|
|
|
aput p2, v0, v1
|
|
|
|
const/4 p2, 0x5
|
|
|
|
.line 5
|
|
aget p1, p1, p2
|
|
|
|
const/16 p2, 0xf
|
|
|
|
aput p1, v0, p2
|
|
|
|
return-object v0
|
|
|
|
:cond_0
|
|
mul-int/lit8 v0, v0, 0x20
|
|
|
|
.line 1
|
|
new-instance p1, Ljava/lang/IllegalArgumentException;
|
|
|
|
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object p2
|
|
|
|
filled-new-array {p2}, [Ljava/lang/Object;
|
|
|
|
move-result-object p2
|
|
|
|
const-string v0, "XChaCha20 uses 192-bit nonces, but got a %d-bit nonce"
|
|
|
|
.line 2
|
|
invoke-static {v0, p2}, Ljava/lang/String;->format(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
|
|
|
|
move-result-object p2
|
|
|
|
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
.end method
|