Files
Daniel Elliott f3960ee359 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
2026-02-18 16:13:44 -08:00

256 lines
4.1 KiB
Smali

.class public final Lcom/ironsource/qp$d;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/ironsource/qp;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/ironsource/qp;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "d"
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public a(I)Ljava/lang/Integer;
.locals 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/IllegalArgumentException;
}
.end annotation
.line 0
const/16 v0, 0xce
if-eq p1, v0, :cond_1
const/16 v0, 0x191
if-eq p1, v0, :cond_0
packed-switch p1, :pswitch_data_0
packed-switch p1, :pswitch_data_1
packed-switch p1, :pswitch_data_2
packed-switch p1, :pswitch_data_3
new-instance v0, Ljava/lang/IllegalArgumentException;
new-instance v1, Ljava/lang/StringBuilder;
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
const-string v2, "Unknown event code: "
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p1
invoke-direct {v0, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw v0
:pswitch_0
const/16 p1, 0x4bb
goto :goto_0
:pswitch_1
const/16 p1, 0x4ba
goto :goto_0
:pswitch_2
const/16 p1, 0x3f2
goto :goto_0
:pswitch_3
const/16 p1, 0x5e3
goto :goto_0
:pswitch_4
const/16 p1, 0x4b3
goto :goto_0
:pswitch_5
const/16 p1, 0x3ee
goto :goto_0
:pswitch_6
const/16 p1, 0x4b6
goto :goto_0
:pswitch_7
const/16 p1, 0x3ed
goto :goto_0
:pswitch_8
const/16 p1, 0x4b2
goto :goto_0
:pswitch_9
const/16 p1, 0x515
goto :goto_0
:pswitch_a
const/16 p1, 0x4b0
goto :goto_0
:pswitch_b
const/16 p1, 0x3ea
goto :goto_0
:pswitch_c
const/16 p1, 0x3e9
goto :goto_0
:pswitch_d
const p1, 0x13cb5
goto :goto_0
:pswitch_e
const p1, 0x13d96
goto :goto_0
:pswitch_f
const p1, 0x1443b
goto :goto_0
:pswitch_10
const p1, 0x157c2
goto :goto_0
:pswitch_11
const p1, 0x13c6a
goto :goto_0
:pswitch_12
const p1, 0x13d94
goto :goto_0
:pswitch_13
const p1, 0x13d95
goto :goto_0
:pswitch_14
const p1, 0x13e66
goto :goto_0
:pswitch_15
const p1, 0x13e5c
goto :goto_0
:cond_0
const/16 p1, 0x4b1
goto :goto_0
:cond_1
const/16 p1, 0x5df
:goto_0
invoke-static {p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p1
return-object p1
:pswitch_data_0
.packed-switch 0x65
:pswitch_15
:pswitch_14
:pswitch_13
:pswitch_12
:pswitch_11
.end packed-switch
:pswitch_data_1
.packed-switch 0x6d
:pswitch_10
:pswitch_f
:pswitch_e
:pswitch_d
.end packed-switch
:pswitch_data_2
.packed-switch 0xc9
:pswitch_c
:pswitch_b
:pswitch_a
:pswitch_9
.end packed-switch
:pswitch_data_3
.packed-switch 0x193
:pswitch_8
:pswitch_7
:pswitch_6
:pswitch_5
:pswitch_4
:pswitch_3
:pswitch_2
:pswitch_1
:pswitch_0
.end packed-switch
.end method
.method public bridge synthetic a(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
.line 0
check-cast p1, Ljava/lang/Number;
invoke-virtual {p1}, Ljava/lang/Number;->intValue()I
move-result p1
invoke-virtual {p0, p1}, Lcom/ironsource/qp$d;->a(I)Ljava/lang/Integer;
move-result-object p1
return-object p1
.end method