- 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
122 lines
2.6 KiB
Smali
122 lines
2.6 KiB
Smali
.class final Lcom/google/android/gms/internal/ads/zzaok;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/android/gms/internal/ads/zzaol;
|
|
|
|
|
|
# instance fields
|
|
.field private final zza:Ljava/nio/ByteBuffer;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/nio/ByteBuffer;)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
invoke-virtual {p1}, Ljava/nio/ByteBuffer;->slice()Ljava/nio/ByteBuffer;
|
|
|
|
move-result-object p1
|
|
|
|
iput-object p1, p0, Lcom/google/android/gms/internal/ads/zzaok;->zza:Ljava/nio/ByteBuffer;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final zza()J
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzaok;->zza:Ljava/nio/ByteBuffer;
|
|
|
|
.line 1
|
|
invoke-virtual {v0}, Ljava/nio/Buffer;->capacity()I
|
|
|
|
move-result v0
|
|
|
|
int-to-long v0, v0
|
|
|
|
return-wide v0
|
|
.end method
|
|
|
|
.method public final zzb([Ljava/security/MessageDigest;JI)V
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzaok;->zza:Ljava/nio/ByteBuffer;
|
|
|
|
.line 1
|
|
monitor-enter v0
|
|
|
|
:try_start_0
|
|
iget-object v1, p0, Lcom/google/android/gms/internal/ads/zzaok;->zza:Ljava/nio/ByteBuffer;
|
|
|
|
long-to-int p2, p2
|
|
|
|
.line 2
|
|
invoke-virtual {v1, p2}, Ljava/nio/ByteBuffer;->position(I)Ljava/nio/Buffer;
|
|
|
|
iget-object p3, p0, Lcom/google/android/gms/internal/ads/zzaok;->zza:Ljava/nio/ByteBuffer;
|
|
|
|
add-int/2addr p2, p4
|
|
|
|
.line 3
|
|
invoke-virtual {p3, p2}, Ljava/nio/ByteBuffer;->limit(I)Ljava/nio/Buffer;
|
|
|
|
iget-object p2, p0, Lcom/google/android/gms/internal/ads/zzaok;->zza:Ljava/nio/ByteBuffer;
|
|
|
|
.line 4
|
|
invoke-virtual {p2}, Ljava/nio/ByteBuffer;->slice()Ljava/nio/ByteBuffer;
|
|
|
|
move-result-object p2
|
|
|
|
.line 5
|
|
monitor-exit v0
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
array-length p3, p1
|
|
|
|
const/4 p4, 0x0
|
|
|
|
move v0, p4
|
|
|
|
:goto_0
|
|
if-ge v0, p3, :cond_0
|
|
|
|
.line 6
|
|
aget-object v1, p1, v0
|
|
|
|
.line 7
|
|
invoke-virtual {p2, p4}, Ljava/nio/ByteBuffer;->position(I)Ljava/nio/Buffer;
|
|
|
|
.line 8
|
|
invoke-virtual {v1, p2}, Ljava/security/MessageDigest;->update(Ljava/nio/ByteBuffer;)V
|
|
|
|
add-int/lit8 v0, v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
return-void
|
|
|
|
:catchall_0
|
|
move-exception p1
|
|
|
|
.line 5
|
|
:try_start_1
|
|
monitor-exit v0
|
|
:try_end_1
|
|
.catchall {:try_start_1 .. :try_end_1} :catchall_0
|
|
|
|
throw p1
|
|
.end method
|