- 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
66 lines
1.2 KiB
Smali
66 lines
1.2 KiB
Smali
.class public abstract Lcom/tapjoy/internal/e3;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static volatile a:Z = false
|
|
|
|
.field public static volatile b:J
|
|
|
|
.field public static volatile c:J
|
|
|
|
.field public static volatile d:J
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 6
|
|
|
|
.line 1
|
|
invoke-static {}, Landroid/os/SystemClock;->elapsedRealtime()J
|
|
|
|
move-result-wide v0
|
|
|
|
.line 2
|
|
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
|
|
|
|
move-result-wide v2
|
|
|
|
const-class v4, Lcom/tapjoy/internal/e3;
|
|
|
|
monitor-enter v4
|
|
|
|
const/4 v5, 0x0
|
|
|
|
:try_start_0
|
|
sput-boolean v5, Lcom/tapjoy/internal/e3;->a:Z
|
|
|
|
sput-wide v2, Lcom/tapjoy/internal/e3;->b:J
|
|
|
|
sput-wide v0, Lcom/tapjoy/internal/e3;->c:J
|
|
|
|
sget-wide v0, Lcom/tapjoy/internal/e3;->b:J
|
|
|
|
sget-wide v2, Lcom/tapjoy/internal/e3;->c:J
|
|
|
|
sub-long/2addr v0, v2
|
|
|
|
sput-wide v0, Lcom/tapjoy/internal/e3;->d:J
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 7
|
|
monitor-exit v4
|
|
|
|
return-void
|
|
|
|
:catchall_0
|
|
move-exception v0
|
|
|
|
.line 8
|
|
monitor-exit v4
|
|
|
|
throw v0
|
|
.end method
|