- 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
70 lines
1.8 KiB
Smali
70 lines
1.8 KiB
Smali
.class Lcom/ironsource/qi$a;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/Runnable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/ironsource/qi;->a(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;Lcom/ironsource/in;)V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic a:Ljava/lang/String;
|
|
|
|
.field final synthetic b:Ljava/lang/String;
|
|
|
|
.field final synthetic c:Lcom/ironsource/ha;
|
|
|
|
.field final synthetic d:Lcom/ironsource/qi;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/ironsource/qi;Ljava/lang/String;Ljava/lang/String;Lcom/ironsource/ha;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/ironsource/qi$a;->d:Lcom/ironsource/qi;
|
|
|
|
iput-object p2, p0, Lcom/ironsource/qi$a;->a:Ljava/lang/String;
|
|
|
|
iput-object p3, p0, Lcom/ironsource/qi$a;->b:Ljava/lang/String;
|
|
|
|
iput-object p4, p0, Lcom/ironsource/qi$a;->c:Lcom/ironsource/ha;
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public run()V
|
|
.locals 5
|
|
|
|
iget-object v0, p0, Lcom/ironsource/qi$a;->d:Lcom/ironsource/qi;
|
|
|
|
invoke-static {v0}, Lcom/ironsource/qi;->a(Lcom/ironsource/qi;)Lcom/ironsource/sdk/controller/e;
|
|
|
|
move-result-object v0
|
|
|
|
iget-object v1, p0, Lcom/ironsource/qi$a;->a:Ljava/lang/String;
|
|
|
|
iget-object v2, p0, Lcom/ironsource/qi$a;->b:Ljava/lang/String;
|
|
|
|
iget-object v3, p0, Lcom/ironsource/qi$a;->c:Lcom/ironsource/ha;
|
|
|
|
iget-object v4, p0, Lcom/ironsource/qi$a;->d:Lcom/ironsource/qi;
|
|
|
|
invoke-virtual {v0, v1, v2, v3, v4}, Lcom/ironsource/sdk/controller/e;->a(Ljava/lang/String;Ljava/lang/String;Lcom/ironsource/ha;Lcom/ironsource/p9;)V
|
|
|
|
return-void
|
|
.end method
|