- 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
97 lines
1.4 KiB
Smali
97 lines
1.4 KiB
Smali
.class abstract Lcom/applovin/impl/ka;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public static a(I)I
|
|
.locals 4
|
|
|
|
int-to-long v0, p0
|
|
|
|
const-wide/32 v2, -0x3361d2af
|
|
|
|
mul-long/2addr v0, v2
|
|
|
|
long-to-int p0, v0
|
|
|
|
const/16 v0, 0xf
|
|
|
|
.line 115
|
|
invoke-static {p0, v0}, Ljava/lang/Integer;->rotateLeft(II)I
|
|
|
|
move-result p0
|
|
|
|
int-to-long v0, p0
|
|
|
|
const-wide/32 v2, 0x1b873593
|
|
|
|
mul-long/2addr v0, v2
|
|
|
|
long-to-int p0, v0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static a(ID)I
|
|
.locals 3
|
|
|
|
const/4 v0, 0x2
|
|
|
|
.line 63
|
|
invoke-static {p0, v0}, Ljava/lang/Math;->max(II)I
|
|
|
|
move-result p0
|
|
|
|
.line 64
|
|
invoke-static {p0}, Ljava/lang/Integer;->highestOneBit(I)I
|
|
|
|
move-result v0
|
|
|
|
int-to-double v1, v0
|
|
|
|
mul-double/2addr p1, v1
|
|
|
|
double-to-int p1, p1
|
|
|
|
if-le p0, p1, :cond_1
|
|
|
|
shl-int/lit8 p0, v0, 0x1
|
|
|
|
if-lez p0, :cond_0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/high16 p0, 0x40000000 # 2.0f
|
|
|
|
:goto_0
|
|
return p0
|
|
|
|
:cond_1
|
|
return v0
|
|
.end method
|
|
|
|
.method public static a(Ljava/lang/Object;)I
|
|
.locals 0
|
|
|
|
if-nez p0, :cond_0
|
|
|
|
const/4 p0, 0x0
|
|
|
|
goto :goto_0
|
|
|
|
.line 170
|
|
:cond_0
|
|
invoke-virtual {p0}, Ljava/lang/Object;->hashCode()I
|
|
|
|
move-result p0
|
|
|
|
:goto_0
|
|
invoke-static {p0}, Lcom/applovin/impl/ka;->a(I)I
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|