- 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
71 lines
1.1 KiB
Smali
71 lines
1.1 KiB
Smali
.class public abstract Lcom/google/zxing/oned/Code39Reader;
|
|
.super Lcom/google/zxing/oned/OneDReader;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final CHARACTER_ENCODINGS:[I
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
const/16 v0, 0x2b
|
|
|
|
new-array v0, v0, [I
|
|
|
|
fill-array-data v0, :array_0
|
|
|
|
sput-object v0, Lcom/google/zxing/oned/Code39Reader;->CHARACTER_ENCODINGS:[I
|
|
|
|
return-void
|
|
|
|
:array_0
|
|
.array-data 4
|
|
0x34
|
|
0x121
|
|
0x61
|
|
0x160
|
|
0x31
|
|
0x130
|
|
0x70
|
|
0x25
|
|
0x124
|
|
0x64
|
|
0x109
|
|
0x49
|
|
0x148
|
|
0x19
|
|
0x118
|
|
0x58
|
|
0xd
|
|
0x10c
|
|
0x4c
|
|
0x1c
|
|
0x103
|
|
0x43
|
|
0x142
|
|
0x13
|
|
0x112
|
|
0x52
|
|
0x7
|
|
0x106
|
|
0x46
|
|
0x16
|
|
0x181
|
|
0xc1
|
|
0x1c0
|
|
0x91
|
|
0x190
|
|
0xd0
|
|
0x85
|
|
0x184
|
|
0xc4
|
|
0xa8
|
|
0xa2
|
|
0x8a
|
|
0x2a
|
|
.end array-data
|
|
.end method
|