Files
rr3-apk/smali_classes2/com/fyber/inneractive/sdk/cache/d.smali
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

157 lines
3.3 KiB
Smali

.class public final Lcom/fyber/inneractive/sdk/cache/d;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/fyber/inneractive/sdk/cache/a;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcom/fyber/inneractive/sdk/cache/a<",
"Lcom/fyber/inneractive/sdk/config/k;",
">;"
}
.end annotation
# static fields
.field public static final a:Ljava/lang/String;
# direct methods
.method public static constructor <clinit>()V
.locals 2
const-string v0, "cdn2.inner-active.mobi/ia-sdk-config/"
filled-new-array {v0}, [Ljava/lang/Object;
move-result-object v0
const-string v1, "https://%sconfig_android.json"
.line 1
invoke-static {v1, v0}, Ljava/lang/String;->format(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
move-result-object v0
sput-object v0, Lcom/fyber/inneractive/sdk/cache/d;->a:Ljava/lang/String;
return-void
.end method
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final a(Ljava/lang/String;)Ljava/lang/Object;
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Exception;
}
.end annotation
.line 2
:try_start_0
new-instance v0, Lorg/json/JSONObject;
invoke-direct {v0, p1}, Lorg/json/JSONObject;-><init>(Ljava/lang/String;)V
.line 3
invoke-static {v0}, Lcom/fyber/inneractive/sdk/config/k;->a(Lorg/json/JSONObject;)Lcom/fyber/inneractive/sdk/config/k;
move-result-object p1
:try_end_0
.catch Lorg/json/JSONException; {:try_start_0 .. :try_end_0} :catch_0
return-object p1
:catch_0
move-exception p1
const/4 v0, 0x0
new-array v0, v0, [Ljava/lang/Object;
const-string v1, "internal error while parsing global config file"
.line 5
invoke-static {v1, v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->b(Ljava/lang/String;[Ljava/lang/Object;)V
.line 6
throw p1
.end method
.method public final a()Ljava/lang/String;
.locals 1
.line 0
const-string v0, "IALastModifiedFromHeader.global"
return-object v0
.end method
.method public final bridge synthetic a(Ljava/lang/Object;)V
.locals 0
.line 1
check-cast p1, Lcom/fyber/inneractive/sdk/config/k;
return-void
.end method
.method public final b()Ljava/lang/String;
.locals 1
const-string v0, "ia-global.config"
return-object v0
.end method
.method public final c()Z
.locals 1
const/4 v0, 0x1
return v0
.end method
.method public final getUrl()Ljava/lang/String;
.locals 2
.line 1
sget v0, Lcom/fyber/inneractive/sdk/config/g;->a:I
const-string v0, "ia.testEnvironmentConfiguration.globalConfigUrl"
.line 2
invoke-static {v0}, Ljava/lang/System;->getProperty(Ljava/lang/String;)Ljava/lang/String;
move-result-object v1
if-nez v1, :cond_0
sget-object v0, Lcom/fyber/inneractive/sdk/cache/d;->a:Ljava/lang/String;
goto :goto_0
.line 4
:cond_0
invoke-static {v0}, Ljava/lang/System;->getProperty(Ljava/lang/String;)Ljava/lang/String;
move-result-object v0
:goto_0
return-object v0
.end method