Files
rr3-apk/smali/com/applovin/impl/e8$d.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

140 lines
2.3 KiB
Smali

.class final Lcom/applovin/impl/e8$d;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Comparable;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/applovin/impl/e8;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "d"
.end annotation
# instance fields
.field public final a:Lcom/applovin/impl/rh;
.field public b:I
.field public c:J
.field public d:Ljava/lang/Object;
# direct methods
.method public constructor <init>(Lcom/applovin/impl/rh;)V
.locals 0
.line 2967
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/applovin/impl/e8$d;->a:Lcom/applovin/impl/rh;
return-void
.end method
# virtual methods
.method public a(Lcom/applovin/impl/e8$d;)I
.locals 5
iget-object v0, p0, Lcom/applovin/impl/e8$d;->d:Ljava/lang/Object;
const/4 v1, 0x0
const/4 v2, 0x1
if-nez v0, :cond_0
move v3, v2
goto :goto_0
:cond_0
move v3, v1
.line 2979
:goto_0
iget-object v4, p1, Lcom/applovin/impl/e8$d;->d:Ljava/lang/Object;
if-nez v4, :cond_1
move v4, v2
goto :goto_1
:cond_1
move v4, v1
:goto_1
if-eq v3, v4, :cond_3
if-eqz v0, :cond_2
const/4 v2, -0x1
:cond_2
return v2
:cond_3
if-nez v0, :cond_4
return v1
:cond_4
iget v0, p0, Lcom/applovin/impl/e8$d;->b:I
.line 2988
iget v1, p1, Lcom/applovin/impl/e8$d;->b:I
sub-int/2addr v0, v1
if-eqz v0, :cond_5
return v0
:cond_5
iget-wide v0, p0, Lcom/applovin/impl/e8$d;->c:J
.line 2992
iget-wide v2, p1, Lcom/applovin/impl/e8$d;->c:J
invoke-static {v0, v1, v2, v3}, Lcom/applovin/impl/xp;->a(JJ)I
move-result p1
return p1
.end method
.method public a(IJLjava/lang/Object;)V
.locals 0
.line 0
iput p1, p0, Lcom/applovin/impl/e8$d;->b:I
iput-wide p2, p0, Lcom/applovin/impl/e8$d;->c:J
iput-object p4, p0, Lcom/applovin/impl/e8$d;->d:Ljava/lang/Object;
return-void
.end method
.method public bridge synthetic compareTo(Ljava/lang/Object;)I
.locals 0
.line 2959
check-cast p1, Lcom/applovin/impl/e8$d;
invoke-virtual {p0, p1}, Lcom/applovin/impl/e8$d;->a(Lcom/applovin/impl/e8$d;)I
move-result p1
return p1
.end method