- 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
87 lines
1.8 KiB
Smali
87 lines
1.8 KiB
Smali
.class public final Lcom/google/android/gms/internal/ads/zzgjw;
|
|
.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, 0xc
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final zzb([II)[I
|
|
.locals 3
|
|
|
|
.line 1
|
|
array-length v0, p1
|
|
|
|
const/4 v1, 0x3
|
|
|
|
if-ne v0, v1, :cond_0
|
|
|
|
const/16 v0, 0x10
|
|
|
|
new-array v0, v0, [I
|
|
|
|
iget-object v2, p0, Lcom/google/android/gms/internal/ads/zzgjx;->zza:[I
|
|
|
|
.line 2
|
|
invoke-static {v0, v2}, Lcom/google/android/gms/internal/ads/zzgjv;->zzb([I[I)V
|
|
|
|
const/16 v2, 0xc
|
|
|
|
aput p2, v0, v2
|
|
|
|
const/16 p2, 0xd
|
|
|
|
const/4 v2, 0x0
|
|
|
|
.line 3
|
|
invoke-static {p1, v2, v0, p2, v1}, Ljava/lang/System;->arraycopy(Ljava/lang/Object;ILjava/lang/Object;II)V
|
|
|
|
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, "ChaCha20 uses 96-bit nonces, but got a %d-bit nonce"
|
|
|
|
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
|