- 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
157 lines
3.1 KiB
Smali
157 lines
3.1 KiB
Smali
.class public final Lcom/mbridge/msdk/videocommon/b/b;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field private a:I
|
|
|
|
.field private b:I
|
|
|
|
.field private c:Lcom/mbridge/msdk/videocommon/b/a;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(IILcom/mbridge/msdk/videocommon/b/a;)V
|
|
.locals 0
|
|
|
|
.line 19
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput p1, p0, Lcom/mbridge/msdk/videocommon/b/b;->a:I
|
|
|
|
iput p2, p0, Lcom/mbridge/msdk/videocommon/b/b;->b:I
|
|
|
|
iput-object p3, p0, Lcom/mbridge/msdk/videocommon/b/b;->c:Lcom/mbridge/msdk/videocommon/b/a;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static a(Lorg/json/JSONArray;)Ljava/util/List;
|
|
.locals 7
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Lorg/json/JSONArray;",
|
|
")",
|
|
"Ljava/util/List<",
|
|
"Lcom/mbridge/msdk/videocommon/b/b;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
const/4 v0, 0x0
|
|
|
|
if-eqz p0, :cond_2
|
|
|
|
.line 50
|
|
invoke-virtual {p0}, Lorg/json/JSONArray;->length()I
|
|
|
|
move-result v1
|
|
|
|
if-lez v1, :cond_2
|
|
|
|
.line 51
|
|
new-instance v1, Ljava/util/ArrayList;
|
|
|
|
invoke-direct {v1}, Ljava/util/ArrayList;-><init>()V
|
|
|
|
const/4 v2, 0x0
|
|
|
|
.line 53
|
|
:goto_0
|
|
:try_start_0
|
|
invoke-virtual {p0}, Lorg/json/JSONArray;->length()I
|
|
|
|
move-result v3
|
|
|
|
if-ge v2, v3, :cond_1
|
|
|
|
.line 54
|
|
invoke-virtual {p0, v2}, Lorg/json/JSONArray;->optJSONObject(I)Lorg/json/JSONObject;
|
|
|
|
move-result-object v3
|
|
|
|
const-string v4, "id"
|
|
|
|
.line 55
|
|
invoke-virtual {v3, v4}, Lorg/json/JSONObject;->optInt(Ljava/lang/String;)I
|
|
|
|
move-result v4
|
|
|
|
const-string v5, "timeout"
|
|
|
|
.line 56
|
|
invoke-virtual {v3, v5}, Lorg/json/JSONObject;->optInt(Ljava/lang/String;)I
|
|
|
|
move-result v5
|
|
|
|
const-string v6, "params"
|
|
|
|
.line 58
|
|
invoke-virtual {v3, v6}, Lorg/json/JSONObject;->optJSONObject(Ljava/lang/String;)Lorg/json/JSONObject;
|
|
|
|
move-result-object v3
|
|
|
|
if-eqz v3, :cond_0
|
|
|
|
.line 61
|
|
invoke-static {v3}, Lcom/mbridge/msdk/videocommon/b/a;->a(Lorg/json/JSONObject;)Lcom/mbridge/msdk/videocommon/b/a;
|
|
|
|
move-result-object v3
|
|
|
|
goto :goto_1
|
|
|
|
:catch_0
|
|
move-exception p0
|
|
|
|
goto :goto_2
|
|
|
|
:cond_0
|
|
move-object v3, v0
|
|
|
|
.line 63
|
|
:goto_1
|
|
new-instance v6, Lcom/mbridge/msdk/videocommon/b/b;
|
|
|
|
invoke-direct {v6, v4, v5, v3}, Lcom/mbridge/msdk/videocommon/b/b;-><init>(IILcom/mbridge/msdk/videocommon/b/a;)V
|
|
|
|
.line 65
|
|
invoke-interface {v1, v6}, Ljava/util/List;->add(Ljava/lang/Object;)Z
|
|
:try_end_0
|
|
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
add-int/lit8 v2, v2, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
return-object v1
|
|
|
|
.line 69
|
|
:goto_2
|
|
invoke-virtual {p0}, Ljava/lang/Throwable;->printStackTrace()V
|
|
|
|
:cond_2
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final a()I
|
|
.locals 1
|
|
|
|
.line 0
|
|
iget v0, p0, Lcom/mbridge/msdk/videocommon/b/b;->a:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final b()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/mbridge/msdk/videocommon/b/b;->b:I
|
|
|
|
return v0
|
|
.end method
|