- 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
90 lines
2.1 KiB
Smali
90 lines
2.1 KiB
Smali
.class public final Lcom/fyber/inneractive/sdk/player/cache/n$a;
|
|
.super Ljava/io/ByteArrayOutputStream;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/fyber/inneractive/sdk/player/cache/n;->a()Ljava/lang/String;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public final synthetic a:Lcom/fyber/inneractive/sdk/player/cache/n;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/cache/n;I)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/cache/n$a;->a:Lcom/fyber/inneractive/sdk/player/cache/n;
|
|
|
|
.line 1
|
|
invoke-direct {p0, p2}, Ljava/io/ByteArrayOutputStream;-><init>(I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final toString()Ljava/lang/String;
|
|
.locals 5
|
|
|
|
iget v0, p0, Ljava/io/ByteArrayOutputStream;->count:I
|
|
|
|
if-lez v0, :cond_0
|
|
|
|
iget-object v1, p0, Ljava/io/ByteArrayOutputStream;->buf:[B
|
|
|
|
add-int/lit8 v2, v0, -0x1
|
|
|
|
.line 1
|
|
aget-byte v1, v1, v2
|
|
|
|
const/16 v3, 0xd
|
|
|
|
if-ne v1, v3, :cond_0
|
|
|
|
move v0, v2
|
|
|
|
.line 3
|
|
:cond_0
|
|
:try_start_0
|
|
new-instance v1, Ljava/lang/String;
|
|
|
|
iget-object v2, p0, Ljava/io/ByteArrayOutputStream;->buf:[B
|
|
|
|
iget-object v3, p0, Lcom/fyber/inneractive/sdk/player/cache/n$a;->a:Lcom/fyber/inneractive/sdk/player/cache/n;
|
|
|
|
.line 4
|
|
iget-object v3, v3, Lcom/fyber/inneractive/sdk/player/cache/n;->b:Ljava/nio/charset/Charset;
|
|
|
|
.line 5
|
|
invoke-virtual {v3}, Ljava/nio/charset/Charset;->name()Ljava/lang/String;
|
|
|
|
move-result-object v3
|
|
|
|
const/4 v4, 0x0
|
|
|
|
invoke-direct {v1, v2, v4, v0, v3}, Ljava/lang/String;-><init>([BIILjava/lang/String;)V
|
|
:try_end_0
|
|
.catch Ljava/io/UnsupportedEncodingException; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
return-object v1
|
|
|
|
:catch_0
|
|
move-exception v0
|
|
|
|
.line 7
|
|
new-instance v1, Ljava/lang/AssertionError;
|
|
|
|
invoke-direct {v1, v0}, Ljava/lang/AssertionError;-><init>(Ljava/lang/Object;)V
|
|
|
|
throw v1
|
|
.end method
|