- 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
60 lines
1.0 KiB
Smali
60 lines
1.0 KiB
Smali
.class public final Lcom/applovin/impl/t8;
|
|
.super Lcom/applovin/impl/f2;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field private final h:I
|
|
|
|
.field private final i:Ljava/lang/Object;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/applovin/impl/oo;II)V
|
|
.locals 6
|
|
|
|
const/4 v4, 0x0
|
|
|
|
const/4 v5, 0x0
|
|
|
|
move-object v0, p0
|
|
|
|
move-object v1, p1
|
|
|
|
move v2, p2
|
|
|
|
move v3, p3
|
|
|
|
.line 46
|
|
invoke-direct/range {v0 .. v5}, Lcom/applovin/impl/t8;-><init>(Lcom/applovin/impl/oo;IIILjava/lang/Object;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Lcom/applovin/impl/oo;IIILjava/lang/Object;)V
|
|
.locals 0
|
|
|
|
filled-new-array {p2}, [I
|
|
|
|
move-result-object p2
|
|
|
|
.line 104
|
|
invoke-direct {p0, p1, p2, p3}, Lcom/applovin/impl/f2;-><init>(Lcom/applovin/impl/oo;[II)V
|
|
|
|
iput p4, p0, Lcom/applovin/impl/t8;->h:I
|
|
|
|
iput-object p5, p0, Lcom/applovin/impl/t8;->i:Ljava/lang/Object;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public h()I
|
|
.locals 1
|
|
|
|
const/4 v0, 0x0
|
|
|
|
return v0
|
|
.end method
|