Files
rr3-apk/smali_classes2/com/ironsource/fr$a.smali
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

91 lines
2.2 KiB
Smali

.class final Lcom/ironsource/fr$a;
.super Lcom/ironsource/er;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/ironsource/fr;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x11
name = "a"
.end annotation
# instance fields
.field final synthetic b:Lcom/ironsource/fr;
# direct methods
.method public constructor <init>(Lcom/ironsource/fr;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
iput-object p1, p0, Lcom/ironsource/fr$a;->b:Lcom/ironsource/fr;
invoke-direct {p0}, Lcom/ironsource/er;-><init>()V
return-void
.end method
# virtual methods
.method public run()V
.locals 3
const/4 v0, 0x0
invoke-static {v0}, Lcom/ironsource/mediationsdk/utils/IronSourceUtils;->getMediationAdditionalData(Z)Lorg/json/JSONObject;
move-result-object v0
:try_start_0
const-string v1, "duration"
invoke-virtual {p0}, Lcom/ironsource/er;->a()Ljava/lang/Long;
move-result-object v2
invoke-virtual {v0, v1, v2}, Lorg/json/JSONObject;->put(Ljava/lang/String;Ljava/lang/Object;)Lorg/json/JSONObject;
:try_end_0
.catch Lorg/json/JSONException; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
move-exception v1
invoke-static {}, Lcom/ironsource/i9;->d()Lcom/ironsource/i9;
move-result-object v2
invoke-virtual {v2, v1}, Lcom/ironsource/i9;->a(Ljava/lang/Throwable;)V
sget-object v2, Lcom/ironsource/mediationsdk/logger/IronLog;->INTERNAL:Lcom/ironsource/mediationsdk/logger/IronLog;
invoke-virtual {v1}, Ljava/lang/Object;->toString()Ljava/lang/String;
move-result-object v1
invoke-virtual {v2, v1}, Lcom/ironsource/mediationsdk/logger/IronLog;->error(Ljava/lang/String;)V
:goto_0
new-instance v1, Lcom/ironsource/kb;
const/16 v2, 0x2c
invoke-direct {v1, v2, v0}, Lcom/ironsource/kb;-><init>(ILorg/json/JSONObject;)V
sget-object v0, Lcom/ironsource/zn;->P:Lcom/ironsource/zn;
invoke-virtual {v0, v1}, Lcom/ironsource/m7;->a(Lcom/ironsource/kb;)V
return-void
.end method