- 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
142 lines
2.6 KiB
Smali
142 lines
2.6 KiB
Smali
.class public Lcom/ironsource/is;
|
|
.super Ljava/lang/Thread;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/ironsource/is$a;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field private static b:Lcom/ironsource/is;
|
|
|
|
|
|
# instance fields
|
|
.field private a:Lcom/ironsource/is$a;
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>()V
|
|
.locals 2
|
|
|
|
invoke-direct {p0}, Ljava/lang/Thread;-><init>()V
|
|
|
|
new-instance v0, Lcom/ironsource/is$a;
|
|
|
|
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {v1}, Ljava/lang/Class;->getSimpleName()Ljava/lang/String;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-direct {v0, p0, v1}, Lcom/ironsource/is$a;-><init>(Lcom/ironsource/is;Ljava/lang/String;)V
|
|
|
|
iput-object v0, p0, Lcom/ironsource/is;->a:Lcom/ironsource/is$a;
|
|
|
|
invoke-virtual {v0}, Ljava/lang/Thread;->start()V
|
|
|
|
iget-object v0, p0, Lcom/ironsource/is;->a:Lcom/ironsource/is$a;
|
|
|
|
invoke-virtual {v0}, Lcom/ironsource/is$a;->b()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static declared-synchronized a()Lcom/ironsource/is;
|
|
.locals 2
|
|
|
|
.line 0
|
|
const-class v0, Lcom/ironsource/is;
|
|
|
|
monitor-enter v0
|
|
|
|
:try_start_0
|
|
sget-object v1, Lcom/ironsource/is;->b:Lcom/ironsource/is;
|
|
|
|
if-nez v1, :cond_0
|
|
|
|
new-instance v1, Lcom/ironsource/is;
|
|
|
|
invoke-direct {v1}, Lcom/ironsource/is;-><init>()V
|
|
|
|
sput-object v1, Lcom/ironsource/is;->b:Lcom/ironsource/is;
|
|
|
|
goto :goto_0
|
|
|
|
:catchall_0
|
|
move-exception v1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_0
|
|
:goto_0
|
|
sget-object v1, Lcom/ironsource/is;->b:Lcom/ironsource/is;
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
monitor-exit v0
|
|
|
|
return-object v1
|
|
|
|
:goto_1
|
|
monitor-exit v0
|
|
|
|
throw v1
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public declared-synchronized a(Ljava/lang/Runnable;)V
|
|
.locals 1
|
|
|
|
.line 0
|
|
monitor-enter p0
|
|
|
|
:try_start_0
|
|
iget-object v0, p0, Lcom/ironsource/is;->a:Lcom/ironsource/is$a;
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
monitor-exit p0
|
|
|
|
return-void
|
|
|
|
:cond_0
|
|
:try_start_1
|
|
invoke-virtual {v0}, Lcom/ironsource/is$a;->a()Landroid/os/Handler;
|
|
|
|
move-result-object v0
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
invoke-virtual {v0, p1}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
|
|
:try_end_1
|
|
.catchall {:try_start_1 .. :try_end_1} :catchall_0
|
|
|
|
goto :goto_0
|
|
|
|
:catchall_0
|
|
move-exception p1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_1
|
|
:goto_0
|
|
monitor-exit p0
|
|
|
|
return-void
|
|
|
|
:goto_1
|
|
monitor-exit p0
|
|
|
|
throw p1
|
|
.end method
|