- 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
61 lines
1.3 KiB
Smali
61 lines
1.3 KiB
Smali
.class public abstract Lcom/ironsource/mr;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field private final a:Lcom/ironsource/k0;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/ironsource/k0;)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/ironsource/mr;->a:Lcom/ironsource/k0;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final a()Lcom/ironsource/k0;
|
|
.locals 1
|
|
|
|
.line 0
|
|
iget-object v0, p0, Lcom/ironsource/mr;->a:Lcom/ironsource/k0;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final a(Lcom/ironsource/dl;)Lcom/ironsource/t;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Lcom/ironsource/dl<",
|
|
"Lcom/ironsource/mr;",
|
|
"Lcom/ironsource/t;",
|
|
">;)",
|
|
"Lcom/ironsource/t;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 0
|
|
const-string v0, "mapper"
|
|
|
|
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
invoke-interface {p1, p0}, Lcom/ironsource/dl;->a(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
check-cast p1, Lcom/ironsource/t;
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public abstract b()Lcom/ironsource/tr;
|
|
.end method
|