- 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
88 lines
1.5 KiB
Smali
88 lines
1.5 KiB
Smali
.class final Lcom/applovin/impl/hp;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field public final a:Ljava/lang/String;
|
|
|
|
.field public final b:F
|
|
|
|
.field public final c:F
|
|
|
|
.field public final d:I
|
|
|
|
.field public final e:I
|
|
|
|
.field public final f:F
|
|
|
|
.field public final g:F
|
|
|
|
.field public final h:I
|
|
|
|
.field public final i:F
|
|
|
|
.field public final j:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/lang/String;)V
|
|
.locals 11
|
|
|
|
const v2, -0x800001
|
|
|
|
const v3, -0x800001
|
|
|
|
const/high16 v4, -0x80000000
|
|
|
|
const/high16 v5, -0x80000000
|
|
|
|
const v6, -0x800001
|
|
|
|
const v7, -0x800001
|
|
|
|
const/high16 v8, -0x80000000
|
|
|
|
const v9, -0x800001
|
|
|
|
const/high16 v10, -0x80000000
|
|
|
|
move-object v0, p0
|
|
|
|
move-object v1, p1
|
|
|
|
.line 36
|
|
invoke-direct/range {v0 .. v10}, Lcom/applovin/impl/hp;-><init>(Ljava/lang/String;FFIIFFIFI)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Ljava/lang/String;FFIIFFIFI)V
|
|
.locals 0
|
|
|
|
.line 95
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/applovin/impl/hp;->a:Ljava/lang/String;
|
|
|
|
iput p2, p0, Lcom/applovin/impl/hp;->b:F
|
|
|
|
iput p3, p0, Lcom/applovin/impl/hp;->c:F
|
|
|
|
iput p4, p0, Lcom/applovin/impl/hp;->d:I
|
|
|
|
iput p5, p0, Lcom/applovin/impl/hp;->e:I
|
|
|
|
iput p6, p0, Lcom/applovin/impl/hp;->f:F
|
|
|
|
iput p7, p0, Lcom/applovin/impl/hp;->g:F
|
|
|
|
iput p8, p0, Lcom/applovin/impl/hp;->h:I
|
|
|
|
iput p9, p0, Lcom/applovin/impl/hp;->i:F
|
|
|
|
iput p10, p0, Lcom/applovin/impl/hp;->j:I
|
|
|
|
return-void
|
|
.end method
|