Files
rr3-apk/smali_classes3/com/google/android/gms/internal/fido/zzfp.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

59 lines
1.3 KiB
Smali

.class abstract Lcom/google/android/gms/internal/fido/zzfp;
.super Lcom/google/android/gms/internal/fido/zzfr;
.source "SourceFile"
# instance fields
.field private final zza:Ljava/nio/ByteBuffer;
# direct methods
.method public constructor <init>()V
.locals 2
.line 1
invoke-direct {p0}, Lcom/google/android/gms/internal/fido/zzfr;-><init>()V
const/16 v0, 0x8
invoke-static {v0}, Ljava/nio/ByteBuffer;->allocate(I)Ljava/nio/ByteBuffer;
move-result-object v0
sget-object v1, Ljava/nio/ByteOrder;->LITTLE_ENDIAN:Ljava/nio/ByteOrder;
invoke-virtual {v0, v1}, Ljava/nio/ByteBuffer;->order(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
move-result-object v0
iput-object v0, p0, Lcom/google/android/gms/internal/fido/zzfp;->zza:Ljava/nio/ByteBuffer;
return-void
.end method
# virtual methods
.method public final zza([B)Lcom/google/android/gms/internal/fido/zzfv;
.locals 2
.line 2
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
const/4 v0, 0x0
array-length v1, p1
.line 1
invoke-virtual {p0, p1, v0, v1}, Lcom/google/android/gms/internal/fido/zzfp;->zzb([BII)V
return-object p0
.end method
.method public zzb([BII)V
.locals 0
const/4 p1, 0x0
throw p1
.end method