Files
rr3-apk/smali_classes4/com/mbridge/msdk/splash/c/e$4.smali
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

67 lines
1.6 KiB
Smali

.class final Lcom/mbridge/msdk/splash/c/e$4;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/mbridge/msdk/splash/c/e;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field final synthetic a:Lcom/mbridge/msdk/splash/c/e;
# direct methods
.method public constructor <init>(Lcom/mbridge/msdk/splash/c/e;)V
.locals 0
iput-object p1, p0, Lcom/mbridge/msdk/splash/c/e$4;->a:Lcom/mbridge/msdk/splash/c/e;
.line 144
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final run()V
.locals 5
.line 147
new-instance v0, Lcom/mbridge/msdk/foundation/c/b;
const v1, 0xd6d8a
invoke-direct {v0, v1}, Lcom/mbridge/msdk/foundation/c/b;-><init>(I)V
iget-object v1, p0, Lcom/mbridge/msdk/splash/c/e$4;->a:Lcom/mbridge/msdk/splash/c/e;
.line 148
invoke-static {v1}, Lcom/mbridge/msdk/splash/c/e;->a(Lcom/mbridge/msdk/splash/c/e;)Ljava/lang/String;
move-result-object v2
iget-object v3, p0, Lcom/mbridge/msdk/splash/c/e$4;->a:Lcom/mbridge/msdk/splash/c/e;
invoke-static {v3}, Lcom/mbridge/msdk/splash/c/e;->b(Lcom/mbridge/msdk/splash/c/e;)I
move-result v3
const/4 v4, 0x0
invoke-static {v1, v0, v2, v3, v4}, Lcom/mbridge/msdk/splash/c/e;->a(Lcom/mbridge/msdk/splash/c/e;Lcom/mbridge/msdk/foundation/c/b;Ljava/lang/String;ILcom/mbridge/msdk/foundation/entity/CampaignEx;)V
return-void
.end method