- 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
69 lines
1.4 KiB
Smali
69 lines
1.4 KiB
Smali
.class Lcom/ironsource/rk$b;
|
|
.super Ljava/lang/Thread;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/ironsource/rk;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = "b"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private a:Landroid/os/Handler;
|
|
|
|
.field final synthetic b:Lcom/ironsource/rk;
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>(Lcom/ironsource/rk;)V
|
|
.locals 0
|
|
|
|
.line 0
|
|
iput-object p1, p0, Lcom/ironsource/rk$b;->b:Lcom/ironsource/rk;
|
|
|
|
invoke-direct {p0}, Ljava/lang/Thread;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public synthetic constructor <init>(Lcom/ironsource/rk;Lcom/ironsource/rk$a;)V
|
|
.locals 0
|
|
|
|
.line 0
|
|
invoke-direct {p0, p1}, Lcom/ironsource/rk$b;-><init>(Lcom/ironsource/rk;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a()Landroid/os/Handler;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/ironsource/rk$b;->a:Landroid/os/Handler;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public run()V
|
|
.locals 1
|
|
|
|
invoke-static {}, Landroid/os/Looper;->prepare()V
|
|
|
|
new-instance v0, Landroid/os/Handler;
|
|
|
|
invoke-direct {v0}, Landroid/os/Handler;-><init>()V
|
|
|
|
iput-object v0, p0, Lcom/ironsource/rk$b;->a:Landroid/os/Handler;
|
|
|
|
invoke-static {}, Landroid/os/Looper;->loop()V
|
|
|
|
return-void
|
|
.end method
|