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

165 lines
3.3 KiB
Smali

.class public Lcom/mbridge/msdk/foundation/same/b;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field private static volatile a:Lcom/mbridge/msdk/foundation/same/b;
# instance fields
.field private b:Ljava/lang/Boolean;
# direct methods
.method static constructor <clinit>()V
.locals 0
return-void
.end method
.method private constructor <init>()V
.locals 1
.line 20
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/4 v0, 0x0
iput-object v0, p0, Lcom/mbridge/msdk/foundation/same/b;->b:Ljava/lang/Boolean;
return-void
.end method
.method public static a()Lcom/mbridge/msdk/foundation/same/b;
.locals 2
sget-object v0, Lcom/mbridge/msdk/foundation/same/b;->a:Lcom/mbridge/msdk/foundation/same/b;
if-nez v0, :cond_1
const-class v0, Lcom/mbridge/msdk/foundation/same/b;
.line 25
monitor-enter v0
:try_start_0
sget-object v1, Lcom/mbridge/msdk/foundation/same/b;->a:Lcom/mbridge/msdk/foundation/same/b;
if-nez v1, :cond_0
.line 27
new-instance v1, Lcom/mbridge/msdk/foundation/same/b;
invoke-direct {v1}, Lcom/mbridge/msdk/foundation/same/b;-><init>()V
sput-object v1, Lcom/mbridge/msdk/foundation/same/b;->a:Lcom/mbridge/msdk/foundation/same/b;
goto :goto_0
:catchall_0
move-exception v1
goto :goto_1
.line 29
: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/same/b;->a:Lcom/mbridge/msdk/foundation/same/b;
return-object v0
.end method
# virtual methods
.method public final a(Ljava/lang/String;)Z
.locals 3
.line 39
invoke-static {p1}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v0
const/4 v1, 0x0
if-eqz v0, :cond_0
return v1
:cond_0
const-string v0, "new_bridge_reward_video"
.line 42
invoke-virtual {p1, v0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_1
.line 1052
invoke-static {}, Lcom/mbridge/msdk/foundation/tools/ah;->a()Lcom/mbridge/msdk/foundation/tools/ah;
move-result-object p1
invoke-virtual {p1, v0, v1, v1}, Lcom/mbridge/msdk/foundation/tools/ah;->a(Ljava/lang/String;ZZ)Z
move-result p1
invoke-static {p1}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object p1
iput-object p1, p0, Lcom/mbridge/msdk/foundation/same/b;->b:Ljava/lang/Boolean;
invoke-virtual {p1}, Ljava/lang/Boolean;->booleanValue()Z
move-result p1
return p1
:cond_1
const-string v0, "new_bridge_reward_show"
.line 45
invoke-virtual {p1, v0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_2
.line 1056
invoke-static {}, Lcom/mbridge/msdk/foundation/tools/ah;->a()Lcom/mbridge/msdk/foundation/tools/ah;
move-result-object p1
invoke-virtual {p1, v0, v1, v1}, Lcom/mbridge/msdk/foundation/tools/ah;->a(Ljava/lang/String;ZZ)Z
move-result p1
return p1
:cond_2
return v1
.end method
.method public final b()Ljava/lang/Boolean;
.locals 1
iget-object v0, p0, Lcom/mbridge/msdk/foundation/same/b;->b:Ljava/lang/Boolean;
return-object v0
.end method