Files
rr3-apk/smali_classes2/com/fyber/inneractive/sdk/util/h0.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

141 lines
2.9 KiB
Smali

.class public final Lcom/fyber/inneractive/sdk/util/h0;
.super Ljava/io/BufferedInputStream;
.source "SourceFile"
# instance fields
.field public final synthetic a:Ljava/util/concurrent/atomic/AtomicInteger;
# direct methods
.method public constructor <init>(Ljava/io/InputStream;Ljava/util/concurrent/atomic/AtomicInteger;)V
.locals 0
iput-object p2, p0, Lcom/fyber/inneractive/sdk/util/h0;->a:Ljava/util/concurrent/atomic/AtomicInteger;
.line 1
invoke-direct {p0, p1}, Ljava/io/BufferedInputStream;-><init>(Ljava/io/InputStream;)V
return-void
.end method
# virtual methods
.method public final declared-synchronized read([BII)I
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
monitor-enter p0
.line 1
:try_start_0
invoke-super {p0, p1, p2, p3}, Ljava/io/BufferedInputStream;->read([BII)I
move-result p1
const/4 p2, -0x1
if-eq p1, p2, :cond_0
iget-object p2, p0, Lcom/fyber/inneractive/sdk/util/h0;->a:Ljava/util/concurrent/atomic/AtomicInteger;
.line 3
invoke-virtual {p2, p1}, Ljava/util/concurrent/atomic/AtomicInteger;->getAndAdd(I)I
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
goto :goto_0
:catchall_0
move-exception p1
goto :goto_1
:cond_0
:goto_0
monitor-exit p0
return p1
:goto_1
monitor-exit p0
throw p1
.end method
.method public final declared-synchronized reset()V
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
monitor-enter p0
:try_start_0
iget-object v0, p0, Lcom/fyber/inneractive/sdk/util/h0;->a:Ljava/util/concurrent/atomic/AtomicInteger;
const/4 v1, 0x0
.line 1
invoke-virtual {v0, v1}, Ljava/util/concurrent/atomic/AtomicInteger;->set(I)V
.line 2
invoke-super {p0}, Ljava/io/BufferedInputStream;->reset()V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
monitor-exit p0
return-void
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public final declared-synchronized skip(J)J
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
monitor-enter p0
.line 1
:try_start_0
invoke-super {p0, p1, p2}, Ljava/io/BufferedInputStream;->skip(J)J
move-result-wide p1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/util/h0;->a:Ljava/util/concurrent/atomic/AtomicInteger;
long-to-int v1, p1
.line 2
invoke-virtual {v0, v1}, Ljava/util/concurrent/atomic/AtomicInteger;->addAndGet(I)I
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
monitor-exit p0
return-wide p1
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method