- 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
68 lines
1.3 KiB
Smali
68 lines
1.3 KiB
Smali
.class public Lcom/ea/nimble/mtx/NimbleMTX;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final COMPONENT_ID:Ljava/lang/String; = "com.ea.nimble.mtx"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 15
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static getComponent()Lcom/ea/nimble/mtx/INimbleMTX;
|
|
.locals 5
|
|
|
|
const-string v0, "com.ea.nimble.mtx"
|
|
|
|
.line 21
|
|
invoke-static {v0}, Lcom/ea/nimble/Base;->getComponentList(Ljava/lang/String;)[Lcom/ea/nimble/Component;
|
|
|
|
move-result-object v0
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 22
|
|
array-length v1, v0
|
|
|
|
if-lez v1, :cond_1
|
|
|
|
.line 24
|
|
array-length v1, v0
|
|
|
|
const/4 v2, 0x1
|
|
|
|
const/4 v3, 0x0
|
|
|
|
if-eq v1, v2, :cond_0
|
|
|
|
const-string v1, "More than one MTX component registered!"
|
|
|
|
new-array v2, v3, [Ljava/lang/Object;
|
|
|
|
const-string v4, "MTX"
|
|
|
|
.line 26
|
|
invoke-static {v4, v1, v2}, Lcom/ea/nimble/Log$Helper;->LOGFS(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V
|
|
|
|
.line 29
|
|
:cond_0
|
|
aget-object v0, v0, v3
|
|
|
|
check-cast v0, Lcom/ea/nimble/mtx/INimbleMTX;
|
|
|
|
return-object v0
|
|
|
|
:cond_1
|
|
const/4 v0, 0x0
|
|
|
|
return-object v0
|
|
.end method
|