- 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
125 lines
3.0 KiB
Smali
125 lines
3.0 KiB
Smali
.class public Lcom/fyber/inneractive/sdk/network/h;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static a(Ljava/io/FilterInputStream;ILjava/lang/String;Ljava/util/Map;Ljava/lang/String;)Lcom/fyber/inneractive/sdk/network/j;
|
|
.locals 8
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/fyber/inneractive/sdk/network/x0;,
|
|
Lcom/fyber/inneractive/sdk/network/b;
|
|
}
|
|
.end annotation
|
|
|
|
const/4 v0, 0x0
|
|
|
|
.line 1
|
|
:try_start_0
|
|
new-instance v7, Lcom/fyber/inneractive/sdk/network/j;
|
|
|
|
move-object v1, v7
|
|
|
|
move-object v2, p0
|
|
|
|
move v3, p1
|
|
|
|
move-object v4, p2
|
|
|
|
move-object v5, p3
|
|
|
|
move-object v6, p4
|
|
|
|
invoke-direct/range {v1 .. v6}, Lcom/fyber/inneractive/sdk/network/j;-><init>(Ljava/io/FilterInputStream;ILjava/lang/String;Ljava/util/Map;Ljava/lang/String;)V
|
|
|
|
iget p0, v7, Lcom/fyber/inneractive/sdk/network/j;->a:I
|
|
|
|
.line 3
|
|
div-int/lit8 p0, p0, 0x64
|
|
|
|
const/4 p1, 0x5
|
|
|
|
if-eq p0, p1, :cond_0
|
|
|
|
return-object v7
|
|
|
|
.line 4
|
|
:cond_0
|
|
new-instance p0, Lcom/fyber/inneractive/sdk/network/b;
|
|
|
|
const-string p1, "server returned error %d"
|
|
|
|
const/4 p2, 0x1
|
|
|
|
new-array p2, p2, [Ljava/lang/Object;
|
|
|
|
iget p3, v7, Lcom/fyber/inneractive/sdk/network/j;->a:I
|
|
|
|
.line 6
|
|
invoke-static {p3}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object p3
|
|
|
|
aput-object p3, p2, v0
|
|
|
|
invoke-static {p1, p2}, Ljava/lang/String;->format(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-direct {p0, p1}, Lcom/fyber/inneractive/sdk/network/b;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p0
|
|
:try_end_0
|
|
.catch Lcom/fyber/inneractive/sdk/network/b; {:try_start_0 .. :try_end_0} :catch_1
|
|
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
:catch_0
|
|
move-exception p0
|
|
|
|
goto :goto_0
|
|
|
|
:catch_1
|
|
move-exception p0
|
|
|
|
goto :goto_1
|
|
|
|
:goto_0
|
|
new-array p1, v0, [Ljava/lang/Object;
|
|
|
|
const-string p2, "failed reading network response"
|
|
|
|
.line 14
|
|
invoke-static {p2, p0, p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/Object;)V
|
|
|
|
.line 15
|
|
new-instance p1, Lcom/fyber/inneractive/sdk/network/x0;
|
|
|
|
invoke-direct {p1, p0}, Lcom/fyber/inneractive/sdk/network/x0;-><init>(Ljava/lang/Exception;)V
|
|
|
|
throw p1
|
|
|
|
:goto_1
|
|
new-array p1, v0, [Ljava/lang/Object;
|
|
|
|
const-string p2, "failed executing network request"
|
|
|
|
.line 16
|
|
invoke-static {p2, p0, p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/Object;)V
|
|
|
|
.line 17
|
|
new-instance p1, Lcom/fyber/inneractive/sdk/network/b;
|
|
|
|
invoke-direct {p1, p0}, Lcom/fyber/inneractive/sdk/network/b;-><init>(Ljava/lang/Exception;)V
|
|
|
|
throw p1
|
|
.end method
|