- 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
100 lines
1.9 KiB
Smali
100 lines
1.9 KiB
Smali
.class final Lcom/google/android/gms/internal/ads/zzaqg;
|
|
.super Ljava/io/FilterInputStream;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/VisibleForTesting;
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final zza:J
|
|
|
|
.field private zzb:J
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/io/InputStream;J)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0, p1}, Ljava/io/FilterInputStream;-><init>(Ljava/io/InputStream;)V
|
|
|
|
iput-wide p2, p0, Lcom/google/android/gms/internal/ads/zzaqg;->zza:J
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final read()I
|
|
.locals 5
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
invoke-super {p0}, Ljava/io/FilterInputStream;->read()I
|
|
|
|
move-result v0
|
|
|
|
const/4 v1, -0x1
|
|
|
|
if-eq v0, v1, :cond_0
|
|
|
|
iget-wide v1, p0, Lcom/google/android/gms/internal/ads/zzaqg;->zzb:J
|
|
|
|
const-wide/16 v3, 0x1
|
|
|
|
add-long/2addr v1, v3
|
|
|
|
iput-wide v1, p0, Lcom/google/android/gms/internal/ads/zzaqg;->zzb:J
|
|
|
|
:cond_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public final read([BII)I
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 2
|
|
invoke-super {p0, p1, p2, p3}, Ljava/io/FilterInputStream;->read([BII)I
|
|
|
|
move-result p1
|
|
|
|
const/4 p2, -0x1
|
|
|
|
if-eq p1, p2, :cond_0
|
|
|
|
iget-wide p2, p0, Lcom/google/android/gms/internal/ads/zzaqg;->zzb:J
|
|
|
|
int-to-long v0, p1
|
|
|
|
add-long/2addr p2, v0
|
|
|
|
iput-wide p2, p0, Lcom/google/android/gms/internal/ads/zzaqg;->zzb:J
|
|
|
|
:cond_0
|
|
return p1
|
|
.end method
|
|
|
|
.method public final zza()J
|
|
.locals 4
|
|
|
|
iget-wide v0, p0, Lcom/google/android/gms/internal/ads/zzaqg;->zza:J
|
|
|
|
iget-wide v2, p0, Lcom/google/android/gms/internal/ads/zzaqg;->zzb:J
|
|
|
|
sub-long/2addr v0, v2
|
|
|
|
return-wide v0
|
|
.end method
|