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

87 lines
1.7 KiB
Smali

.class Lcom/applovin/impl/y5$d;
.super Landroid/os/Handler;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/applovin/impl/y5;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = "d"
.end annotation
# instance fields
.field final synthetic a:Lcom/applovin/impl/y5;
# direct methods
.method public constructor <init>(Lcom/applovin/impl/y5;Landroid/os/Looper;)V
.locals 0
iput-object p1, p0, Lcom/applovin/impl/y5$d;->a:Lcom/applovin/impl/y5;
.line 829
invoke-direct {p0, p2}, Landroid/os/Handler;-><init>(Landroid/os/Looper;)V
return-void
.end method
# virtual methods
.method public handleMessage(Landroid/os/Message;)V
.locals 4
.line 834
iget-object v0, p1, Landroid/os/Message;->obj:Ljava/lang/Object;
check-cast v0, [B
if-nez v0, :cond_0
return-void
:cond_0
iget-object v1, p0, Lcom/applovin/impl/y5$d;->a:Lcom/applovin/impl/y5;
.line 839
invoke-static {v1}, Lcom/applovin/impl/y5;->f(Lcom/applovin/impl/y5;)Ljava/util/List;
move-result-object v1
invoke-interface {v1}, Ljava/util/List;->iterator()Ljava/util/Iterator;
move-result-object v1
:cond_1
invoke-interface {v1}, Ljava/util/Iterator;->hasNext()Z
move-result v2
if-eqz v2, :cond_2
invoke-interface {v1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v2
check-cast v2, Lcom/applovin/impl/x5;
.line 840
invoke-virtual {v2, v0}, Lcom/applovin/impl/x5;->a([B)Z
move-result v3
if-eqz v3, :cond_1
.line 841
iget p1, p1, Landroid/os/Message;->what:I
invoke-virtual {v2, p1}, Lcom/applovin/impl/x5;->a(I)V
:cond_2
return-void
.end method