- 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
71 lines
1.4 KiB
Smali
71 lines
1.4 KiB
Smali
.class final Lcom/applovin/impl/nr$a;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/applovin/impl/nr;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "a"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public final a:I
|
|
|
|
.field public final b:J
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>(IJ)V
|
|
.locals 0
|
|
|
|
.line 165
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput p1, p0, Lcom/applovin/impl/nr$a;->a:I
|
|
|
|
iput-wide p2, p0, Lcom/applovin/impl/nr$a;->b:J
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static a(Lcom/applovin/impl/l8;Lcom/applovin/impl/bh;)Lcom/applovin/impl/nr$a;
|
|
.locals 3
|
|
|
|
.line 180
|
|
invoke-virtual {p1}, Lcom/applovin/impl/bh;->c()[B
|
|
|
|
move-result-object v0
|
|
|
|
const/16 v1, 0x8
|
|
|
|
const/4 v2, 0x0
|
|
|
|
invoke-interface {p0, v0, v2, v1}, Lcom/applovin/impl/l8;->c([BII)V
|
|
|
|
.line 181
|
|
invoke-virtual {p1, v2}, Lcom/applovin/impl/bh;->f(I)V
|
|
|
|
.line 183
|
|
invoke-virtual {p1}, Lcom/applovin/impl/bh;->j()I
|
|
|
|
move-result p0
|
|
|
|
.line 184
|
|
invoke-virtual {p1}, Lcom/applovin/impl/bh;->p()J
|
|
|
|
move-result-wide v0
|
|
|
|
.line 186
|
|
new-instance p1, Lcom/applovin/impl/nr$a;
|
|
|
|
invoke-direct {p1, p0, v0, v1}, Lcom/applovin/impl/nr$a;-><init>(IJ)V
|
|
|
|
return-object p1
|
|
.end method
|