- 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
105 lines
1.8 KiB
Smali
105 lines
1.8 KiB
Smali
.class final Lcom/applovin/impl/gi;
|
|
.super Lcom/applovin/impl/i2;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/applovin/impl/gi$b;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/applovin/impl/ho;JJ)V
|
|
.locals 16
|
|
|
|
.line 45
|
|
new-instance v1, Lcom/applovin/impl/i2$b;
|
|
|
|
invoke-direct {v1}, Lcom/applovin/impl/i2$b;-><init>()V
|
|
|
|
new-instance v2, Lcom/applovin/impl/gi$b;
|
|
|
|
const/4 v0, 0x0
|
|
|
|
move-object/from16 v3, p1
|
|
|
|
invoke-direct {v2, v3, v0}, Lcom/applovin/impl/gi$b;-><init>(Lcom/applovin/impl/ho;Lcom/applovin/impl/gi$a;)V
|
|
|
|
const-wide/16 v3, 0x1
|
|
|
|
add-long v7, p2, v3
|
|
|
|
const-wide/16 v5, 0x0
|
|
|
|
const-wide/16 v9, 0x0
|
|
|
|
const-wide/16 v13, 0xbc
|
|
|
|
const/16 v15, 0x3e8
|
|
|
|
move-object/from16 v0, p0
|
|
|
|
move-wide/from16 v3, p2
|
|
|
|
move-wide/from16 v11, p4
|
|
|
|
invoke-direct/range {v0 .. v15}, Lcom/applovin/impl/i2;-><init>(Lcom/applovin/impl/i2$d;Lcom/applovin/impl/i2$f;JJJJJJI)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic a([BI)I
|
|
.locals 0
|
|
|
|
.line 37
|
|
invoke-static {p0, p1}, Lcom/applovin/impl/gi;->b([BI)I
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method private static b([BI)I
|
|
.locals 2
|
|
|
|
.line 207
|
|
aget-byte v0, p0, p1
|
|
|
|
and-int/lit16 v0, v0, 0xff
|
|
|
|
shl-int/lit8 v0, v0, 0x18
|
|
|
|
add-int/lit8 v1, p1, 0x1
|
|
|
|
aget-byte v1, p0, v1
|
|
|
|
and-int/lit16 v1, v1, 0xff
|
|
|
|
shl-int/lit8 v1, v1, 0x10
|
|
|
|
or-int/2addr v0, v1
|
|
|
|
add-int/lit8 v1, p1, 0x2
|
|
|
|
aget-byte v1, p0, v1
|
|
|
|
and-int/lit16 v1, v1, 0xff
|
|
|
|
shl-int/lit8 v1, v1, 0x8
|
|
|
|
or-int/2addr v0, v1
|
|
|
|
add-int/lit8 p1, p1, 0x3
|
|
|
|
aget-byte p0, p0, p1
|
|
|
|
and-int/lit16 p0, p0, 0xff
|
|
|
|
or-int/2addr p0, v0
|
|
|
|
return p0
|
|
.end method
|