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,138 @@
.class public final Lokhttp3/Cache$CacheRequestImpl;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lokhttp3/internal/cache/CacheRequest;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lokhttp3/Cache;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x11
name = "CacheRequestImpl"
.end annotation
# instance fields
.field public body:Lokio/Sink;
.field public cacheOut:Lokio/Sink;
.field public done:Z
.field public final editor:Lokhttp3/internal/cache/DiskLruCache$Editor;
.field public final synthetic this$0:Lokhttp3/Cache;
# direct methods
.method public constructor <init>(Lokhttp3/Cache;Lokhttp3/internal/cache/DiskLruCache$Editor;)V
.locals 2
iput-object p1, p0, Lokhttp3/Cache$CacheRequestImpl;->this$0:Lokhttp3/Cache;
.line 437
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p2, p0, Lokhttp3/Cache$CacheRequestImpl;->editor:Lokhttp3/internal/cache/DiskLruCache$Editor;
const/4 v0, 0x1
.line 439
invoke-virtual {p2, v0}, Lokhttp3/internal/cache/DiskLruCache$Editor;->newSink(I)Lokio/Sink;
move-result-object v0
iput-object v0, p0, Lokhttp3/Cache$CacheRequestImpl;->cacheOut:Lokio/Sink;
.line 440
new-instance v1, Lokhttp3/Cache$CacheRequestImpl$1;
invoke-direct {v1, p0, v0, p1, p2}, Lokhttp3/Cache$CacheRequestImpl$1;-><init>(Lokhttp3/Cache$CacheRequestImpl;Lokio/Sink;Lokhttp3/Cache;Lokhttp3/internal/cache/DiskLruCache$Editor;)V
iput-object v1, p0, Lokhttp3/Cache$CacheRequestImpl;->body:Lokio/Sink;
return-void
.end method
# virtual methods
.method public abort()V
.locals 4
iget-object v0, p0, Lokhttp3/Cache$CacheRequestImpl;->this$0:Lokhttp3/Cache;
.line 456
monitor-enter v0
:try_start_0
iget-boolean v1, p0, Lokhttp3/Cache$CacheRequestImpl;->done:Z
if-eqz v1, :cond_0
.line 458
monitor-exit v0
return-void
:catchall_0
move-exception v1
goto :goto_0
:cond_0
const/4 v1, 0x1
iput-boolean v1, p0, Lokhttp3/Cache$CacheRequestImpl;->done:Z
iget-object v2, p0, Lokhttp3/Cache$CacheRequestImpl;->this$0:Lokhttp3/Cache;
.line 461
iget v3, v2, Lokhttp3/Cache;->writeAbortCount:I
add-int/2addr v3, v1
iput v3, v2, Lokhttp3/Cache;->writeAbortCount:I
.line 462
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
iget-object v0, p0, Lokhttp3/Cache$CacheRequestImpl;->cacheOut:Lokio/Sink;
.line 463
invoke-static {v0}, Lokhttp3/internal/Util;->closeQuietly(Ljava/io/Closeable;)V
:try_start_1
iget-object v0, p0, Lokhttp3/Cache$CacheRequestImpl;->editor:Lokhttp3/internal/cache/DiskLruCache$Editor;
.line 465
invoke-virtual {v0}, Lokhttp3/internal/cache/DiskLruCache$Editor;->abort()V
:try_end_1
.catch Ljava/io/IOException; {:try_start_1 .. :try_end_1} :catch_0
:catch_0
return-void
.line 462
:goto_0
:try_start_2
monitor-exit v0
:try_end_2
.catchall {:try_start_2 .. :try_end_2} :catchall_0
throw v1
.end method
.method public body()Lokio/Sink;
.locals 1
iget-object v0, p0, Lokhttp3/Cache$CacheRequestImpl;->body:Lokio/Sink;
return-object v0
.end method