- 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
68 lines
1.6 KiB
Smali
68 lines
1.6 KiB
Smali
.class public final Lcom/ironsource/zg;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field private final a:Ljava/util/ArrayList;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/util/ArrayList<",
|
|
"Ljava/lang/String;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field private final b:Lcom/ironsource/cd;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 2
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
new-instance v0, Ljava/util/ArrayList;
|
|
|
|
new-instance v1, Lcom/ironsource/yg;
|
|
|
|
invoke-direct {v1}, Lcom/ironsource/yg;-><init>()V
|
|
|
|
invoke-virtual {v1}, Lcom/ironsource/yg;->a()Ljava/util/List;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-direct {v0, v1}, Ljava/util/ArrayList;-><init>(Ljava/util/Collection;)V
|
|
|
|
iput-object v0, p0, Lcom/ironsource/zg;->a:Ljava/util/ArrayList;
|
|
|
|
new-instance v0, Lcom/ironsource/cd;
|
|
|
|
invoke-direct {v0}, Lcom/ironsource/cd;-><init>()V
|
|
|
|
iput-object v0, p0, Lcom/ironsource/zg;->b:Lcom/ironsource/cd;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final a()Lorg/json/JSONObject;
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Lcom/ironsource/zg;->b:Lcom/ironsource/cd;
|
|
|
|
iget-object v1, p0, Lcom/ironsource/zg;->a:Ljava/util/ArrayList;
|
|
|
|
invoke-virtual {v0, v1}, Lcom/ironsource/cd;->a(Ljava/util/List;)Lorg/json/JSONObject;
|
|
|
|
move-result-object v0
|
|
|
|
const-string v1, "mGlobalDataReader.getDataByKeys(mInitKeyList)"
|
|
|
|
invoke-static {v0, v1}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
return-object v0
|
|
.end method
|