- 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
81 lines
1.8 KiB
Smali
81 lines
1.8 KiB
Smali
.class public final Lcom/ironsource/u;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/ironsource/dl;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Object;",
|
|
"Lcom/ironsource/dl<",
|
|
"Lcom/ironsource/t;",
|
|
"Lcom/ironsource/y1;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a(Lcom/ironsource/t;)Lcom/ironsource/y1;
|
|
.locals 7
|
|
|
|
.line 0
|
|
const-string v0, "input"
|
|
|
|
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
new-instance v0, Lcom/ironsource/y1;
|
|
|
|
invoke-virtual {p1}, Lcom/ironsource/t;->f()Lcom/ironsource/tr;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-virtual {p1}, Lcom/ironsource/t;->d()Ljava/lang/String;
|
|
|
|
move-result-object v3
|
|
|
|
invoke-virtual {p1}, Lcom/ironsource/t;->e()Ljava/lang/String;
|
|
|
|
move-result-object v4
|
|
|
|
invoke-virtual {p1}, Lcom/ironsource/t;->b()Lcom/ironsource/we;
|
|
|
|
move-result-object v5
|
|
|
|
invoke-virtual {p1}, Lcom/ironsource/t;->a()Ljava/lang/String;
|
|
|
|
move-result-object v6
|
|
|
|
move-object v1, v0
|
|
|
|
invoke-direct/range {v1 .. v6}, Lcom/ironsource/y1;-><init>(Lcom/ironsource/tr;Ljava/lang/String;Ljava/lang/String;Lcom/ironsource/we;Ljava/lang/String;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public bridge synthetic a(Ljava/lang/Object;)Ljava/lang/Object;
|
|
.locals 0
|
|
|
|
.line 0
|
|
check-cast p1, Lcom/ironsource/t;
|
|
|
|
invoke-virtual {p0, p1}, Lcom/ironsource/u;->a(Lcom/ironsource/t;)Lcom/ironsource/y1;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|