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,91 @@
.class public final Lcom/ironsource/adqualitysdk/sdk/i/i;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field public static :I
.field public static :I
.field public static final :Ljava/lang/Object;
# direct methods
.method public static constructor <clinit>()V
.locals 1
.line 2025
new-instance v0, Ljava/lang/Object;
invoke-direct {v0}, Ljava/lang/Object;-><init>()V
sput-object v0, Lcom/ironsource/adqualitysdk/sdk/i/i;->:Ljava/lang/Object;
return-void
.end method
.method public static (J[CI)[C
.locals 10
.line 1163
array-length v0, p2
new-array v1, v0, [C
const/4 v2, 0x0
const/4 v3, 0x4
move v4, v2
move v5, v3
.line 1167
:goto_0
array-length v6, p2
if-ge v2, v6, :cond_2
ushr-long v6, p0, v2
const-wide/16 v8, 0x1
and-long/2addr v6, v8
int-to-long v8, p3
cmp-long v6, v6, v8
if-nez v6, :cond_0
if-lt v4, v3, :cond_1
:cond_0
if-ge v5, v0, :cond_1
.line 1182
aget-char v6, p2, v2
aput-char v6, v1, v5
add-int/lit8 v5, v5, 0x1
goto :goto_1
.line 1187
:cond_1
aget-char v6, p2, v2
aput-char v6, v1, v4
add-int/lit8 v4, v4, 0x1
:goto_1
add-int/lit8 v2, v2, 0x1
goto :goto_0
:cond_2
return-object v1
.end method