- 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
54 lines
1.1 KiB
Smali
54 lines
1.1 KiB
Smali
.class public final Lcom/mbridge/msdk/dycreator/e/g;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static a:Z = false
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static a(Ljava/lang/String;)V
|
|
.locals 2
|
|
|
|
sget-boolean v0, Lcom/mbridge/msdk/dycreator/e/g;->a:Z
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 57
|
|
new-instance v0, Ljava/lang/SecurityManager;
|
|
|
|
invoke-direct {v0}, Ljava/lang/SecurityManager;-><init>()V
|
|
|
|
.line 59
|
|
new-instance v0, Ljava/lang/Throwable;
|
|
|
|
invoke-direct {v0}, Ljava/lang/Throwable;-><init>()V
|
|
|
|
.line 60
|
|
invoke-virtual {v0}, Ljava/lang/Throwable;->getStackTrace()[Ljava/lang/StackTraceElement;
|
|
|
|
move-result-object v0
|
|
|
|
const/4 v1, 0x1
|
|
|
|
.line 61
|
|
aget-object v0, v0, v1
|
|
|
|
invoke-virtual {v0}, Ljava/lang/StackTraceElement;->getFileName()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
.line 62
|
|
invoke-static {v0, p0}, Landroid/util/Log;->e(Ljava/lang/String;Ljava/lang/String;)I
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|