- 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
58 lines
914 B
Smali
58 lines
914 B
Smali
.class public Lcom/google/android/gms/internal/auth/zzej;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final synthetic zza:I = 0x0
|
|
|
|
.field private static volatile zzb:I = 0x64
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public synthetic constructor <init>(Lcom/google/android/gms/internal/auth/zzei;)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static zzb(I)I
|
|
.locals 1
|
|
|
|
and-int/lit8 v0, p0, 0x1
|
|
|
|
ushr-int/lit8 p0, p0, 0x1
|
|
|
|
neg-int v0, v0
|
|
|
|
xor-int/2addr p0, v0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static zzc(J)J
|
|
.locals 3
|
|
|
|
const-wide/16 v0, 0x1
|
|
|
|
and-long/2addr v0, p0
|
|
|
|
const/4 v2, 0x1
|
|
|
|
ushr-long/2addr p0, v2
|
|
|
|
neg-long v0, v0
|
|
|
|
xor-long/2addr p0, v0
|
|
|
|
return-wide p0
|
|
.end method
|