- 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
92 lines
1.3 KiB
Smali
92 lines
1.3 KiB
Smali
.class public final Lcom/ironsource/adqualitysdk/sdk/i/i;
|
||
.super Ljava/lang/Object;
|
||
.source "SourceFile"
|
||
|
||
|
||
# static fields
|
||
.field public static ﻛ:I
|
||
|
||
.field public static k:I
|
||
|
||
.field public static final ヌ:Ljava/lang/Object;
|
||
|
||
|
||
# direct methods
|
||
.method public static constructor <clinit>()V
|
||
.locals 1
|
||
|
||
.line 2025
|
||
new-instance v0, Ljava/lang/Object;
|
||
|
||
invoke-direct {v0}, Ljava/lang/Object;-><init>()V
|
||
|
||
sput-object v0, Lcom/ironsource/adqualitysdk/sdk/i/i;->ヌ:Ljava/lang/Object;
|
||
|
||
return-void
|
||
.end method
|
||
|
||
.method public static k(J[CI)[C
|
||
.locals 10
|
||
|
||
.line 1163
|
||
array-length v0, p2
|
||
|
||
new-array v1, v0, [C
|
||
|
||
const/4 v2, 0x0
|
||
|
||
const/4 v3, 0x4
|
||
|
||
move v4, v2
|
||
|
||
move v5, v3
|
||
|
||
.line 1167
|
||
:goto_0
|
||
array-length v6, p2
|
||
|
||
if-ge v2, v6, :cond_2
|
||
|
||
ushr-long v6, p0, v2
|
||
|
||
const-wide/16 v8, 0x1
|
||
|
||
and-long/2addr v6, v8
|
||
|
||
int-to-long v8, p3
|
||
|
||
cmp-long v6, v6, v8
|
||
|
||
if-nez v6, :cond_0
|
||
|
||
if-lt v4, v3, :cond_1
|
||
|
||
:cond_0
|
||
if-ge v5, v0, :cond_1
|
||
|
||
.line 1182
|
||
aget-char v6, p2, v2
|
||
|
||
aput-char v6, v1, v5
|
||
|
||
add-int/lit8 v5, v5, 0x1
|
||
|
||
goto :goto_1
|
||
|
||
.line 1187
|
||
:cond_1
|
||
aget-char v6, p2, v2
|
||
|
||
aput-char v6, v1, v4
|
||
|
||
add-int/lit8 v4, v4, 0x1
|
||
|
||
:goto_1
|
||
add-int/lit8 v2, v2, 0x1
|
||
|
||
goto :goto_0
|
||
|
||
:cond_2
|
||
return-object v1
|
||
.end method
|