- 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
132 lines
2.0 KiB
Smali
132 lines
2.0 KiB
Smali
.class public final Lcom/tapjoy/internal/k1;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field public final a:[Ljava/lang/String;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
const/16 v0, 0x200
|
|
|
|
new-array v0, v0, [Ljava/lang/String;
|
|
|
|
iput-object v0, p0, Lcom/tapjoy/internal/k1;->a:[Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final a([CII)Ljava/lang/String;
|
|
.locals 5
|
|
|
|
const/4 v0, 0x0
|
|
|
|
move v1, p2
|
|
|
|
move v2, v0
|
|
|
|
:goto_0
|
|
add-int v3, p2, p3
|
|
|
|
if-ge v1, v3, :cond_0
|
|
|
|
mul-int/lit8 v2, v2, 0x1f
|
|
|
|
.line 1
|
|
aget-char v3, p1, v1
|
|
|
|
add-int/2addr v2, v3
|
|
|
|
add-int/lit8 v1, v1, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
ushr-int/lit8 v1, v2, 0x14
|
|
|
|
ushr-int/lit8 v3, v2, 0xc
|
|
|
|
xor-int/2addr v1, v3
|
|
|
|
xor-int/2addr v1, v2
|
|
|
|
ushr-int/lit8 v2, v1, 0x7
|
|
|
|
ushr-int/lit8 v3, v1, 0x4
|
|
|
|
xor-int/2addr v2, v3
|
|
|
|
xor-int/2addr v1, v2
|
|
|
|
iget-object v2, p0, Lcom/tapjoy/internal/k1;->a:[Ljava/lang/String;
|
|
|
|
.line 7
|
|
array-length v3, v2
|
|
|
|
add-int/lit8 v3, v3, -0x1
|
|
|
|
and-int/2addr v1, v3
|
|
|
|
.line 9
|
|
aget-object v2, v2, v1
|
|
|
|
if-eqz v2, :cond_4
|
|
|
|
.line 10
|
|
invoke-virtual {v2}, Ljava/lang/String;->length()I
|
|
|
|
move-result v3
|
|
|
|
if-eq v3, p3, :cond_1
|
|
|
|
goto :goto_2
|
|
|
|
:cond_1
|
|
:goto_1
|
|
if-ge v0, p3, :cond_3
|
|
|
|
add-int v3, p2, v0
|
|
|
|
.line 14
|
|
aget-char v3, p1, v3
|
|
|
|
invoke-virtual {v2, v0}, Ljava/lang/String;->charAt(I)C
|
|
|
|
move-result v4
|
|
|
|
if-eq v3, v4, :cond_2
|
|
|
|
goto :goto_2
|
|
|
|
:cond_2
|
|
add-int/lit8 v0, v0, 0x1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_3
|
|
return-object v2
|
|
|
|
.line 15
|
|
:cond_4
|
|
:goto_2
|
|
new-instance v0, Ljava/lang/String;
|
|
|
|
invoke-direct {v0, p1, p2, p3}, Ljava/lang/String;-><init>([CII)V
|
|
|
|
iget-object p1, p0, Lcom/tapjoy/internal/k1;->a:[Ljava/lang/String;
|
|
|
|
.line 16
|
|
aput-object v0, p1, v1
|
|
|
|
return-object v0
|
|
.end method
|