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
This commit is contained in:
2026-02-18 16:13:44 -08:00
parent c080f0d97f
commit f3960ee359
44288 changed files with 10998761 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
.class Lcom/google/android/gms/internal/stats/zza;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/io/Closeable;
# virtual methods
.method public close()V
.locals 1
const/4 v0, 0x0
throw v0
.end method
.method public declared-synchronized finalize()V
.locals 0
monitor-enter p0
monitor-exit p0
return-void
.end method

View File

@@ -0,0 +1,60 @@
.class public final Lcom/google/android/gms/internal/stats/zzb;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/io/Closeable;
# static fields
.field private static final zza:Lcom/google/android/gms/internal/stats/zzb;
# direct methods
.method static constructor <clinit>()V
.locals 3
new-instance v0, Lcom/google/android/gms/internal/stats/zzb;
const/4 v1, 0x0
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lcom/google/android/gms/internal/stats/zzb;-><init>(ZLcom/google/android/gms/internal/stats/zzd;)V
sput-object v0, Lcom/google/android/gms/internal/stats/zzb;->zza:Lcom/google/android/gms/internal/stats/zzb;
return-void
.end method
.method private constructor <init>(ZLcom/google/android/gms/internal/stats/zzd;)V
.locals 0
.param p2 # Lcom/google/android/gms/internal/stats/zzd;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static zza(ZLcom/google/android/gms/internal/stats/zzc;)Lcom/google/android/gms/internal/stats/zzb;
.locals 0
.param p1 # Lcom/google/android/gms/internal/stats/zzc;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
sget-object p0, Lcom/google/android/gms/internal/stats/zzb;->zza:Lcom/google/android/gms/internal/stats/zzb;
return-object p0
.end method
# virtual methods
.method public final close()V
.locals 0
return-void
.end method

View File

@@ -0,0 +1,3 @@
.class public final Lcom/google/android/gms/internal/stats/zzc;
.super Ljava/lang/Object;
.source "SourceFile"

View File

@@ -0,0 +1,19 @@
.class public final Lcom/google/android/gms/internal/stats/zzd;
.super Lcom/google/android/gms/internal/stats/zza;
.source "SourceFile"
# virtual methods
.method public final bridge synthetic close()V
.locals 1
const/4 v0, 0x0
throw v0
.end method
.method public final bridge synthetic finalize()V
.locals 0
return-void
.end method

View File

@@ -0,0 +1,3 @@
.class public interface abstract Lcom/google/android/gms/internal/stats/zze;
.super Ljava/lang/Object;
.source "SourceFile"

View File

@@ -0,0 +1,3 @@
.class final synthetic Lcom/google/android/gms/internal/stats/zzf;
.super Ljava/lang/Object;
.source "SourceFile"

View File

@@ -0,0 +1,25 @@
.class final Lcom/google/android/gms/internal/stats/zzg;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/internal/stats/zze;
# direct methods
.method private constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public synthetic constructor <init>(Lcom/google/android/gms/internal/stats/zzf;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method

View File

@@ -0,0 +1,35 @@
.class public final Lcom/google/android/gms/internal/stats/zzh;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field private static final zza:Lcom/google/android/gms/internal/stats/zze;
.field private static volatile zzb:Lcom/google/android/gms/internal/stats/zze;
# direct methods
.method static constructor <clinit>()V
.locals 2
new-instance v0, Lcom/google/android/gms/internal/stats/zzg;
const/4 v1, 0x0
invoke-direct {v0, v1}, Lcom/google/android/gms/internal/stats/zzg;-><init>(Lcom/google/android/gms/internal/stats/zzf;)V
sput-object v0, Lcom/google/android/gms/internal/stats/zzh;->zza:Lcom/google/android/gms/internal/stats/zze;
sput-object v0, Lcom/google/android/gms/internal/stats/zzh;->zzb:Lcom/google/android/gms/internal/stats/zze;
return-void
.end method
.method public static zza()Lcom/google/android/gms/internal/stats/zze;
.locals 1
sget-object v0, Lcom/google/android/gms/internal/stats/zzh;->zzb:Lcom/google/android/gms/internal/stats/zze;
return-object v0
.end method

View File

@@ -0,0 +1,23 @@
.class public final Lcom/google/android/gms/internal/stats/zzi;
.super Ljava/lang/RuntimeException;
.source "SourceFile"
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/RuntimeException;-><init>()V
return-void
.end method
.method public constructor <init>(Ljava/lang/String;)V
.locals 0
.line 2
invoke-direct {p0, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
return-void
.end method