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,77 @@
.class public interface abstract annotation Lkotlin/Deprecated;
.super Ljava/lang/Object;
.source ""
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lkotlin/Deprecated;
level = .enum Lcom/facebook/ads/redexgen/X/dN;->A05:Lcom/facebook/ads/redexgen/X/dN;
replaceWith = .subannotation Lkotlin/ReplaceWith;
expression = ""
imports = {}
.end subannotation
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Documented;
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->TYPE:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->CONSTRUCTOR:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->ANNOTATION_TYPE:Ljava/lang/annotation/ElementType;
}
.end annotation
.annotation runtime Lkotlin/Metadata;
d1 = {
"\u0000\u001e\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0010\u000e\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0008\u0004\u0008\u0087\u0002\u0018\u00002\u00020\u0001B\u001c\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0008\u0008\u0002\u0010\u0004\u001a\u00020\u0005\u0012\u0008\u0008\u0002\u0010\u0006\u001a\u00020\u0007R\u000f\u0010\u0006\u001a\u00020\u0007\u00a2\u0006\u0006\u001a\u0004\u0008\u0006\u0010\u0008R\u000f\u0010\u0002\u001a\u00020\u0003\u00a2\u0006\u0006\u001a\u0004\u0008\u0002\u0010\tR\u000f\u0010\u0004\u001a\u00020\u0005\u00a2\u0006\u0006\u001a\u0004\u0008\u0004\u0010\n\u00a8\u0006\u000b"
}
d2 = {
"Lkotlin/Deprecated;",
"",
"message",
"",
"replaceWith",
"Lkotlin/ReplaceWith;",
"level",
"Lkotlin/DeprecationLevel;",
"()Lkotlin/DeprecationLevel;",
"()Ljava/lang/String;",
"()Lkotlin/ReplaceWith;",
"kotlin-stdlib"
}
k = 0x1
mv = {
0x1,
0x9,
0x0
}
xi = 0x30
.end annotation
.annotation runtime Lkotlin/annotation/MustBeDocumented;
.end annotation
.annotation runtime Lkotlin/annotation/Target;
allowedTargets = {
.enum Lcom/facebook/ads/redexgen/X/dI;->A05:Lcom/facebook/ads/redexgen/X/dI;,
.enum Lcom/facebook/ads/redexgen/X/dI;->A0A:Lcom/facebook/ads/redexgen/X/dI;,
.enum Lcom/facebook/ads/redexgen/X/dI;->A0C:Lcom/facebook/ads/redexgen/X/dI;,
.enum Lcom/facebook/ads/redexgen/X/dI;->A04:Lcom/facebook/ads/redexgen/X/dI;,
.enum Lcom/facebook/ads/redexgen/X/dI;->A06:Lcom/facebook/ads/redexgen/X/dI;,
.enum Lcom/facebook/ads/redexgen/X/dI;->A0E:Lcom/facebook/ads/redexgen/X/dI;,
.enum Lcom/facebook/ads/redexgen/X/dI;->A0D:Lcom/facebook/ads/redexgen/X/dI;,
.enum Lcom/facebook/ads/redexgen/X/dI;->A0G:Lcom/facebook/ads/redexgen/X/dI;
}
.end annotation

View File

@@ -0,0 +1,71 @@
.class public interface abstract annotation Lkotlin/DeprecatedSinceKotlin;
.super Ljava/lang/Object;
.source ""
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lkotlin/DeprecatedSinceKotlin;
errorSince = ""
hiddenSince = ""
warningSince = ""
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Documented;
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->TYPE:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->CONSTRUCTOR:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->ANNOTATION_TYPE:Ljava/lang/annotation/ElementType;
}
.end annotation
.annotation runtime Lkotlin/Metadata;
d1 = {
"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0010\u000e\n\u0002\u0008\u0004\u0008\u0087\u0002\u0018\u00002\u00020\u0001B\u001e\u0012\u0008\u0008\u0002\u0010\u0002\u001a\u00020\u0003\u0012\u0008\u0008\u0002\u0010\u0004\u001a\u00020\u0003\u0012\u0008\u0008\u0002\u0010\u0005\u001a\u00020\u0003R\u000f\u0010\u0004\u001a\u00020\u0003\u00a2\u0006\u0006\u001a\u0004\u0008\u0004\u0010\u0006R\u000f\u0010\u0005\u001a\u00020\u0003\u00a2\u0006\u0006\u001a\u0004\u0008\u0005\u0010\u0006R\u000f\u0010\u0002\u001a\u00020\u0003\u00a2\u0006\u0006\u001a\u0004\u0008\u0002\u0010\u0006\u00a8\u0006\u0007"
}
d2 = {
"Lkotlin/DeprecatedSinceKotlin;",
"",
"warningSince",
"",
"errorSince",
"hiddenSince",
"()Ljava/lang/String;",
"kotlin-stdlib"
}
k = 0x1
mv = {
0x1,
0x9,
0x0
}
xi = 0x30
.end annotation
.annotation runtime Lkotlin/annotation/MustBeDocumented;
.end annotation
.annotation runtime Lkotlin/annotation/Target;
allowedTargets = {
.enum Lcom/facebook/ads/redexgen/X/dI;->A05:Lcom/facebook/ads/redexgen/X/dI;,
.enum Lcom/facebook/ads/redexgen/X/dI;->A0A:Lcom/facebook/ads/redexgen/X/dI;,
.enum Lcom/facebook/ads/redexgen/X/dI;->A0C:Lcom/facebook/ads/redexgen/X/dI;,
.enum Lcom/facebook/ads/redexgen/X/dI;->A04:Lcom/facebook/ads/redexgen/X/dI;,
.enum Lcom/facebook/ads/redexgen/X/dI;->A06:Lcom/facebook/ads/redexgen/X/dI;,
.enum Lcom/facebook/ads/redexgen/X/dI;->A0E:Lcom/facebook/ads/redexgen/X/dI;,
.enum Lcom/facebook/ads/redexgen/X/dI;->A0D:Lcom/facebook/ads/redexgen/X/dI;,
.enum Lcom/facebook/ads/redexgen/X/dI;->A0G:Lcom/facebook/ads/redexgen/X/dI;
}
.end annotation

View File

@@ -0,0 +1,97 @@
.class public interface abstract annotation Lkotlin/Metadata;
.super Ljava/lang/Object;
.source ""
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lkotlin/Metadata;
bv = {
0x1,
0x0,
0x3
}
d1 = {}
d2 = {}
k = 0x1
mv = {}
pn = ""
xi = 0x0
xs = ""
.end subannotation
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lkotlin/Metadata$DefaultImpls;
}
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->TYPE:Ljava/lang/annotation/ElementType;
}
.end annotation
.annotation runtime Lkotlin/Metadata;
d1 = {
"\u0000$\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0010\u0008\n\u0000\n\u0002\u0010\u0015\n\u0002\u0008\u0002\n\u0002\u0010\u0011\n\u0002\u0010\u000e\n\u0002\u0008\u0015\u0008\u0087\u0002\u0018\u00002\u00020\u0001B\\\u0012\u0008\u0008\u0002\u0010\u0002\u001a\u00020\u0003\u0012\u0008\u0008\u0002\u0010\u0004\u001a\u00020\u0005\u0012\u0008\u0008\u0002\u0010\u0006\u001a\u00020\u0005\u0012\u000e\u0008\u0002\u0010\u0007\u001a\u0008\u0012\u0004\u0012\u00020\t0\u0008\u0012\u000e\u0008\u0002\u0010\n\u001a\u0008\u0012\u0004\u0012\u00020\t0\u0008\u0012\u0008\u0008\u0002\u0010\u000b\u001a\u00020\t\u0012\u0008\u0008\u0002\u0010\u000c\u001a\u00020\t\u0012\u0008\u0008\u0002\u0010\r\u001a\u00020\u0003R\u0018\u0010\u0006\u001a\u00020\u0005X\u0087\u0004\u00a2\u0006\u000c\u0012\u0004\u0008\u000e\u0010\u000f\u001a\u0004\u0008\u0010\u0010\u0011R\u0017\u0010\u0007\u001a\u0008\u0012\u0004\u0012\u00020\t0\u00088\u0007\u00a2\u0006\u0006\u001a\u0004\u0008\u0012\u0010\u0013R\u0017\u0010\n\u001a\u0008\u0012\u0004\u0012\u00020\t0\u00088\u0007\u00a2\u0006\u0006\u001a\u0004\u0008\u0014\u0010\u0013R\u0018\u0010\r\u001a\u00020\u0003X\u0087\u0004\u00a2\u0006\u000c\u0012\u0004\u0008\u0015\u0010\u000f\u001a\u0004\u0008\u0016\u0010\u0017R\u0011\u0010\u000b\u001a\u00020\t8\u0007\u00a2\u0006\u0006\u001a\u0004\u0008\u0018\u0010\u0019R\u0011\u0010\u0002\u001a\u00020\u00038\u0007\u00a2\u0006\u0006\u001a\u0004\u0008\u001a\u0010\u0017R\u0011\u0010\u0004\u001a\u00020\u00058\u0007\u00a2\u0006\u0006\u001a\u0004\u0008\u001b\u0010\u0011R\u0018\u0010\u000c\u001a\u00020\tX\u0087\u0004\u00a2\u0006\u000c\u0012\u0004\u0008\u001c\u0010\u000f\u001a\u0004\u0008\u001d\u0010\u0019\u00a8\u0006\u001e"
}
d2 = {
"Lkotlin/Metadata;",
"",
"kind",
"",
"metadataVersion",
"",
"bytecodeVersion",
"data1",
"",
"",
"data2",
"extraString",
"packageName",
"extraInt",
"bv$annotations",
"()V",
"bv",
"()[I",
"d1",
"()[Ljava/lang/String;",
"d2",
"xi$annotations",
"xi",
"()I",
"xs",
"()Ljava/lang/String;",
"k",
"mv",
"pn$annotations",
"pn",
"kotlin-stdlib"
}
k = 0x1
mv = {
0x1,
0x9,
0x0
}
xi = 0x30
.end annotation
.annotation runtime Lkotlin/annotation/Retention;
value = .enum Lcom/facebook/ads/redexgen/X/dJ;->A05:Lcom/facebook/ads/redexgen/X/dJ;
.end annotation
.annotation runtime Lkotlin/annotation/Target;
allowedTargets = {
.enum Lcom/facebook/ads/redexgen/X/dI;->A05:Lcom/facebook/ads/redexgen/X/dI;
}
.end annotation

View File

@@ -0,0 +1,54 @@
.class public interface abstract annotation Lkotlin/ReplaceWith;
.super Ljava/lang/Object;
.source ""
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Documented;
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->CLASS:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {}
.end annotation
.annotation runtime Lkotlin/Metadata;
d1 = {
"\u0000\u0018\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0010\u000e\n\u0000\n\u0002\u0010\u0011\n\u0002\u0008\u0003\u0008\u0087\u0002\u0018\u00002\u00020\u0001B\u001c\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0012\u0010\u0004\u001a\n\u0012\u0006\u0008\u0001\u0012\u00020\u00030\u0005\"\u00020\u0003R\u000f\u0010\u0002\u001a\u00020\u0003\u00a2\u0006\u0006\u001a\u0004\u0008\u0002\u0010\u0006R\u0017\u0010\u0004\u001a\n\u0012\u0006\u0008\u0001\u0012\u00020\u00030\u0005\u00a2\u0006\u0006\u001a\u0004\u0008\u0004\u0010\u0007\u00a8\u0006\u0008"
}
d2 = {
"Lkotlin/ReplaceWith;",
"",
"expression",
"",
"imports",
"",
"()Ljava/lang/String;",
"()[Ljava/lang/String;",
"kotlin-stdlib"
}
k = 0x1
mv = {
0x1,
0x9,
0x0
}
xi = 0x30
.end annotation
.annotation runtime Lkotlin/annotation/MustBeDocumented;
.end annotation
.annotation runtime Lkotlin/annotation/Retention;
value = .enum Lcom/facebook/ads/redexgen/X/dJ;->A04:Lcom/facebook/ads/redexgen/X/dJ;
.end annotation
.annotation runtime Lkotlin/annotation/Target;
allowedTargets = {}
.end annotation

View File

@@ -0,0 +1,42 @@
.class public interface abstract annotation Lkotlin/annotation/MustBeDocumented;
.super Ljava/lang/Object;
.source ""
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->ANNOTATION_TYPE:Ljava/lang/annotation/ElementType;
}
.end annotation
.annotation runtime Lkotlin/Metadata;
d1 = {
"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\u0008\u0087\u0002\u0018\u00002\u00020\u0001B\u0000\u00a8\u0006\u0002"
}
d2 = {
"Lkotlin/annotation/MustBeDocumented;",
"",
"kotlin-stdlib"
}
k = 0x1
mv = {
0x1,
0x9,
0x0
}
xi = 0x30
.end annotation
.annotation runtime Lkotlin/annotation/Target;
allowedTargets = {
.enum Lcom/facebook/ads/redexgen/X/dI;->A04:Lcom/facebook/ads/redexgen/X/dI;
}
.end annotation

View File

@@ -0,0 +1,51 @@
.class public interface abstract annotation Lkotlin/annotation/Retention;
.super Ljava/lang/Object;
.source ""
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lkotlin/annotation/Retention;
value = .enum Lcom/facebook/ads/redexgen/X/dJ;->A05:Lcom/facebook/ads/redexgen/X/dJ;
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->ANNOTATION_TYPE:Ljava/lang/annotation/ElementType;
}
.end annotation
.annotation runtime Lkotlin/Metadata;
d1 = {
"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0018\u0002\n\u0002\u0008\u0002\u0008\u0087\u0002\u0018\u00002\u00020\u0001B\n\u0012\u0008\u0008\u0002\u0010\u0002\u001a\u00020\u0003R\u000f\u0010\u0002\u001a\u00020\u0003\u00a2\u0006\u0006\u001a\u0004\u0008\u0002\u0010\u0004\u00a8\u0006\u0005"
}
d2 = {
"Lkotlin/annotation/Retention;",
"",
"value",
"Lkotlin/annotation/AnnotationRetention;",
"()Lkotlin/annotation/AnnotationRetention;",
"kotlin-stdlib"
}
k = 0x1
mv = {
0x1,
0x9,
0x0
}
xi = 0x30
.end annotation
.annotation runtime Lkotlin/annotation/Target;
allowedTargets = {
.enum Lcom/facebook/ads/redexgen/X/dI;->A04:Lcom/facebook/ads/redexgen/X/dI;
}
.end annotation

View File

@@ -0,0 +1,52 @@
.class public interface abstract annotation Lkotlin/annotation/Target;
.super Ljava/lang/Object;
.source ""
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Documented;
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->ANNOTATION_TYPE:Ljava/lang/annotation/ElementType;
}
.end annotation
.annotation runtime Lkotlin/Metadata;
d1 = {
"\u0000\u0016\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0010\u0011\n\u0002\u0018\u0002\n\u0002\u0008\u0002\u0008\u0087\u0002\u0018\u00002\u00020\u0001B\u0014\u0012\u0012\u0010\u0002\u001a\n\u0012\u0006\u0008\u0001\u0012\u00020\u00040\u0003\"\u00020\u0004R\u0017\u0010\u0002\u001a\n\u0012\u0006\u0008\u0001\u0012\u00020\u00040\u0003\u00a2\u0006\u0006\u001a\u0004\u0008\u0002\u0010\u0005\u00a8\u0006\u0006"
}
d2 = {
"Lkotlin/annotation/Target;",
"",
"allowedTargets",
"",
"Lkotlin/annotation/AnnotationTarget;",
"()[Lkotlin/annotation/AnnotationTarget;",
"kotlin-stdlib"
}
k = 0x1
mv = {
0x1,
0x9,
0x0
}
xi = 0x30
.end annotation
.annotation runtime Lkotlin/annotation/MustBeDocumented;
.end annotation
.annotation runtime Lkotlin/annotation/Target;
allowedTargets = {
.enum Lcom/facebook/ads/redexgen/X/dI;->A04:Lcom/facebook/ads/redexgen/X/dI;
}
.end annotation

View File

@@ -0,0 +1,55 @@
.class public interface abstract annotation Lkotlin/jvm/JvmStatic;
.super Ljava/lang/Object;
.source ""
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Documented;
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
.annotation runtime Lkotlin/Metadata;
d1 = {
"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\u0008\u0087\u0002\u0018\u00002\u00020\u0001B\u0000\u00a8\u0006\u0002"
}
d2 = {
"Lkotlin/jvm/JvmStatic;",
"",
"kotlin-stdlib"
}
k = 0x1
mv = {
0x1,
0x9,
0x0
}
xi = 0x30
.end annotation
.annotation runtime Lkotlin/annotation/MustBeDocumented;
.end annotation
.annotation runtime Lkotlin/annotation/Retention;
value = .enum Lcom/facebook/ads/redexgen/X/dJ;->A05:Lcom/facebook/ads/redexgen/X/dJ;
.end annotation
.annotation runtime Lkotlin/annotation/Target;
allowedTargets = {
.enum Lcom/facebook/ads/redexgen/X/dI;->A0A:Lcom/facebook/ads/redexgen/X/dI;,
.enum Lcom/facebook/ads/redexgen/X/dI;->A0C:Lcom/facebook/ads/redexgen/X/dI;,
.enum Lcom/facebook/ads/redexgen/X/dI;->A0D:Lcom/facebook/ads/redexgen/X/dI;,
.enum Lcom/facebook/ads/redexgen/X/dI;->A0E:Lcom/facebook/ads/redexgen/X/dI;
}
.end annotation