- 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
62 lines
1.1 KiB
Smali
62 lines
1.1 KiB
Smali
.class public final Lcom/google/android/gms/internal/fido/zzhr;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field private final zza:B
|
|
|
|
.field private final zzb:B
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(I)V
|
|
.locals 1
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
and-int/lit16 v0, p1, 0xe0
|
|
|
|
int-to-byte v0, v0
|
|
|
|
iput-byte v0, p0, Lcom/google/android/gms/internal/fido/zzhr;->zza:B
|
|
|
|
and-int/lit8 p1, p1, 0x1f
|
|
|
|
int-to-byte p1, p1
|
|
|
|
iput-byte p1, p0, Lcom/google/android/gms/internal/fido/zzhr;->zzb:B
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final zza()B
|
|
.locals 1
|
|
|
|
iget-byte v0, p0, Lcom/google/android/gms/internal/fido/zzhr;->zzb:B
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final zzb()B
|
|
.locals 1
|
|
|
|
iget-byte v0, p0, Lcom/google/android/gms/internal/fido/zzhr;->zza:B
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final zzc()I
|
|
.locals 1
|
|
|
|
iget-byte v0, p0, Lcom/google/android/gms/internal/fido/zzhr;->zza:B
|
|
|
|
shr-int/lit8 v0, v0, 0x5
|
|
|
|
and-int/lit8 v0, v0, 0x7
|
|
|
|
return v0
|
|
.end method
|