- 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/google/android/gms/internal/ads/zzgpp;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public static zza([B)[B
|
|
.locals 7
|
|
|
|
.line 1
|
|
array-length v0, p0
|
|
|
|
const/16 v1, 0x10
|
|
|
|
if-ne v0, v1, :cond_2
|
|
|
|
new-array v0, v1, [B
|
|
|
|
const/4 v2, 0x0
|
|
|
|
move v3, v2
|
|
|
|
:goto_0
|
|
const/16 v4, 0xf
|
|
|
|
if-ge v3, v1, :cond_1
|
|
|
|
add-int/lit8 v5, v3, 0x1
|
|
|
|
.line 3
|
|
aget-byte v6, p0, v3
|
|
|
|
add-int/2addr v6, v6
|
|
|
|
and-int/lit16 v6, v6, 0xfe
|
|
|
|
int-to-byte v6, v6
|
|
|
|
aput-byte v6, v0, v3
|
|
|
|
if-ge v3, v4, :cond_0
|
|
|
|
.line 4
|
|
aget-byte v4, p0, v5
|
|
|
|
shr-int/lit8 v4, v4, 0x7
|
|
|
|
and-int/lit8 v4, v4, 0x1
|
|
|
|
or-int/2addr v4, v6
|
|
|
|
int-to-byte v4, v4
|
|
|
|
aput-byte v4, v0, v3
|
|
|
|
:cond_0
|
|
move v3, v5
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
aget-byte v1, v0, v4
|
|
|
|
.line 5
|
|
aget-byte p0, p0, v2
|
|
|
|
shr-int/lit8 p0, p0, 0x7
|
|
|
|
and-int/lit16 p0, p0, 0x87
|
|
|
|
int-to-byte p0, p0
|
|
|
|
xor-int/2addr p0, v1
|
|
|
|
int-to-byte p0, p0
|
|
|
|
aput-byte p0, v0, v4
|
|
|
|
return-object v0
|
|
|
|
.line 1
|
|
:cond_2
|
|
new-instance p0, Ljava/lang/IllegalArgumentException;
|
|
|
|
const-string v0, "value must be a block."
|
|
|
|
.line 2
|
|
invoke-direct {p0, v0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p0
|
|
.end method
|