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
This commit is contained in:
2026-02-18 16:13:44 -08:00
parent c080f0d97f
commit f3960ee359
44288 changed files with 10998761 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/interfaces/a$a;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/interfaces/a;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "a"
.end annotation
# virtual methods
.method public abstract a(Lcom/fyber/inneractive/sdk/external/InneractiveAdRequest;)V
.end method
.method public abstract a(Lcom/fyber/inneractive/sdk/external/InneractiveInfrastructureError;)V
.end method

View File

@@ -0,0 +1,22 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/interfaces/a$b;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/interfaces/a;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "b"
.end annotation
# virtual methods
.method public abstract a()V
.end method
.method public abstract b()V
.end method

View File

@@ -0,0 +1,17 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/interfaces/a;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/fyber/inneractive/sdk/interfaces/a$b;,
Lcom/fyber/inneractive/sdk/interfaces/a$a;
}
.end annotation
# virtual methods
.method public abstract cancel()V
.end method

View File

@@ -0,0 +1,41 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/interfaces/b;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/fyber/inneractive/sdk/external/InneractiveAdRenderer;
# virtual methods
.method public abstract a()V
.end method
.method public abstract a(I)V
.end method
.method public abstract a(Landroid/view/ViewGroup;)V
.end method
.method public abstract a(Landroid/view/View;)Z
.end method
.method public abstract a(Lcom/fyber/inneractive/sdk/flow/q;)Z
.end method
.method public abstract f()I
.end method
.method public abstract initialize(Lcom/fyber/inneractive/sdk/external/InneractiveAdSpot;)V
.end method
.method public abstract k()V
.end method
.method public abstract m()V
.end method
.method public abstract s()V
.end method
.method public abstract u()I
.end method

View File

@@ -0,0 +1,52 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/interfaces/c$a;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/interfaces/c;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "a"
.end annotation
# virtual methods
.method public abstract destroy()V
.end method
.method public abstract disableCloseButton()V
.end method
.method public abstract dismissAd(Z)V
.end method
.method public abstract getCloseButton()Landroid/view/View;
.end method
.method public abstract getLayout()Landroid/view/ViewGroup;
.end method
.method public abstract isCloseButtonDisplay()Z
.end method
.method public abstract secondEndCardWasDisplayed()V
.end method
.method public abstract setActivityOrientation(ZLcom/fyber/inneractive/sdk/config/enums/Orientation;)V
.end method
.method public abstract showCloseButton(ZII)V
.end method
.method public abstract showCloseCountdown()V
.end method
.method public abstract updateCloseCountdown(I)V
.end method
.method public abstract wasDismissedByUser()Z
.end method

View File

@@ -0,0 +1,14 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/interfaces/c$b;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/interfaces/c;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "b"
.end annotation

View File

@@ -0,0 +1,50 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/interfaces/c;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/fyber/inneractive/sdk/external/InneractiveAdRenderer;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/fyber/inneractive/sdk/interfaces/c$a;,
Lcom/fyber/inneractive/sdk/interfaces/c$b;
}
.end annotation
# virtual methods
.method public abstract a(Lcom/fyber/inneractive/sdk/external/InneractiveFullscreenUnitController$a;)V
.end method
.method public abstract a(Lcom/fyber/inneractive/sdk/interfaces/c$a;Landroid/app/Activity;)V
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/fyber/inneractive/sdk/external/InneractiveUnitController$AdDisplayError;,
Landroid/content/res/Resources$NotFoundException;
}
.end annotation
.end method
.method public abstract b()V
.end method
.method public abstract c(Z)V
.end method
.method public abstract destroy()V
.end method
.method public abstract n()Z
.end method
.method public abstract r()V
.end method
.method public abstract t()V
.end method
.method public abstract v()V
.end method