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,100 @@
.class public abstract Lcom/mbridge/msdk/foundation/same/net/b/a;
.super Lcom/mbridge/msdk/foundation/same/net/c;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/mbridge/msdk/foundation/same/net/c<",
"Ljava/lang/String;",
">;"
}
.end annotation
# static fields
.field private static final a:Ljava/lang/String; = "a"
# direct methods
.method static constructor <clinit>()V
.locals 0
return-void
.end method
.method public constructor <init>()V
.locals 0
.line 9
invoke-direct {p0}, Lcom/mbridge/msdk/foundation/same/net/c;-><init>()V
return-void
.end method
# virtual methods
.method public abstract a(Ljava/lang/String;)V
.end method
.method public abstract b(Ljava/lang/String;)V
.end method
.method public onError(Lcom/mbridge/msdk/foundation/same/net/a/a;)V
.locals 3
sget-object v0, Lcom/mbridge/msdk/foundation/same/net/b/a;->a:Ljava/lang/String;
.line 21
new-instance v1, Ljava/lang/StringBuilder;
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
const-string v2, "errorCode = "
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
iget v2, p1, Lcom/mbridge/msdk/foundation/same/net/a/a;->a:I
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v1
invoke-static {v0, v1}, Lcom/mbridge/msdk/foundation/tools/af;->b(Ljava/lang/String;Ljava/lang/String;)V
.line 22
invoke-static {p1}, Lcom/mbridge/msdk/foundation/same/net/e/a;->a(Lcom/mbridge/msdk/foundation/same/net/a/a;)Ljava/lang/String;
move-result-object p1
invoke-virtual {p0, p1}, Lcom/mbridge/msdk/foundation/same/net/b/a;->a(Ljava/lang/String;)V
return-void
.end method
.method public onSuccess(Lcom/mbridge/msdk/foundation/same/net/d;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/mbridge/msdk/foundation/same/net/d<",
"Ljava/lang/String;",
">;)V"
}
.end annotation
if-eqz p1, :cond_0
.line 15
iget-object p1, p1, Lcom/mbridge/msdk/foundation/same/net/d;->c:Ljava/lang/Object;
check-cast p1, Ljava/lang/String;
invoke-virtual {p0, p1}, Lcom/mbridge/msdk/foundation/same/net/b/a;->b(Ljava/lang/String;)V
:cond_0
return-void
.end method