- 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
150 lines
2.2 KiB
Smali
150 lines
2.2 KiB
Smali
.class abstract Lcom/amazonaws/util/Base64Codec$LazyHolder;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/amazonaws/util/Base64Codec;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "LazyHolder"
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final DECODED:[B
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
.line 49
|
|
invoke-static {}, Lcom/amazonaws/util/Base64Codec$LazyHolder;->decodeTable()[B
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/amazonaws/util/Base64Codec$LazyHolder;->DECODED:[B
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$000()[B
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/amazonaws/util/Base64Codec$LazyHolder;->DECODED:[B
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static decodeTable()[B
|
|
.locals 4
|
|
|
|
const/16 v0, 0x7b
|
|
|
|
new-array v0, v0, [B
|
|
|
|
const/4 v1, 0x0
|
|
|
|
:goto_0
|
|
const/16 v2, 0x7a
|
|
|
|
if-gt v1, v2, :cond_5
|
|
|
|
const/16 v3, 0x41
|
|
|
|
if-lt v1, v3, :cond_0
|
|
|
|
const/16 v3, 0x5a
|
|
|
|
if-gt v1, v3, :cond_0
|
|
|
|
add-int/lit8 v2, v1, -0x41
|
|
|
|
int-to-byte v2, v2
|
|
|
|
.line 56
|
|
aput-byte v2, v0, v1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_0
|
|
const/16 v3, 0x30
|
|
|
|
if-lt v1, v3, :cond_1
|
|
|
|
const/16 v3, 0x39
|
|
|
|
if-gt v1, v3, :cond_1
|
|
|
|
add-int/lit8 v2, v1, 0x4
|
|
|
|
int-to-byte v2, v2
|
|
|
|
.line 58
|
|
aput-byte v2, v0, v1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_1
|
|
const/16 v3, 0x2b
|
|
|
|
if-ne v1, v3, :cond_2
|
|
|
|
add-int/lit8 v2, v1, 0x13
|
|
|
|
int-to-byte v2, v2
|
|
|
|
.line 60
|
|
aput-byte v2, v0, v1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_2
|
|
const/16 v3, 0x2f
|
|
|
|
if-ne v1, v3, :cond_3
|
|
|
|
add-int/lit8 v2, v1, 0x10
|
|
|
|
int-to-byte v2, v2
|
|
|
|
.line 62
|
|
aput-byte v2, v0, v1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_3
|
|
const/16 v3, 0x61
|
|
|
|
if-lt v1, v3, :cond_4
|
|
|
|
if-gt v1, v2, :cond_4
|
|
|
|
add-int/lit8 v2, v1, -0x47
|
|
|
|
int-to-byte v2, v2
|
|
|
|
.line 64
|
|
aput-byte v2, v0, v1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_4
|
|
const/4 v2, -0x1
|
|
|
|
.line 66
|
|
aput-byte v2, v0, v1
|
|
|
|
:goto_1
|
|
add-int/lit8 v1, v1, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_5
|
|
return-object v0
|
|
.end method
|