- 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
60 lines
1.5 KiB
Smali
60 lines
1.5 KiB
Smali
.class final Lcom/google/android/gms/internal/ads/zzbbc;
|
|
.super Ljava/io/PushbackInputStream;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic zza:Lcom/google/android/gms/internal/ads/zzbbd;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/google/android/gms/internal/ads/zzbbd;Ljava/io/InputStream;I)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/google/android/gms/internal/ads/zzbbc;->zza:Lcom/google/android/gms/internal/ads/zzbbd;
|
|
|
|
const/4 p1, 0x1
|
|
|
|
.line 1
|
|
invoke-direct {p0, p2, p1}, Ljava/io/PushbackInputStream;-><init>(Ljava/io/InputStream;I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final declared-synchronized close()V
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
monitor-enter p0
|
|
|
|
:try_start_0
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzbbc;->zza:Lcom/google/android/gms/internal/ads/zzbbd;
|
|
|
|
.line 1
|
|
iget-object v0, v0, Lcom/google/android/gms/internal/ads/zzbbd;->zzc:Lcom/google/android/gms/internal/ads/zzbbf;
|
|
|
|
invoke-static {v0}, Lcom/google/android/gms/internal/ads/zzbbf;->zze(Lcom/google/android/gms/internal/ads/zzbbf;)V
|
|
|
|
.line 2
|
|
invoke-super {p0}, Ljava/io/PushbackInputStream;->close()V
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
monitor-exit p0
|
|
|
|
return-void
|
|
|
|
:catchall_0
|
|
move-exception v0
|
|
|
|
monitor-exit p0
|
|
|
|
throw v0
|
|
.end method
|