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

202 lines
3.5 KiB
Smali

.class public abstract Lcom/ironsource/f;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# instance fields
.field private a:Ljava/lang/Object;
.field private b:Ljava/util/Timer;
.field protected c:J
.field protected d:Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"TT;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>()V
.locals 1
.line 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
new-instance v0, Ljava/lang/Object;
invoke-direct {v0}, Ljava/lang/Object;-><init>()V
iput-object v0, p0, Lcom/ironsource/f;->a:Ljava/lang/Object;
return-void
.end method
.method public constructor <init>(J)V
.locals 1
.line 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
new-instance v0, Ljava/lang/Object;
invoke-direct {v0}, Ljava/lang/Object;-><init>()V
iput-object v0, p0, Lcom/ironsource/f;->a:Ljava/lang/Object;
iput-wide p1, p0, Lcom/ironsource/f;->c:J
return-void
.end method
# virtual methods
.method public a(Ljava/lang/Object;)V
.locals 4
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)V"
}
.end annotation
.line 0
invoke-virtual {p0}, Lcom/ironsource/f;->a()Z
move-result v0
if-eqz v0, :cond_0
return-void
:cond_0
if-nez p1, :cond_1
return-void
:cond_1
iput-object p1, p0, Lcom/ironsource/f;->d:Ljava/lang/Object;
invoke-virtual {p0}, Lcom/ironsource/f;->c()V
iget-object p1, p0, Lcom/ironsource/f;->a:Ljava/lang/Object;
monitor-enter p1
:try_start_0
new-instance v0, Ljava/util/Timer;
invoke-direct {v0}, Ljava/util/Timer;-><init>()V
iput-object v0, p0, Lcom/ironsource/f;->b:Ljava/util/Timer;
new-instance v1, Lcom/ironsource/f$a;
invoke-direct {v1, p0}, Lcom/ironsource/f$a;-><init>(Lcom/ironsource/f;)V
iget-wide v2, p0, Lcom/ironsource/f;->c:J
invoke-virtual {v0, v1, v2, v3}, Ljava/util/Timer;->schedule(Ljava/util/TimerTask;J)V
monitor-exit p1
return-void
:catchall_0
move-exception v0
monitor-exit p1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v0
.end method
.method public a()Z
.locals 4
.line 0
iget-wide v0, p0, Lcom/ironsource/f;->c:J
const-wide/16 v2, 0x0
cmp-long v0, v0, v2
if-gtz v0, :cond_0
const/4 v0, 0x1
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_0
return v0
.end method
.method public abstract b()V
.end method
.method public c()V
.locals 2
iget-object v0, p0, Lcom/ironsource/f;->a:Ljava/lang/Object;
monitor-enter v0
:try_start_0
iget-object v1, p0, Lcom/ironsource/f;->b:Ljava/util/Timer;
if-eqz v1, :cond_0
invoke-virtual {v1}, Ljava/util/Timer;->cancel()V
const/4 v1, 0x0
iput-object v1, p0, Lcom/ironsource/f;->b:Ljava/util/Timer;
goto :goto_0
:catchall_0
move-exception v1
goto :goto_1
:cond_0
:goto_0
monitor-exit v0
return-void
:goto_1
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v1
.end method
.method public d()V
.locals 1
const/4 v0, 0x0
iput-object v0, p0, Lcom/ironsource/f;->d:Ljava/lang/Object;
return-void
.end method