- 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
49 lines
813 B
Smali
49 lines
813 B
Smali
.class public Lcom/applovin/impl/lj$a;
|
|
.super Lcom/applovin/impl/ij$b;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/applovin/impl/lj;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/applovin/impl/lj;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "a"
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 2
|
|
|
|
const-wide v0, -0x7fffffffffffffffL # -4.9E-324
|
|
|
|
.line 47
|
|
invoke-direct {p0, v0, v1}, Lcom/applovin/impl/ij$b;-><init>(J)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a(J)J
|
|
.locals 0
|
|
|
|
const-wide/16 p1, 0x0
|
|
|
|
return-wide p1
|
|
.end method
|
|
|
|
.method public c()J
|
|
.locals 2
|
|
|
|
const-wide/16 v0, -0x1
|
|
|
|
return-wide v0
|
|
.end method
|