Files
rr3-apk/smali/com/applovin/impl/i8$a.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

115 lines
1.8 KiB
Smali

.class final Lcom/applovin/impl/i8$a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/applovin/impl/nl;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/applovin/impl/i8;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "a"
.end annotation
# instance fields
.field private final a:J
.field private final b:Lcom/applovin/impl/eb;
# direct methods
.method public constructor <init>(JLcom/applovin/impl/eb;)V
.locals 0
.line 139
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-wide p1, p0, Lcom/applovin/impl/i8$a;->a:J
iput-object p3, p0, Lcom/applovin/impl/i8$a;->b:Lcom/applovin/impl/eb;
return-void
.end method
# virtual methods
.method public a()I
.locals 1
.line 0
const/4 v0, 0x1
return v0
.end method
.method public a(J)I
.locals 2
.line 0
iget-wide v0, p0, Lcom/applovin/impl/i8$a;->a:J
cmp-long p1, v0, p1
if-lez p1, :cond_0
const/4 p1, 0x0
goto :goto_0
:cond_0
const/4 p1, -0x1
:goto_0
return p1
.end method
.method public a(I)J
.locals 2
if-nez p1, :cond_0
const/4 p1, 0x1
goto :goto_0
:cond_0
const/4 p1, 0x0
.line 156
:goto_0
invoke-static {p1}, Lcom/applovin/impl/b1;->a(Z)V
iget-wide v0, p0, Lcom/applovin/impl/i8$a;->a:J
return-wide v0
.end method
.method public b(J)Ljava/util/List;
.locals 2
iget-wide v0, p0, Lcom/applovin/impl/i8$a;->a:J
cmp-long p1, p1, v0
if-ltz p1, :cond_0
iget-object p1, p0, Lcom/applovin/impl/i8$a;->b:Lcom/applovin/impl/eb;
goto :goto_0
.line 162
:cond_0
invoke-static {}, Lcom/applovin/impl/eb;->h()Lcom/applovin/impl/eb;
move-result-object p1
:goto_0
return-object p1
.end method