- 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
51 lines
1.3 KiB
Smali
51 lines
1.3 KiB
Smali
.class abstract Landroidx/emoji2/text/flatbuffer/FlexBuffers$Sized;
|
|
.super Landroidx/emoji2/text/flatbuffer/FlexBuffers$Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/emoji2/text/flatbuffer/FlexBuffers;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x409
|
|
name = "Sized"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field protected final size:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroidx/emoji2/text/flatbuffer/ReadBuf;II)V
|
|
.locals 0
|
|
|
|
.line 657
|
|
invoke-direct {p0, p1, p2, p3}, Landroidx/emoji2/text/flatbuffer/FlexBuffers$Object;-><init>(Landroidx/emoji2/text/flatbuffer/ReadBuf;II)V
|
|
|
|
iget-object p1, p0, Landroidx/emoji2/text/flatbuffer/FlexBuffers$Object;->bb:Landroidx/emoji2/text/flatbuffer/ReadBuf;
|
|
|
|
sub-int/2addr p2, p3
|
|
|
|
.line 658
|
|
invoke-static {p1, p2, p3}, Landroidx/emoji2/text/flatbuffer/FlexBuffers;->access$100(Landroidx/emoji2/text/flatbuffer/ReadBuf;II)I
|
|
|
|
move-result p1
|
|
|
|
iput p1, p0, Landroidx/emoji2/text/flatbuffer/FlexBuffers$Sized;->size:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public size()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Landroidx/emoji2/text/flatbuffer/FlexBuffers$Sized;->size:I
|
|
|
|
return v0
|
|
.end method
|