- 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
95 lines
1.6 KiB
Smali
95 lines
1.6 KiB
Smali
.class public abstract Lcom/google/zxing/oned/Code93Reader;
|
|
.super Lcom/google/zxing/oned/OneDReader;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final ALPHABET:[C
|
|
|
|
.field public static final ASTERISK_ENCODING:I
|
|
|
|
.field public static final CHARACTER_ENCODINGS:[I
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 2
|
|
|
|
const-string v0, "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+%abcd*"
|
|
|
|
.line 41
|
|
invoke-virtual {v0}, Ljava/lang/String;->toCharArray()[C
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/google/zxing/oned/Code93Reader;->ALPHABET:[C
|
|
|
|
const/16 v0, 0x30
|
|
|
|
new-array v0, v0, [I
|
|
|
|
fill-array-data v0, :array_0
|
|
|
|
sput-object v0, Lcom/google/zxing/oned/Code93Reader;->CHARACTER_ENCODINGS:[I
|
|
|
|
const/16 v1, 0x2f
|
|
|
|
aget v0, v0, v1
|
|
|
|
sput v0, Lcom/google/zxing/oned/Code93Reader;->ASTERISK_ENCODING:I
|
|
|
|
return-void
|
|
|
|
:array_0
|
|
.array-data 4
|
|
0x114
|
|
0x148
|
|
0x144
|
|
0x142
|
|
0x128
|
|
0x124
|
|
0x122
|
|
0x150
|
|
0x112
|
|
0x10a
|
|
0x1a8
|
|
0x1a4
|
|
0x1a2
|
|
0x194
|
|
0x192
|
|
0x18a
|
|
0x168
|
|
0x164
|
|
0x162
|
|
0x134
|
|
0x11a
|
|
0x158
|
|
0x14c
|
|
0x146
|
|
0x12c
|
|
0x116
|
|
0x1b4
|
|
0x1b2
|
|
0x1ac
|
|
0x1a6
|
|
0x196
|
|
0x19a
|
|
0x16c
|
|
0x166
|
|
0x136
|
|
0x13a
|
|
0x12e
|
|
0x1d4
|
|
0x1d2
|
|
0x1ca
|
|
0x16e
|
|
0x176
|
|
0x1ae
|
|
0x126
|
|
0x1da
|
|
0x1d6
|
|
0x132
|
|
0x15e
|
|
.end array-data
|
|
.end method
|