- 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.3 KiB
Smali
66 lines
1.3 KiB
Smali
.class public final Lcom/ironsource/x6;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/ironsource/au;
|
|
|
|
|
|
# instance fields
|
|
.field private final a:Lcom/ironsource/uk;
|
|
|
|
.field private final b:Lcom/unity3d/ironsourceads/AdSize;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/ironsource/uk;Lcom/unity3d/ironsourceads/AdSize;)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/ironsource/x6;->a:Lcom/ironsource/uk;
|
|
|
|
iput-object p2, p0, Lcom/ironsource/x6;->b:Lcom/unity3d/ironsourceads/AdSize;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a()V
|
|
.locals 4
|
|
|
|
iget-object v0, p0, Lcom/ironsource/x6;->a:Lcom/ironsource/uk;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
const/4 v2, 0x1
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
move v0, v2
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
move v0, v1
|
|
|
|
:goto_0
|
|
sget-object v3, Lcom/ironsource/x6$a;->a:Lcom/ironsource/x6$a;
|
|
|
|
invoke-interface {p0, v0, v3}, Lcom/ironsource/au;->a(ZLkotlin/jvm/functions/Function0;)V
|
|
|
|
iget-object v0, p0, Lcom/ironsource/x6;->b:Lcom/unity3d/ironsourceads/AdSize;
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
move v1, v2
|
|
|
|
:cond_1
|
|
sget-object v0, Lcom/ironsource/x6$b;->a:Lcom/ironsource/x6$b;
|
|
|
|
invoke-interface {p0, v1, v0}, Lcom/ironsource/au;->a(ZLkotlin/jvm/functions/Function0;)V
|
|
|
|
return-void
|
|
.end method
|