- 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
122 lines
1.9 KiB
Smali
122 lines
1.9 KiB
Smali
.class public Lcom/applovin/impl/g6;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/applovin/impl/mc;
|
|
|
|
|
|
# instance fields
|
|
.field private final a:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
const/4 v0, -0x1
|
|
|
|
.line 60
|
|
invoke-direct {p0, v0}, Lcom/applovin/impl/g6;-><init>(I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(I)V
|
|
.locals 0
|
|
|
|
.line 128
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput p1, p0, Lcom/applovin/impl/g6;->a:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a(I)I
|
|
.locals 2
|
|
|
|
.line 0
|
|
iget v0, p0, Lcom/applovin/impl/g6;->a:I
|
|
|
|
const/4 v1, -0x1
|
|
|
|
if-ne v0, v1, :cond_1
|
|
|
|
const/4 v0, 0x7
|
|
|
|
if-ne p1, v0, :cond_0
|
|
|
|
const/4 p1, 0x6
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p1, 0x3
|
|
|
|
:goto_0
|
|
return p1
|
|
|
|
:cond_1
|
|
return v0
|
|
.end method
|
|
|
|
.method public a(Lcom/applovin/impl/mc$a;)J
|
|
.locals 2
|
|
|
|
.line 238
|
|
iget-object v0, p1, Lcom/applovin/impl/mc$a;->c:Ljava/io/IOException;
|
|
|
|
.line 243
|
|
instance-of v1, v0, Lcom/applovin/impl/dh;
|
|
|
|
if-nez v1, :cond_1
|
|
|
|
instance-of v1, v0, Ljava/io/FileNotFoundException;
|
|
|
|
if-nez v1, :cond_1
|
|
|
|
instance-of v1, v0, Lcom/applovin/impl/qa$a;
|
|
|
|
if-nez v1, :cond_1
|
|
|
|
instance-of v1, v0, Lcom/applovin/impl/oc$h;
|
|
|
|
if-nez v1, :cond_1
|
|
|
|
invoke-static {v0}, Lcom/applovin/impl/j5;->a(Ljava/io/IOException;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
goto :goto_0
|
|
|
|
.line 245
|
|
:cond_0
|
|
iget p1, p1, Lcom/applovin/impl/mc$a;->d:I
|
|
|
|
add-int/lit8 p1, p1, -0x1
|
|
|
|
mul-int/lit16 p1, p1, 0x3e8
|
|
|
|
const/16 v0, 0x1388
|
|
|
|
invoke-static {p1, v0}, Ljava/lang/Math;->min(II)I
|
|
|
|
move-result p1
|
|
|
|
int-to-long v0, p1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_1
|
|
:goto_0
|
|
const-wide v0, -0x7fffffffffffffffL # -4.9E-324
|
|
|
|
:goto_1
|
|
return-wide v0
|
|
.end method
|