- 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.9 KiB
Smali
97 lines
1.9 KiB
Smali
.class public final Lcom/applovin/impl/uk$b;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/applovin/impl/uk;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "b"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public final a:I
|
|
|
|
.field public final b:J
|
|
|
|
.field public final c:J
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>(IJJ)V
|
|
.locals 0
|
|
|
|
.line 204
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput p1, p0, Lcom/applovin/impl/uk$b;->a:I
|
|
|
|
iput-wide p2, p0, Lcom/applovin/impl/uk$b;->b:J
|
|
|
|
iput-wide p4, p0, Lcom/applovin/impl/uk$b;->c:J
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public synthetic constructor <init>(IJJLcom/applovin/impl/uk$a;)V
|
|
.locals 0
|
|
|
|
.line 404
|
|
invoke-direct/range {p0 .. p5}, Lcom/applovin/impl/uk$b;-><init>(IJJ)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static a(Landroid/os/Parcel;)Lcom/applovin/impl/uk$b;
|
|
.locals 7
|
|
|
|
.line 1
|
|
new-instance v6, Lcom/applovin/impl/uk$b;
|
|
|
|
invoke-virtual {p0}, Landroid/os/Parcel;->readInt()I
|
|
|
|
move-result v1
|
|
|
|
invoke-virtual {p0}, Landroid/os/Parcel;->readLong()J
|
|
|
|
move-result-wide v2
|
|
|
|
invoke-virtual {p0}, Landroid/os/Parcel;->readLong()J
|
|
|
|
move-result-wide v4
|
|
|
|
move-object v0, v6
|
|
|
|
invoke-direct/range {v0 .. v5}, Lcom/applovin/impl/uk$b;-><init>(IJJ)V
|
|
|
|
return-object v6
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public b(Landroid/os/Parcel;)V
|
|
.locals 2
|
|
|
|
iget v0, p0, Lcom/applovin/impl/uk$b;->a:I
|
|
|
|
.line 211
|
|
invoke-virtual {p1, v0}, Landroid/os/Parcel;->writeInt(I)V
|
|
|
|
iget-wide v0, p0, Lcom/applovin/impl/uk$b;->b:J
|
|
|
|
.line 212
|
|
invoke-virtual {p1, v0, v1}, Landroid/os/Parcel;->writeLong(J)V
|
|
|
|
iget-wide v0, p0, Lcom/applovin/impl/uk$b;->c:J
|
|
|
|
.line 213
|
|
invoke-virtual {p1, v0, v1}, Landroid/os/Parcel;->writeLong(J)V
|
|
|
|
return-void
|
|
.end method
|