Files
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

232 lines
4.9 KiB
Smali

.class public final Lcom/ironsource/m6$b;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/ironsource/m6;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "b"
.end annotation
# instance fields
.field private final a:Ljava/lang/Integer;
.field private final b:Ljava/lang/Boolean;
.field private final c:Ljava/lang/Boolean;
.field private final d:F
.field private final e:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Ljava/lang/String;",
">;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(Lorg/json/JSONObject;)V
.locals 3
const-string v0, "features"
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, "bannerInterval"
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->has(Ljava/lang/String;)Z
move-result v1
const/4 v2, 0x0
if-eqz v1, :cond_0
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->optInt(Ljava/lang/String;)I
move-result v0
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v0
goto :goto_0
:cond_0
move-object v0, v2
:goto_0
iput-object v0, p0, Lcom/ironsource/m6$b;->a:Ljava/lang/Integer;
const-string v0, "isAutoRefresh"
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->has(Ljava/lang/String;)Z
move-result v1
if-eqz v1, :cond_1
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->optBoolean(Ljava/lang/String;)Z
move-result v0
invoke-static {v0}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object v0
goto :goto_1
:cond_1
move-object v0, v2
:goto_1
iput-object v0, p0, Lcom/ironsource/m6$b;->b:Ljava/lang/Boolean;
const-string v0, "isLoadWhileShow"
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->has(Ljava/lang/String;)Z
move-result v1
if-eqz v1, :cond_2
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->optBoolean(Ljava/lang/String;)Z
move-result v0
invoke-static {v0}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object v2
:cond_2
iput-object v2, p0, Lcom/ironsource/m6$b;->c:Ljava/lang/Boolean;
const-string v0, "maxScreenHeightPercentage"
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->has(Ljava/lang/String;)Z
move-result v1
if-eqz v1, :cond_3
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->optInt(Ljava/lang/String;)I
move-result v0
int-to-float v0, v0
const/high16 v1, 0x42c80000 # 100.0f
div-float/2addr v0, v1
goto :goto_2
:cond_3
const v0, 0x3e19999a # 0.15f
:goto_2
iput v0, p0, Lcom/ironsource/m6$b;->d:F
const-string v0, "adaptiveFallbackSizes"
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->has(Ljava/lang/String;)Z
move-result v1
if-eqz v1, :cond_4
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->getJSONArray(Ljava/lang/String;)Lorg/json/JSONArray;
move-result-object p1
invoke-static {p1}, Lcom/ironsource/hj;->b(Lorg/json/JSONArray;)Ljava/util/List;
move-result-object p1
goto :goto_3
:cond_4
const-string p1, "BANNER"
const-string v0, "LEADERBOARD"
filled-new-array {p1, v0}, [Ljava/lang/String;
move-result-object p1
invoke-static {p1}, Lkotlin/collections/CollectionsKt;->listOf([Ljava/lang/Object;)Ljava/util/List;
move-result-object p1
:goto_3
const-string v0, "BANNER_CONFIGURATIONS_AD\u2026ZE_LEADERBOARD)\n }"
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V
iput-object p1, p0, Lcom/ironsource/m6$b;->e:Ljava/util/List;
return-void
.end method
# virtual methods
.method public final a()Ljava/util/List;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Ljava/lang/String;",
">;"
}
.end annotation
iget-object v0, p0, Lcom/ironsource/m6$b;->e:Ljava/util/List;
return-object v0
.end method
.method public final b()Ljava/lang/Integer;
.locals 1
iget-object v0, p0, Lcom/ironsource/m6$b;->a:Ljava/lang/Integer;
return-object v0
.end method
.method public final c()F
.locals 1
iget v0, p0, Lcom/ironsource/m6$b;->d:F
return v0
.end method
.method public final d()Ljava/lang/Boolean;
.locals 1
iget-object v0, p0, Lcom/ironsource/m6$b;->b:Ljava/lang/Boolean;
return-object v0
.end method
.method public final e()Ljava/lang/Boolean;
.locals 1
iget-object v0, p0, Lcom/ironsource/m6$b;->c:Ljava/lang/Boolean;
return-object v0
.end method