- 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
68 lines
1.3 KiB
Smali
68 lines
1.3 KiB
Smali
.class public interface abstract Lcom/applovin/impl/p1;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/applovin/impl/p1$b;,
|
|
Lcom/applovin/impl/p1$a;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final a:Ljava/nio/ByteBuffer;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 2
|
|
|
|
const/4 v0, 0x0
|
|
|
|
.line 83
|
|
invoke-static {v0}, Ljava/nio/ByteBuffer;->allocateDirect(I)Ljava/nio/ByteBuffer;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-static {}, Ljava/nio/ByteOrder;->nativeOrder()Ljava/nio/ByteOrder;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {v0, v1}, Ljava/nio/ByteBuffer;->order(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/applovin/impl/p1;->a:Ljava/nio/ByteBuffer;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract a(Lcom/applovin/impl/p1$a;)Lcom/applovin/impl/p1$a;
|
|
.end method
|
|
|
|
.method public abstract a(Ljava/nio/ByteBuffer;)V
|
|
.end method
|
|
|
|
.method public abstract b()V
|
|
.end method
|
|
|
|
.method public abstract c()Z
|
|
.end method
|
|
|
|
.method public abstract d()Ljava/nio/ByteBuffer;
|
|
.end method
|
|
|
|
.method public abstract e()V
|
|
.end method
|
|
|
|
.method public abstract f()Z
|
|
.end method
|
|
|
|
.method public abstract reset()V
|
|
.end method
|