- 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
146 lines
3.0 KiB
Smali
146 lines
3.0 KiB
Smali
.class public final Lcom/ironsource/c9;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/ironsource/be;
|
|
|
|
|
|
# instance fields
|
|
.field private final a:Ljava/lang/String;
|
|
|
|
.field private final b:Ljava/lang/String;
|
|
|
|
.field private final c:Z
|
|
|
|
.field private final d:Lcom/ironsource/vn;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 7
|
|
|
|
.line 0
|
|
const/4 v1, 0x0
|
|
|
|
const/4 v2, 0x0
|
|
|
|
const/4 v3, 0x0
|
|
|
|
const/4 v4, 0x0
|
|
|
|
const/16 v5, 0xf
|
|
|
|
const/4 v6, 0x0
|
|
|
|
move-object v0, p0
|
|
|
|
invoke-direct/range {v0 .. v6}, Lcom/ironsource/c9;-><init>(Ljava/lang/String;Ljava/lang/String;ZLcom/ironsource/vn;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;ZLcom/ironsource/vn;)V
|
|
.locals 1
|
|
|
|
.line 0
|
|
const-string v0, "controllerUrl"
|
|
|
|
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
const-string v0, "cacheFolder"
|
|
|
|
invoke-static {p2, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
const-string v0, "rootFolder"
|
|
|
|
invoke-static {p4, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/ironsource/c9;->a:Ljava/lang/String;
|
|
|
|
iput-object p2, p0, Lcom/ironsource/c9;->b:Ljava/lang/String;
|
|
|
|
iput-boolean p3, p0, Lcom/ironsource/c9;->c:Z
|
|
|
|
iput-object p4, p0, Lcom/ironsource/c9;->d:Lcom/ironsource/vn;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public synthetic constructor <init>(Ljava/lang/String;Ljava/lang/String;ZLcom/ironsource/vn;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
.locals 1
|
|
|
|
.line 0
|
|
and-int/lit8 p6, p5, 0x1
|
|
|
|
const-string v0, ""
|
|
|
|
if-eqz p6, :cond_0
|
|
|
|
move-object p1, v0
|
|
|
|
:cond_0
|
|
and-int/lit8 p6, p5, 0x2
|
|
|
|
if-eqz p6, :cond_1
|
|
|
|
move-object p2, v0
|
|
|
|
:cond_1
|
|
and-int/lit8 p6, p5, 0x4
|
|
|
|
if-eqz p6, :cond_2
|
|
|
|
const/4 p3, 0x0
|
|
|
|
:cond_2
|
|
and-int/lit8 p5, p5, 0x8
|
|
|
|
if-eqz p5, :cond_3
|
|
|
|
new-instance p4, Lcom/ironsource/vn;
|
|
|
|
invoke-direct {p4, p1}, Lcom/ironsource/vn;-><init>(Ljava/lang/String;)V
|
|
|
|
:cond_3
|
|
invoke-direct {p0, p1, p2, p3, p4}, Lcom/ironsource/c9;-><init>(Ljava/lang/String;Ljava/lang/String;ZLcom/ironsource/vn;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a()Lcom/ironsource/vn;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/ironsource/c9;->d:Lcom/ironsource/vn;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public b()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/ironsource/c9;->b:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public c()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/ironsource/c9;->a:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public d()Z
|
|
.locals 1
|
|
|
|
iget-boolean v0, p0, Lcom/ironsource/c9;->c:Z
|
|
|
|
return v0
|
|
.end method
|