- 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
98 lines
1.8 KiB
Smali
98 lines
1.8 KiB
Smali
.class public final Lcom/ironsource/yk;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field private final a:I
|
|
|
|
.field private final b:I
|
|
|
|
.field private final c:I
|
|
|
|
.field private final d:Z
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lorg/json/JSONObject;)V
|
|
.locals 2
|
|
|
|
const-string v0, "applicationLogger"
|
|
|
|
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
const-string v0, "server"
|
|
|
|
const/4 v1, 0x3
|
|
|
|
invoke-virtual {p1, v0, v1}, Lorg/json/JSONObject;->optInt(Ljava/lang/String;I)I
|
|
|
|
move-result v0
|
|
|
|
iput v0, p0, Lcom/ironsource/yk;->a:I
|
|
|
|
const-string v0, "publisher"
|
|
|
|
invoke-virtual {p1, v0, v1}, Lorg/json/JSONObject;->optInt(Ljava/lang/String;I)I
|
|
|
|
move-result v0
|
|
|
|
iput v0, p0, Lcom/ironsource/yk;->b:I
|
|
|
|
const-string v0, "console"
|
|
|
|
invoke-virtual {p1, v0, v1}, Lorg/json/JSONObject;->optInt(Ljava/lang/String;I)I
|
|
|
|
move-result v0
|
|
|
|
iput v0, p0, Lcom/ironsource/yk;->c:I
|
|
|
|
const-string v0, "shouldSendPublisherLogsOnUIThread"
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-virtual {p1, v0, v1}, Lorg/json/JSONObject;->optBoolean(Ljava/lang/String;Z)Z
|
|
|
|
move-result p1
|
|
|
|
iput-boolean p1, p0, Lcom/ironsource/yk;->d:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final a()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/ironsource/yk;->c:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final b()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/ironsource/yk;->b:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final c()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/ironsource/yk;->a:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final d()Z
|
|
.locals 1
|
|
|
|
iget-boolean v0, p0, Lcom/ironsource/yk;->d:Z
|
|
|
|
return v0
|
|
.end method
|