- 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
92 lines
2.1 KiB
Smali
92 lines
2.1 KiB
Smali
.class public final Lcom/google/android/gms/internal/ads/zzbzo;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field private zza:Ljava/math/BigInteger;
|
|
|
|
.field private zzb:Ljava/lang/String;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
sget-object v0, Ljava/math/BigInteger;->ONE:Ljava/math/BigInteger;
|
|
|
|
iput-object v0, p0, Lcom/google/android/gms/internal/ads/zzbzo;->zza:Ljava/math/BigInteger;
|
|
|
|
const-string v0, "0"
|
|
|
|
iput-object v0, p0, Lcom/google/android/gms/internal/ads/zzbzo;->zzb:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final declared-synchronized zza()Ljava/lang/String;
|
|
.locals 3
|
|
|
|
monitor-enter p0
|
|
|
|
:try_start_0
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzbzo;->zza:Ljava/math/BigInteger;
|
|
|
|
.line 1
|
|
invoke-virtual {v0}, Ljava/math/BigInteger;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
iget-object v1, p0, Lcom/google/android/gms/internal/ads/zzbzo;->zza:Ljava/math/BigInteger;
|
|
|
|
sget-object v2, Ljava/math/BigInteger;->ONE:Ljava/math/BigInteger;
|
|
|
|
.line 2
|
|
invoke-virtual {v1, v2}, Ljava/math/BigInteger;->add(Ljava/math/BigInteger;)Ljava/math/BigInteger;
|
|
|
|
move-result-object v1
|
|
|
|
iput-object v1, p0, Lcom/google/android/gms/internal/ads/zzbzo;->zza:Ljava/math/BigInteger;
|
|
|
|
iput-object v0, p0, Lcom/google/android/gms/internal/ads/zzbzo;->zzb:Ljava/lang/String;
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
monitor-exit p0
|
|
|
|
return-object v0
|
|
|
|
:catchall_0
|
|
move-exception v0
|
|
|
|
monitor-exit p0
|
|
|
|
throw v0
|
|
.end method
|
|
|
|
.method public final declared-synchronized zzb()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
monitor-enter p0
|
|
|
|
:try_start_0
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzbzo;->zzb:Ljava/lang/String;
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
monitor-exit p0
|
|
|
|
return-object v0
|
|
|
|
:catchall_0
|
|
move-exception v0
|
|
|
|
monitor-exit p0
|
|
|
|
throw v0
|
|
.end method
|