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,160 @@
.class public abstract Lorg/apache/http/params/AbstractHttpParams;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lorg/apache/http/params/HttpParams;
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# direct methods
.method public constructor <init>()V
.locals 2
.line 6
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
.end method
# virtual methods
.method public getBooleanParameter(Ljava/lang/String;Z)Z
.locals 0
.line 13
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public getDoubleParameter(Ljava/lang/String;D)D
.locals 0
.line 11
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public getIntParameter(Ljava/lang/String;I)I
.locals 0
.line 9
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public getLongParameter(Ljava/lang/String;J)J
.locals 0
.line 7
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public isParameterFalse(Ljava/lang/String;)Z
.locals 1
.line 16
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public isParameterTrue(Ljava/lang/String;)Z
.locals 1
.line 15
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public setBooleanParameter(Ljava/lang/String;Z)Lorg/apache/http/params/HttpParams;
.locals 0
.line 14
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public setDoubleParameter(Ljava/lang/String;D)Lorg/apache/http/params/HttpParams;
.locals 0
.line 12
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public setIntParameter(Ljava/lang/String;I)Lorg/apache/http/params/HttpParams;
.locals 0
.line 10
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public setLongParameter(Ljava/lang/String;J)Lorg/apache/http/params/HttpParams;
.locals 0
.line 8
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method

View File

@@ -0,0 +1,165 @@
.class public final Lorg/apache/http/params/BasicHttpParams;
.super Lorg/apache/http/params/AbstractHttpParams;
.source "SourceFile"
# interfaces
.implements Ljava/io/Serializable;
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# direct methods
.method public constructor <init>()V
.locals 2
.line 7
invoke-direct {p0}, Lorg/apache/http/params/AbstractHttpParams;-><init>()V
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
.end method
# virtual methods
.method public clear()V
.locals 2
.line 14
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public clone()Ljava/lang/Object;
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/CloneNotSupportedException;
}
.end annotation
.line 16
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public copy()Lorg/apache/http/params/HttpParams;
.locals 2
.line 15
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public copyParams(Lorg/apache/http/params/HttpParams;)V
.locals 1
.line 17
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public getParameter(Ljava/lang/String;)Ljava/lang/Object;
.locals 1
.line 8
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public isParameterSet(Ljava/lang/String;)Z
.locals 1
.line 12
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public isParameterSetLocally(Ljava/lang/String;)Z
.locals 1
.line 13
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public removeParameter(Ljava/lang/String;)Z
.locals 1
.line 10
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public setParameter(Ljava/lang/String;Ljava/lang/Object;)Lorg/apache/http/params/HttpParams;
.locals 0
.line 9
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public setParameters([Ljava/lang/String;Ljava/lang/Object;)V
.locals 0
.line 11
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method

View File

@@ -0,0 +1,26 @@
.class public interface abstract Lorg/apache/http/params/CoreProtocolPNames;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# static fields
.field public static final HTTP_CONTENT_CHARSET:Ljava/lang/String; = "http.protocol.content-charset"
.field public static final HTTP_ELEMENT_CHARSET:Ljava/lang/String; = "http.protocol.element-charset"
.field public static final ORIGIN_SERVER:Ljava/lang/String; = "http.origin-server"
.field public static final PROTOCOL_VERSION:Ljava/lang/String; = "http.protocol.version"
.field public static final STRICT_TRANSFER_ENCODING:Ljava/lang/String; = "http.protocol.strict-transfer-encoding"
.field public static final USER_AGENT:Ljava/lang/String; = "http.useragent"
.field public static final USE_EXPECT_CONTINUE:Ljava/lang/String; = "http.protocol.expect-continue"
.field public static final WAIT_FOR_CONTINUE:Ljava/lang/String; = "http.protocol.wait-for-continue"

View File

@@ -0,0 +1,92 @@
.class public final Lorg/apache/http/params/DefaultedHttpParams;
.super Lorg/apache/http/params/AbstractHttpParams;
.source "SourceFile"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# direct methods
.method public constructor <init>(Lorg/apache/http/params/HttpParams;Lorg/apache/http/params/HttpParams;)V
.locals 0
.line 6
invoke-direct {p0}, Lorg/apache/http/params/AbstractHttpParams;-><init>()V
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
# virtual methods
.method public copy()Lorg/apache/http/params/HttpParams;
.locals 2
.line 7
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public getDefaults()Lorg/apache/http/params/HttpParams;
.locals 2
.line 11
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public getParameter(Ljava/lang/String;)Ljava/lang/Object;
.locals 1
.line 8
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public removeParameter(Ljava/lang/String;)Z
.locals 1
.line 9
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public setParameter(Ljava/lang/String;Ljava/lang/Object;)Lorg/apache/http/params/HttpParams;
.locals 0
.line 10
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method

View File

@@ -0,0 +1,29 @@
.class public abstract Lorg/apache/http/params/HttpAbstractParamBean;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# instance fields
.field protected final params:Lorg/apache/http/params/HttpParams;
# direct methods
.method public constructor <init>(Lorg/apache/http/params/HttpParams;)V
.locals 1
.line 5
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method

View File

@@ -0,0 +1,107 @@
.class public Lorg/apache/http/params/HttpConnectionParamBean;
.super Lorg/apache/http/params/HttpAbstractParamBean;
.source "SourceFile"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# direct methods
.method public constructor <init>(Lorg/apache/http/params/HttpParams;)V
.locals 1
const/4 p1, 0x0
.line 6
invoke-direct {p0, p1}, Lorg/apache/http/params/HttpAbstractParamBean;-><init>(Lorg/apache/http/params/HttpParams;)V
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
# virtual methods
.method public setConnectionTimeout(I)V
.locals 1
.line 11
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public setLinger(I)V
.locals 1
.line 10
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public setSoTimeout(I)V
.locals 1
.line 7
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public setSocketBufferSize(I)V
.locals 1
.line 9
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public setStaleCheckingEnabled(Z)V
.locals 1
.line 12
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public setTcpNoDelay(Z)V
.locals 1
.line 8
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method

View File

@@ -0,0 +1,47 @@
.class public interface abstract Lorg/apache/http/params/HttpParams;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract copy()Lorg/apache/http/params/HttpParams;
.end method
.method public abstract getBooleanParameter(Ljava/lang/String;Z)Z
.end method
.method public abstract getDoubleParameter(Ljava/lang/String;D)D
.end method
.method public abstract getIntParameter(Ljava/lang/String;I)I
.end method
.method public abstract getLongParameter(Ljava/lang/String;J)J
.end method
.method public abstract getParameter(Ljava/lang/String;)Ljava/lang/Object;
.end method
.method public abstract isParameterFalse(Ljava/lang/String;)Z
.end method
.method public abstract isParameterTrue(Ljava/lang/String;)Z
.end method
.method public abstract removeParameter(Ljava/lang/String;)Z
.end method
.method public abstract setBooleanParameter(Ljava/lang/String;Z)Lorg/apache/http/params/HttpParams;
.end method
.method public abstract setDoubleParameter(Ljava/lang/String;D)Lorg/apache/http/params/HttpParams;
.end method
.method public abstract setIntParameter(Ljava/lang/String;I)Lorg/apache/http/params/HttpParams;
.end method
.method public abstract setLongParameter(Ljava/lang/String;J)Lorg/apache/http/params/HttpParams;
.end method
.method public abstract setParameter(Ljava/lang/String;Ljava/lang/Object;)Lorg/apache/http/params/HttpParams;
.end method

View File

@@ -0,0 +1,94 @@
.class public Lorg/apache/http/params/HttpProtocolParamBean;
.super Lorg/apache/http/params/HttpAbstractParamBean;
.source "SourceFile"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# direct methods
.method public constructor <init>(Lorg/apache/http/params/HttpParams;)V
.locals 1
const/4 p1, 0x0
.line 6
invoke-direct {p0, p1}, Lorg/apache/http/params/HttpAbstractParamBean;-><init>(Lorg/apache/http/params/HttpParams;)V
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
# virtual methods
.method public setContentCharset(Ljava/lang/String;)V
.locals 1
.line 8
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public setHttpElementCharset(Ljava/lang/String;)V
.locals 1
.line 7
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public setUseExpectContinue(Z)V
.locals 1
.line 11
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public setUserAgent(Ljava/lang/String;)V
.locals 1
.line 10
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public setVersion(Lorg/apache/http/HttpVersion;)V
.locals 1
.line 9
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method

View File

@@ -0,0 +1,158 @@
.class public final Lorg/apache/http/params/HttpProtocolParams;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lorg/apache/http/params/CoreProtocolPNames;
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# direct methods
.method public constructor <init>()V
.locals 2
.line 6
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public static getContentCharset(Lorg/apache/http/params/HttpParams;)Ljava/lang/String;
.locals 1
.line 9
new-instance p0, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p0, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p0
.end method
.method public static getHttpElementCharset(Lorg/apache/http/params/HttpParams;)Ljava/lang/String;
.locals 1
.line 7
new-instance p0, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p0, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p0
.end method
.method public static getUserAgent(Lorg/apache/http/params/HttpParams;)Ljava/lang/String;
.locals 1
.line 13
new-instance p0, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p0, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p0
.end method
.method public static getVersion(Lorg/apache/http/params/HttpParams;)Lorg/apache/http/ProtocolVersion;
.locals 1
.line 11
new-instance p0, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p0, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p0
.end method
.method public static setContentCharset(Lorg/apache/http/params/HttpParams;Ljava/lang/String;)V
.locals 0
.line 10
new-instance p0, Ljava/lang/RuntimeException;
const-string p1, "Stub!"
invoke-direct {p0, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p0
.end method
.method public static setHttpElementCharset(Lorg/apache/http/params/HttpParams;Ljava/lang/String;)V
.locals 0
.line 8
new-instance p0, Ljava/lang/RuntimeException;
const-string p1, "Stub!"
invoke-direct {p0, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p0
.end method
.method public static setUseExpectContinue(Lorg/apache/http/params/HttpParams;Z)V
.locals 0
.line 16
new-instance p0, Ljava/lang/RuntimeException;
const-string p1, "Stub!"
invoke-direct {p0, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p0
.end method
.method public static setUserAgent(Lorg/apache/http/params/HttpParams;Ljava/lang/String;)V
.locals 0
.line 14
new-instance p0, Ljava/lang/RuntimeException;
const-string p1, "Stub!"
invoke-direct {p0, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p0
.end method
.method public static setVersion(Lorg/apache/http/params/HttpParams;Lorg/apache/http/ProtocolVersion;)V
.locals 0
.line 12
new-instance p0, Ljava/lang/RuntimeException;
const-string p1, "Stub!"
invoke-direct {p0, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p0
.end method
.method public static useExpectContinue(Lorg/apache/http/params/HttpParams;)Z
.locals 1
.line 15
new-instance p0, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p0, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p0
.end method