- 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
127 lines
3.4 KiB
Smali
127 lines
3.4 KiB
Smali
.class final Lcom/google/android/gms/internal/ads/zzazn;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/VisibleForTesting;
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field zza:Ljava/io/ByteArrayOutputStream;
|
|
.annotation build Landroidx/annotation/VisibleForTesting;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field zzb:Landroid/util/Base64OutputStream;
|
|
.annotation build Landroidx/annotation/VisibleForTesting;
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 3
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
new-instance v0, Ljava/io/ByteArrayOutputStream;
|
|
|
|
const/16 v1, 0x1000
|
|
|
|
invoke-direct {v0, v1}, Ljava/io/ByteArrayOutputStream;-><init>(I)V
|
|
|
|
iput-object v0, p0, Lcom/google/android/gms/internal/ads/zzazn;->zza:Ljava/io/ByteArrayOutputStream;
|
|
|
|
.line 2
|
|
new-instance v0, Landroid/util/Base64OutputStream;
|
|
|
|
iget-object v1, p0, Lcom/google/android/gms/internal/ads/zzazn;->zza:Ljava/io/ByteArrayOutputStream;
|
|
|
|
const/16 v2, 0xa
|
|
|
|
invoke-direct {v0, v1, v2}, Landroid/util/Base64OutputStream;-><init>(Ljava/io/OutputStream;I)V
|
|
|
|
iput-object v0, p0, Lcom/google/android/gms/internal/ads/zzazn;->zzb:Landroid/util/Base64OutputStream;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final toString()Ljava/lang/String;
|
|
.locals 3
|
|
|
|
const-string v0, "HashManager: Unable to convert to Base64."
|
|
|
|
:try_start_0
|
|
iget-object v1, p0, Lcom/google/android/gms/internal/ads/zzazn;->zzb:Landroid/util/Base64OutputStream;
|
|
|
|
.line 1
|
|
invoke-virtual {v1}, Landroid/util/Base64OutputStream;->close()V
|
|
:try_end_0
|
|
.catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
goto :goto_0
|
|
|
|
:catch_0
|
|
move-exception v1
|
|
|
|
.line 2
|
|
invoke-static {v0, v1}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zzh(Ljava/lang/String;Ljava/lang/Throwable;)V
|
|
|
|
:goto_0
|
|
const/4 v1, 0x0
|
|
|
|
:try_start_1
|
|
iget-object v2, p0, Lcom/google/android/gms/internal/ads/zzazn;->zza:Ljava/io/ByteArrayOutputStream;
|
|
|
|
.line 3
|
|
invoke-virtual {v2}, Ljava/io/ByteArrayOutputStream;->close()V
|
|
|
|
iget-object v2, p0, Lcom/google/android/gms/internal/ads/zzazn;->zza:Ljava/io/ByteArrayOutputStream;
|
|
|
|
.line 4
|
|
invoke-virtual {v2}, Ljava/io/ByteArrayOutputStream;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
:try_end_1
|
|
.catch Ljava/io/IOException; {:try_start_1 .. :try_end_1} :catch_1
|
|
.catchall {:try_start_1 .. :try_end_1} :catchall_0
|
|
|
|
goto :goto_1
|
|
|
|
:catchall_0
|
|
move-exception v0
|
|
|
|
goto :goto_2
|
|
|
|
:catch_1
|
|
move-exception v2
|
|
|
|
.line 5
|
|
:try_start_2
|
|
invoke-static {v0, v2}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zzh(Ljava/lang/String;Ljava/lang/Throwable;)V
|
|
|
|
const-string v0, ""
|
|
:try_end_2
|
|
.catchall {:try_start_2 .. :try_end_2} :catchall_0
|
|
|
|
:goto_1
|
|
iput-object v1, p0, Lcom/google/android/gms/internal/ads/zzazn;->zza:Ljava/io/ByteArrayOutputStream;
|
|
|
|
iput-object v1, p0, Lcom/google/android/gms/internal/ads/zzazn;->zzb:Landroid/util/Base64OutputStream;
|
|
|
|
return-object v0
|
|
|
|
:goto_2
|
|
iput-object v1, p0, Lcom/google/android/gms/internal/ads/zzazn;->zza:Ljava/io/ByteArrayOutputStream;
|
|
|
|
iput-object v1, p0, Lcom/google/android/gms/internal/ads/zzazn;->zzb:Landroid/util/Base64OutputStream;
|
|
|
|
.line 6
|
|
throw v0
|
|
.end method
|