- 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
60 lines
925 B
Smali
60 lines
925 B
Smali
.class public final Lcom/google/zxing/datamatrix/encoder/DataMatrixSymbolInfo144;
|
|
.super Lcom/google/zxing/datamatrix/encoder/SymbolInfo;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 9
|
|
|
|
const/4 v1, 0x0
|
|
|
|
const/16 v2, 0x616
|
|
|
|
const/16 v3, 0x26c
|
|
|
|
const/16 v4, 0x16
|
|
|
|
const/16 v5, 0x16
|
|
|
|
const/16 v6, 0x24
|
|
|
|
const/4 v7, -0x1
|
|
|
|
const/16 v8, 0x3e
|
|
|
|
move-object v0, p0
|
|
|
|
.line 22
|
|
invoke-direct/range {v0 .. v8}, Lcom/google/zxing/datamatrix/encoder/SymbolInfo;-><init>(ZIIIIIII)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getDataLengthForInterleavedBlock(I)I
|
|
.locals 1
|
|
|
|
const/16 v0, 0x8
|
|
|
|
if-gt p1, v0, :cond_0
|
|
|
|
const/16 p1, 0x9c
|
|
|
|
return p1
|
|
|
|
:cond_0
|
|
const/16 p1, 0x9b
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public getInterleavedBlockCount()I
|
|
.locals 1
|
|
|
|
const/16 v0, 0xa
|
|
|
|
return v0
|
|
.end method
|