Files
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

175 lines
3.4 KiB
Smali

.class public final Lcom/ironsource/f3$r;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/ironsource/g3;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/ironsource/f3;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "r"
.end annotation
# instance fields
.field private final a:I
# direct methods
.method public constructor <init>(I)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput p1, p0, Lcom/ironsource/f3$r;->a:I
return-void
.end method
.method private final a()I
.locals 1
.line 0
iget v0, p0, Lcom/ironsource/f3$r;->a:I
return v0
.end method
.method public static synthetic a(Lcom/ironsource/f3$r;IILjava/lang/Object;)Lcom/ironsource/f3$r;
.locals 0
.line 0
and-int/lit8 p2, p2, 0x1
if-eqz p2, :cond_0
iget p1, p0, Lcom/ironsource/f3$r;->a:I
:cond_0
invoke-virtual {p0, p1}, Lcom/ironsource/f3$r;->a(I)Lcom/ironsource/f3$r;
move-result-object p0
return-object p0
.end method
# virtual methods
.method public final a(I)Lcom/ironsource/f3$r;
.locals 1
.line 0
new-instance v0, Lcom/ironsource/f3$r;
invoke-direct {v0, p1}, Lcom/ironsource/f3$r;-><init>(I)V
return-object v0
.end method
.method public a(Ljava/util/Map;)V
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/Object;",
">;)V"
}
.end annotation
.line 0
const-string v0, "bundle"
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
iget v0, p0, Lcom/ironsource/f3$r;->a:I
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v0
const-string v1, "programmatic"
invoke-interface {p1, v1, v0}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
return-void
.end method
.method public equals(Ljava/lang/Object;)Z
.locals 3
const/4 v0, 0x1
if-ne p0, p1, :cond_0
return v0
:cond_0
instance-of v1, p1, Lcom/ironsource/f3$r;
const/4 v2, 0x0
if-nez v1, :cond_1
return v2
:cond_1
check-cast p1, Lcom/ironsource/f3$r;
iget v1, p0, Lcom/ironsource/f3$r;->a:I
iget p1, p1, Lcom/ironsource/f3$r;->a:I
if-eq v1, p1, :cond_2
return v2
:cond_2
return v0
.end method
.method public hashCode()I
.locals 1
iget v0, p0, Lcom/ironsource/f3$r;->a:I
invoke-static {v0}, Ljava/lang/Integer;->hashCode(I)I
move-result v0
return v0
.end method
.method public toString()Ljava/lang/String;
.locals 2
new-instance v0, Ljava/lang/StringBuilder;
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
const-string v1, "Programmatic(programmatic="
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
iget v1, p0, Lcom/ironsource/f3$r;->a:I
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
const/16 v1, 0x29
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
return-object v0
.end method