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

51 lines
928 B
Smali

.class public Lcom/applovin/impl/od;
.super Lcom/applovin/impl/jd;
.source "SourceFile"
# instance fields
.field public final c:I
.field public final d:Z
# direct methods
.method public constructor <init>(Ljava/lang/Throwable;Lcom/applovin/impl/kd;Landroid/view/Surface;)V
.locals 0
.line 36
invoke-direct {p0, p1, p2}, Lcom/applovin/impl/jd;-><init>(Ljava/lang/Throwable;Lcom/applovin/impl/kd;)V
.line 37
invoke-static {p3}, Ljava/lang/System;->identityHashCode(Ljava/lang/Object;)I
move-result p1
iput p1, p0, Lcom/applovin/impl/od;->c:I
if-eqz p3, :cond_1
.line 38
invoke-virtual {p3}, Landroid/view/Surface;->isValid()Z
move-result p1
if-eqz p1, :cond_0
goto :goto_0
:cond_0
const/4 p1, 0x0
goto :goto_1
:cond_1
:goto_0
const/4 p1, 0x1
:goto_1
iput-boolean p1, p0, Lcom/applovin/impl/od;->d:Z
return-void
.end method