- 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
52 lines
1.0 KiB
Smali
52 lines
1.0 KiB
Smali
.class final Lcom/applovin/impl/e8$g;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/applovin/impl/e8;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "g"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public final a:Lcom/applovin/impl/be$a;
|
|
|
|
.field public final b:J
|
|
|
|
.field public final c:J
|
|
|
|
.field public final d:Z
|
|
|
|
.field public final e:Z
|
|
|
|
.field public final f:Z
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/applovin/impl/be$a;JJZZZ)V
|
|
.locals 0
|
|
|
|
.line 2949
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/applovin/impl/e8$g;->a:Lcom/applovin/impl/be$a;
|
|
|
|
iput-wide p2, p0, Lcom/applovin/impl/e8$g;->b:J
|
|
|
|
iput-wide p4, p0, Lcom/applovin/impl/e8$g;->c:J
|
|
|
|
iput-boolean p6, p0, Lcom/applovin/impl/e8$g;->d:Z
|
|
|
|
iput-boolean p7, p0, Lcom/applovin/impl/e8$g;->e:Z
|
|
|
|
iput-boolean p8, p0, Lcom/applovin/impl/e8$g;->f:Z
|
|
|
|
return-void
|
|
.end method
|