- 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
106 lines
2.3 KiB
Smali
106 lines
2.3 KiB
Smali
.class public final Lcom/ironsource/b9$c;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/ironsource/b9;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "c"
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field static final synthetic a:Lcom/ironsource/b9$c;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
new-instance v0, Lcom/ironsource/b9$c;
|
|
|
|
invoke-direct {v0}, Lcom/ironsource/b9$c;-><init>()V
|
|
|
|
sput-object v0, Lcom/ironsource/b9$c;->a:Lcom/ironsource/b9$c;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final a()Lcom/ironsource/b9;
|
|
.locals 1
|
|
|
|
.line 0
|
|
sget-object v0, Lcom/ironsource/b9$b;->b:Lcom/ironsource/b9$b;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final a(Lcom/ironsource/kd;)Lcom/ironsource/b9;
|
|
.locals 3
|
|
|
|
.line 0
|
|
const-string v0, "featureFlag"
|
|
|
|
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
invoke-virtual {p1}, Lcom/ironsource/kd;->c()Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
new-instance v0, Lcom/ironsource/hd;
|
|
|
|
invoke-direct {v0, p1}, Lcom/ironsource/hd;-><init>(Lcom/ironsource/kd;)V
|
|
|
|
new-instance p1, Lcom/ironsource/mt$b;
|
|
|
|
invoke-direct {p1}, Lcom/ironsource/mt$b;-><init>()V
|
|
|
|
invoke-virtual {v0}, Lcom/ironsource/hd;->a()J
|
|
|
|
move-result-wide v1
|
|
|
|
invoke-virtual {p1, v1, v2}, Lcom/ironsource/mt$b;->b(J)V
|
|
|
|
invoke-virtual {v0}, Lcom/ironsource/hd;->a()J
|
|
|
|
move-result-wide v1
|
|
|
|
invoke-virtual {p1, v1, v2}, Lcom/ironsource/mt$b;->a(J)V
|
|
|
|
new-instance v1, Lcom/ironsource/mt$d;
|
|
|
|
invoke-direct {v1}, Lcom/ironsource/mt$d;-><init>()V
|
|
|
|
invoke-virtual {v1, p1}, Lcom/ironsource/mt$d;->a(Lcom/ironsource/mt$b;)Lcom/ironsource/mt;
|
|
|
|
move-result-object p1
|
|
|
|
new-instance v1, Lcom/ironsource/b9$a;
|
|
|
|
invoke-direct {v1, v0, p1}, Lcom/ironsource/b9$a;-><init>(Lcom/ironsource/id;Lcom/ironsource/mt;)V
|
|
|
|
return-object v1
|
|
|
|
:cond_0
|
|
sget-object p1, Lcom/ironsource/b9$b;->b:Lcom/ironsource/b9$b;
|
|
|
|
return-object p1
|
|
.end method
|