- 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
109 lines
1.7 KiB
Smali
109 lines
1.7 KiB
Smali
.class public abstract Lcom/google/zxing/oned/CodaBarReader;
|
|
.super Lcom/google/zxing/oned/OneDReader;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final ALPHABET:[C
|
|
|
|
.field public static final CHARACTER_ENCODINGS:[I
|
|
|
|
.field public static final STARTEND_ENCODING:[C
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
const-string v0, "0123456789-$:/.+ABCD"
|
|
|
|
.line 44
|
|
invoke-virtual {v0}, Ljava/lang/String;->toCharArray()[C
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/google/zxing/oned/CodaBarReader;->ALPHABET:[C
|
|
|
|
const/16 v0, 0x14
|
|
|
|
new-array v0, v0, [I
|
|
|
|
fill-array-data v0, :array_0
|
|
|
|
sput-object v0, Lcom/google/zxing/oned/CodaBarReader;->CHARACTER_ENCODINGS:[I
|
|
|
|
const/4 v0, 0x4
|
|
|
|
new-array v0, v0, [C
|
|
|
|
fill-array-data v0, :array_1
|
|
|
|
sput-object v0, Lcom/google/zxing/oned/CodaBarReader;->STARTEND_ENCODING:[C
|
|
|
|
return-void
|
|
|
|
:array_0
|
|
.array-data 4
|
|
0x3
|
|
0x6
|
|
0x9
|
|
0x60
|
|
0x12
|
|
0x42
|
|
0x21
|
|
0x24
|
|
0x30
|
|
0x48
|
|
0xc
|
|
0x18
|
|
0x45
|
|
0x51
|
|
0x54
|
|
0x15
|
|
0x1a
|
|
0x29
|
|
0xb
|
|
0xe
|
|
.end array-data
|
|
|
|
:array_1
|
|
.array-data 2
|
|
0x41s
|
|
0x42s
|
|
0x43s
|
|
0x44s
|
|
.end array-data
|
|
.end method
|
|
|
|
.method public static arrayContains([CC)Z
|
|
.locals 4
|
|
|
|
const/4 v0, 0x0
|
|
|
|
if-eqz p0, :cond_1
|
|
|
|
.line 283
|
|
array-length v1, p0
|
|
|
|
move v2, v0
|
|
|
|
:goto_0
|
|
if-ge v2, v1, :cond_1
|
|
|
|
aget-char v3, p0, v2
|
|
|
|
if-ne v3, p1, :cond_0
|
|
|
|
const/4 p0, 0x1
|
|
|
|
return p0
|
|
|
|
:cond_0
|
|
add-int/lit8 v2, v2, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
return v0
|
|
.end method
|