- 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
897 B
Smali
58 lines
897 B
Smali
.class final Lcom/google/android/gms/internal/ads/zzfxf;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public static zza(I)I
|
|
.locals 4
|
|
|
|
int-to-long v0, p0
|
|
|
|
const-wide/32 v2, -0x3361d2af
|
|
|
|
mul-long/2addr v0, v2
|
|
|
|
long-to-int p0, v0
|
|
|
|
const/16 v0, 0xf
|
|
|
|
.line 1
|
|
invoke-static {p0, v0}, Ljava/lang/Integer;->rotateLeft(II)I
|
|
|
|
move-result p0
|
|
|
|
int-to-long v0, p0
|
|
|
|
const-wide/32 v2, 0x1b873593
|
|
|
|
mul-long/2addr v0, v2
|
|
|
|
long-to-int p0, v0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static zzb(Ljava/lang/Object;)I
|
|
.locals 0
|
|
|
|
if-nez p0, :cond_0
|
|
|
|
const/4 p0, 0x0
|
|
|
|
goto :goto_0
|
|
|
|
.line 1
|
|
:cond_0
|
|
invoke-virtual {p0}, Ljava/lang/Object;->hashCode()I
|
|
|
|
move-result p0
|
|
|
|
:goto_0
|
|
invoke-static {p0}, Lcom/google/android/gms/internal/ads/zzfxf;->zza(I)I
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|