- 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
122 lines
2.5 KiB
Smali
122 lines
2.5 KiB
Smali
.class public Lcom/ironsource/z8;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final a:Ljava/lang/String; = "SSA_CORE.SDKController.runFunction"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static a(Lcom/ironsource/a9;)Ljava/lang/String;
|
|
.locals 3
|
|
|
|
.line 0
|
|
invoke-virtual {p0}, Lcom/ironsource/a9;->b()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {p0}, Lcom/ironsource/a9;->c()Lorg/json/JSONObject;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-static {v1}, Lcom/ironsource/z8;->a(Lorg/json/JSONObject;)Ljava/lang/String;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-static {p0}, Lcom/ironsource/z8;->b(Lcom/ironsource/a9;)Ljava/lang/String;
|
|
|
|
move-result-object p0
|
|
|
|
const-string v2, "SSA_CORE.SDKController.runFunction"
|
|
|
|
filled-new-array {v2, v0, v1, p0}, [Ljava/lang/Object;
|
|
|
|
move-result-object p0
|
|
|
|
const-string v0, "%1$s(\'%2$s%3$s\'%4$s)"
|
|
|
|
invoke-static {v0, p0}, Ljava/lang/String;->format(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method private static a(Lorg/json/JSONObject;)Ljava/lang/String;
|
|
.locals 1
|
|
|
|
.line 0
|
|
if-eqz p0, :cond_1
|
|
|
|
invoke-virtual {p0}, Lorg/json/JSONObject;->length()I
|
|
|
|
move-result v0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
invoke-virtual {p0}, Lorg/json/JSONObject;->toString()Ljava/lang/String;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
|
|
:cond_1
|
|
:goto_0
|
|
const-string p0, ""
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method private static b(Lcom/ironsource/a9;)Ljava/lang/String;
|
|
.locals 1
|
|
|
|
invoke-virtual {p0}, Lcom/ironsource/a9;->d()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
invoke-virtual {p0}, Lcom/ironsource/a9;->a()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
invoke-virtual {p0}, Lcom/ironsource/a9;->d()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {p0}, Lcom/ironsource/a9;->a()Ljava/lang/String;
|
|
|
|
move-result-object p0
|
|
|
|
filled-new-array {v0, p0}, [Ljava/lang/Object;
|
|
|
|
move-result-object p0
|
|
|
|
const-string v0, ", \'%1$s\', \'%2$s\'"
|
|
|
|
invoke-static {v0, p0}, Ljava/lang/String;->format(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
|
|
:cond_0
|
|
const-string p0, ""
|
|
|
|
return-object p0
|
|
.end method
|