Files
rr3-apk/smali_classes2/com/fyber/inneractive/sdk/dv/e.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

93 lines
2.2 KiB
Smali

.class public final Lcom/fyber/inneractive/sdk/dv/e;
.super Lcom/fyber/inneractive/sdk/response/b;
.source "SourceFile"
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Lcom/fyber/inneractive/sdk/response/b;-><init>()V
return-void
.end method
# virtual methods
.method public final a()Lcom/fyber/inneractive/sdk/response/e;
.locals 1
.line 9
new-instance v0, Lcom/fyber/inneractive/sdk/dv/f;
invoke-direct {v0}, Lcom/fyber/inneractive/sdk/dv/f;-><init>()V
return-object v0
.end method
.method public final a(Ljava/lang/String;Lcom/fyber/inneractive/sdk/config/e0;)V
.locals 2
.line 1
:try_start_0
new-instance v0, Lorg/json/JSONObject;
invoke-direct {v0, p1}, Lorg/json/JSONObject;-><init>(Ljava/lang/String;)V
const-string p1, "adm"
.line 2
invoke-virtual {v0, p1}, Lorg/json/JSONObject;->getString(Ljava/lang/String;)Ljava/lang/String;
move-result-object p1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
.line 3
check-cast v0, Lcom/fyber/inneractive/sdk/dv/f;
.line 4
iput-object p1, v0, Lcom/fyber/inneractive/sdk/dv/f;->K:Ljava/lang/String;
:try_end_0
.catch Lorg/json/JSONException; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_1
:catch_0
move-exception p1
const/4 v0, 0x0
if-eqz p2, :cond_0
.line 5
iget-object p2, p2, Lcom/fyber/inneractive/sdk/config/e0;->b:Ljava/lang/String;
goto :goto_0
:cond_0
move-object p2, v0
.line 6
:goto_0
sget-object v1, Lcom/fyber/inneractive/sdk/dv/enums/a;->Parse:Lcom/fyber/inneractive/sdk/dv/enums/a;
.line 7
invoke-virtual {p1}, Ljava/lang/Throwable;->getLocalizedMessage()Ljava/lang/String;
move-result-object p1
.line 8
invoke-static {p2, v1, v0, v0, p1}, Lcom/fyber/inneractive/sdk/dv/handler/c;->a(Ljava/lang/String;Lcom/fyber/inneractive/sdk/dv/enums/a;Lcom/fyber/inneractive/sdk/external/InneractiveAdRequest;Lcom/fyber/inneractive/sdk/dv/f;Ljava/lang/String;)V
:goto_1
return-void
.end method
.method public final c()V
.locals 0
return-void
.end method