- 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
87 lines
1.4 KiB
Smali
87 lines
1.4 KiB
Smali
.class final Lcom/applovin/impl/dl;
|
|
.super Lcom/applovin/impl/h9;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field private final b:J
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/applovin/impl/l8;J)V
|
|
.locals 2
|
|
|
|
.line 46
|
|
invoke-direct {p0, p1}, Lcom/applovin/impl/h9;-><init>(Lcom/applovin/impl/l8;)V
|
|
|
|
.line 47
|
|
invoke-interface {p1}, Lcom/applovin/impl/l8;->f()J
|
|
|
|
move-result-wide v0
|
|
|
|
cmp-long p1, v0, p2
|
|
|
|
if-ltz p1, :cond_0
|
|
|
|
const/4 p1, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p1, 0x0
|
|
|
|
:goto_0
|
|
invoke-static {p1}, Lcom/applovin/impl/b1;->a(Z)V
|
|
|
|
iput-wide p2, p0, Lcom/applovin/impl/dl;->b:J
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a()J
|
|
.locals 4
|
|
|
|
.line 63
|
|
invoke-super {p0}, Lcom/applovin/impl/h9;->a()J
|
|
|
|
move-result-wide v0
|
|
|
|
iget-wide v2, p0, Lcom/applovin/impl/dl;->b:J
|
|
|
|
sub-long/2addr v0, v2
|
|
|
|
return-wide v0
|
|
.end method
|
|
|
|
.method public d()J
|
|
.locals 4
|
|
|
|
.line 58
|
|
invoke-super {p0}, Lcom/applovin/impl/h9;->d()J
|
|
|
|
move-result-wide v0
|
|
|
|
iget-wide v2, p0, Lcom/applovin/impl/dl;->b:J
|
|
|
|
sub-long/2addr v0, v2
|
|
|
|
return-wide v0
|
|
.end method
|
|
|
|
.method public f()J
|
|
.locals 4
|
|
|
|
.line 53
|
|
invoke-super {p0}, Lcom/applovin/impl/h9;->f()J
|
|
|
|
move-result-wide v0
|
|
|
|
iget-wide v2, p0, Lcom/applovin/impl/dl;->b:J
|
|
|
|
sub-long/2addr v0, v2
|
|
|
|
return-wide v0
|
|
.end method
|