- 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
51 lines
1.0 KiB
Smali
51 lines
1.0 KiB
Smali
.class Lcom/applovin/impl/eb$b;
|
|
.super Lcom/applovin/impl/c;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/applovin/impl/eb;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "b"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final c:Lcom/applovin/impl/eb;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/applovin/impl/eb;I)V
|
|
.locals 1
|
|
|
|
.line 378
|
|
invoke-virtual {p1}, Ljava/util/AbstractCollection;->size()I
|
|
|
|
move-result v0
|
|
|
|
invoke-direct {p0, v0, p2}, Lcom/applovin/impl/c;-><init>(II)V
|
|
|
|
iput-object p1, p0, Lcom/applovin/impl/eb$b;->c:Lcom/applovin/impl/eb;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a(I)Ljava/lang/Object;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/applovin/impl/eb$b;->c:Lcom/applovin/impl/eb;
|
|
|
|
.line 384
|
|
invoke-interface {v0, p1}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|