Files
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

105 lines
2.0 KiB
Smali

.class public Landroidx/emoji2/text/flatbuffer/BaseVector;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field protected bb:Ljava/nio/ByteBuffer;
.field private element_size:I
.field private length:I
.field private vector:I
# direct methods
.method public constructor <init>()V
.locals 0
.line 26
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public __element(I)I
.locals 2
iget v0, p0, Landroidx/emoji2/text/flatbuffer/BaseVector;->vector:I
iget v1, p0, Landroidx/emoji2/text/flatbuffer/BaseVector;->element_size:I
mul-int/2addr p1, v1
add-int/2addr v0, p1
return v0
.end method
.method public __reset(IILjava/nio/ByteBuffer;)V
.locals 0
iput-object p3, p0, Landroidx/emoji2/text/flatbuffer/BaseVector;->bb:Ljava/nio/ByteBuffer;
if-eqz p3, :cond_0
iput p1, p0, Landroidx/emoji2/text/flatbuffer/BaseVector;->vector:I
add-int/lit8 p1, p1, -0x4
.line 66
invoke-virtual {p3, p1}, Ljava/nio/ByteBuffer;->getInt(I)I
move-result p1
iput p1, p0, Landroidx/emoji2/text/flatbuffer/BaseVector;->length:I
iput p2, p0, Landroidx/emoji2/text/flatbuffer/BaseVector;->element_size:I
goto :goto_0
:cond_0
const/4 p1, 0x0
iput p1, p0, Landroidx/emoji2/text/flatbuffer/BaseVector;->vector:I
iput p1, p0, Landroidx/emoji2/text/flatbuffer/BaseVector;->length:I
iput p1, p0, Landroidx/emoji2/text/flatbuffer/BaseVector;->element_size:I
:goto_0
return-void
.end method
.method public __vector()I
.locals 1
iget v0, p0, Landroidx/emoji2/text/flatbuffer/BaseVector;->vector:I
return v0
.end method
.method public length()I
.locals 1
iget v0, p0, Landroidx/emoji2/text/flatbuffer/BaseVector;->length:I
return v0
.end method
.method public reset()V
.locals 2
const/4 v0, 0x0
const/4 v1, 0x0
.line 83
invoke-virtual {p0, v0, v0, v1}, Landroidx/emoji2/text/flatbuffer/BaseVector;->__reset(IILjava/nio/ByteBuffer;)V
return-void
.end method