- 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
70 lines
1.3 KiB
Smali
70 lines
1.3 KiB
Smali
.class public final Lcom/applovin/impl/ud;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field public final a:I
|
|
|
|
.field public final b:I
|
|
|
|
.field public final c:Lcom/applovin/impl/f9;
|
|
|
|
.field public final d:I
|
|
|
|
.field public final e:Ljava/lang/Object;
|
|
|
|
.field public final f:J
|
|
|
|
.field public final g:J
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(I)V
|
|
.locals 10
|
|
|
|
const/4 v2, -0x1
|
|
|
|
const/4 v3, 0x0
|
|
|
|
const/4 v4, 0x0
|
|
|
|
const/4 v5, 0x0
|
|
|
|
const-wide v6, -0x7fffffffffffffffL # -4.9E-324
|
|
|
|
const-wide v8, -0x7fffffffffffffffL # -4.9E-324
|
|
|
|
move-object v0, p0
|
|
|
|
move v1, p1
|
|
|
|
.line 64
|
|
invoke-direct/range {v0 .. v9}, Lcom/applovin/impl/ud;-><init>(IILcom/applovin/impl/f9;ILjava/lang/Object;JJ)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(IILcom/applovin/impl/f9;ILjava/lang/Object;JJ)V
|
|
.locals 0
|
|
|
|
.line 156
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput p1, p0, Lcom/applovin/impl/ud;->a:I
|
|
|
|
iput p2, p0, Lcom/applovin/impl/ud;->b:I
|
|
|
|
iput-object p3, p0, Lcom/applovin/impl/ud;->c:Lcom/applovin/impl/f9;
|
|
|
|
iput p4, p0, Lcom/applovin/impl/ud;->d:I
|
|
|
|
iput-object p5, p0, Lcom/applovin/impl/ud;->e:Ljava/lang/Object;
|
|
|
|
iput-wide p6, p0, Lcom/applovin/impl/ud;->f:J
|
|
|
|
iput-wide p8, p0, Lcom/applovin/impl/ud;->g:J
|
|
|
|
return-void
|
|
.end method
|