Files
rr3-apk/smali_classes3/com/google/android/gms/internal/ads/zzfdj.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

119 lines
2.9 KiB
Smali

.class public final synthetic Lcom/google/android/gms/internal/ads/zzfdj;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# instance fields
.field public final synthetic zza:Ljava/io/InputStream;
.field public final synthetic zzb:Landroid/os/ParcelFileDescriptor;
# direct methods
.method public synthetic constructor <init>(Ljava/io/InputStream;Landroid/os/ParcelFileDescriptor;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/google/android/gms/internal/ads/zzfdj;->zza:Ljava/io/InputStream;
iput-object p2, p0, Lcom/google/android/gms/internal/ads/zzfdj;->zzb:Landroid/os/ParcelFileDescriptor;
return-void
.end method
# virtual methods
.method public final run()V
.locals 3
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzfdj;->zza:Ljava/io/InputStream;
iget-object v1, p0, Lcom/google/android/gms/internal/ads/zzfdj;->zzb:Landroid/os/ParcelFileDescriptor;
.line 1
:try_start_0
new-instance v2, Landroid/os/ParcelFileDescriptor$AutoCloseOutputStream;
invoke-direct {v2, v1}, Landroid/os/ParcelFileDescriptor$AutoCloseOutputStream;-><init>(Landroid/os/ParcelFileDescriptor;)V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 2
:try_start_1
invoke-static {v0, v2}, Lcom/google/android/gms/common/util/IOUtils;->copyStream(Ljava/io/InputStream;Ljava/io/OutputStream;)J
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_1
.line 4
:try_start_2
invoke-virtual {v2}, Ljava/io/OutputStream;->close()V
:try_end_2
.catchall {:try_start_2 .. :try_end_2} :catchall_0
if-eqz v0, :cond_0
:try_start_3
invoke-virtual {v0}, Ljava/io/InputStream;->close()V
:try_end_3
.catch Ljava/io/IOException; {:try_start_3 .. :try_end_3} :catch_0
:cond_0
return-void
:catchall_0
move-exception v1
goto :goto_1
:catchall_1
move-exception v1
.line 3
:try_start_4
invoke-virtual {v2}, Ljava/io/OutputStream;->close()V
:try_end_4
.catchall {:try_start_4 .. :try_end_4} :catchall_2
goto :goto_0
:catchall_2
move-exception v2
:try_start_5
invoke-virtual {v1, v2}, Ljava/lang/Throwable;->addSuppressed(Ljava/lang/Throwable;)V
:goto_0
throw v1
:try_end_5
.catchall {:try_start_5 .. :try_end_5} :catchall_0
:goto_1
if-eqz v0, :cond_1
:try_start_6
invoke-virtual {v0}, Ljava/io/InputStream;->close()V
:try_end_6
.catchall {:try_start_6 .. :try_end_6} :catchall_3
goto :goto_2
:catchall_3
move-exception v0
:try_start_7
invoke-virtual {v1, v0}, Ljava/lang/Throwable;->addSuppressed(Ljava/lang/Throwable;)V
:cond_1
:goto_2
throw v1
:try_end_7
.catch Ljava/io/IOException; {:try_start_7 .. :try_end_7} :catch_0
:catch_0
return-void
.end method