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

85 lines
1.8 KiB
Smali

.class public Lcom/mbridge/msdk/foundation/controller/c;
.super Lcom/mbridge/msdk/foundation/controller/a;
.source "SourceFile"
# static fields
.field private static volatile f:Lcom/mbridge/msdk/foundation/controller/c;
.annotation build Landroid/annotation/SuppressLint;
value = {
"StaticFieldLeak"
}
.end annotation
.end field
# direct methods
.method private constructor <init>()V
.locals 0
.line 9
invoke-direct {p0}, Lcom/mbridge/msdk/foundation/controller/a;-><init>()V
return-void
.end method
.method public static m()Lcom/mbridge/msdk/foundation/controller/c;
.locals 2
sget-object v0, Lcom/mbridge/msdk/foundation/controller/c;->f:Lcom/mbridge/msdk/foundation/controller/c;
if-nez v0, :cond_1
const-class v0, Lcom/mbridge/msdk/foundation/controller/c;
.line 14
monitor-enter v0
:try_start_0
sget-object v1, Lcom/mbridge/msdk/foundation/controller/c;->f:Lcom/mbridge/msdk/foundation/controller/c;
if-nez v1, :cond_0
.line 16
new-instance v1, Lcom/mbridge/msdk/foundation/controller/c;
invoke-direct {v1}, Lcom/mbridge/msdk/foundation/controller/c;-><init>()V
sput-object v1, Lcom/mbridge/msdk/foundation/controller/c;->f:Lcom/mbridge/msdk/foundation/controller/c;
goto :goto_0
:catchall_0
move-exception v1
goto :goto_1
.line 18
:cond_0
:goto_0
monitor-exit v0
goto :goto_2
:goto_1
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v1
:cond_1
:goto_2
sget-object v0, Lcom/mbridge/msdk/foundation/controller/c;->f:Lcom/mbridge/msdk/foundation/controller/c;
return-object v0
.end method
# virtual methods
.method public final a(Lcom/mbridge/msdk/foundation/controller/a$a;)V
.locals 0
return-void
.end method