- 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
80 lines
1.7 KiB
Smali
80 lines
1.7 KiB
Smali
.class public final Lcom/applovin/impl/s0$b;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/applovin/impl/s0;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "b"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final a:Lcom/applovin/impl/b9;
|
|
|
|
.field private final b:Landroid/util/SparseArray;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/applovin/impl/b9;Landroid/util/SparseArray;)V
|
|
.locals 4
|
|
|
|
.line 91
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/applovin/impl/s0$b;->a:Lcom/applovin/impl/b9;
|
|
|
|
.line 93
|
|
new-instance v0, Landroid/util/SparseArray;
|
|
|
|
invoke-virtual {p1}, Lcom/applovin/impl/b9;->a()I
|
|
|
|
move-result v1
|
|
|
|
invoke-direct {v0, v1}, Landroid/util/SparseArray;-><init>(I)V
|
|
|
|
const/4 v1, 0x0
|
|
|
|
.line 94
|
|
:goto_0
|
|
invoke-virtual {p1}, Lcom/applovin/impl/b9;->a()I
|
|
|
|
move-result v2
|
|
|
|
if-ge v1, v2, :cond_0
|
|
|
|
.line 95
|
|
invoke-virtual {p1, v1}, Lcom/applovin/impl/b9;->b(I)I
|
|
|
|
move-result v2
|
|
|
|
.line 96
|
|
invoke-virtual {p2, v2}, Landroid/util/SparseArray;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v3
|
|
|
|
check-cast v3, Lcom/applovin/impl/s0$a;
|
|
|
|
invoke-static {v3}, Lcom/applovin/impl/b1;->a(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object v3
|
|
|
|
check-cast v3, Lcom/applovin/impl/s0$a;
|
|
|
|
invoke-virtual {v0, v2, v3}, Landroid/util/SparseArray;->append(ILjava/lang/Object;)V
|
|
|
|
add-int/lit8 v1, v1, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
iput-object v0, p0, Lcom/applovin/impl/s0$b;->b:Landroid/util/SparseArray;
|
|
|
|
return-void
|
|
.end method
|