- 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
61 lines
888 B
Smali
61 lines
888 B
Smali
.class public final Lcom/google/android/gms/internal/fido/zzgj;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public static varargs zza([[B)[B
|
|
.locals 7
|
|
|
|
const/4 v0, 0x0
|
|
|
|
move v1, v0
|
|
|
|
move v2, v1
|
|
|
|
.line 1
|
|
:goto_0
|
|
array-length v3, p0
|
|
|
|
if-ge v1, v3, :cond_0
|
|
|
|
aget-object v3, p0, v1
|
|
|
|
.line 2
|
|
array-length v3, v3
|
|
|
|
add-int/2addr v2, v3
|
|
|
|
add-int/lit8 v1, v1, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
.line 3
|
|
:cond_0
|
|
new-array v1, v2, [B
|
|
|
|
move v2, v0
|
|
|
|
move v4, v2
|
|
|
|
:goto_1
|
|
if-ge v2, v3, :cond_1
|
|
|
|
.line 4
|
|
aget-object v5, p0, v2
|
|
|
|
.line 5
|
|
array-length v6, v5
|
|
|
|
invoke-static {v5, v0, v1, v4, v6}, Ljava/lang/System;->arraycopy(Ljava/lang/Object;ILjava/lang/Object;II)V
|
|
|
|
add-int/2addr v4, v6
|
|
|
|
add-int/lit8 v2, v2, 0x1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_1
|
|
return-object v1
|
|
.end method
|