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

144 lines
3.9 KiB
Smali

.class public Lcom/fyber/inneractive/sdk/protobuf/z;
.super Ljava/io/IOException;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/fyber/inneractive/sdk/protobuf/z$a;
}
.end annotation
# static fields
.field public static final synthetic a:I = 0x0
.field private static final serialVersionUID:J = -0x166db9773d0dffacL
# direct methods
.method public constructor <init>(Ljava/lang/String;)V
.locals 0
.line 1
invoke-direct {p0, p1}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
return-void
.end method
.method public static a()Lcom/fyber/inneractive/sdk/protobuf/z;
.locals 2
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/protobuf/z;
const-string v1, "Protocol message end-group tag did not match expected tag."
invoke-direct {v0, v1}, Lcom/fyber/inneractive/sdk/protobuf/z;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method public static b()Lcom/fyber/inneractive/sdk/protobuf/z;
.locals 2
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/protobuf/z;
const-string v1, "Protocol message contained an invalid tag (zero)."
invoke-direct {v0, v1}, Lcom/fyber/inneractive/sdk/protobuf/z;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method public static c()Lcom/fyber/inneractive/sdk/protobuf/z;
.locals 2
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/protobuf/z;
const-string v1, "Protocol message had invalid UTF-8."
invoke-direct {v0, v1}, Lcom/fyber/inneractive/sdk/protobuf/z;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method public static d()Lcom/fyber/inneractive/sdk/protobuf/z$a;
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/protobuf/z$a;
invoke-direct {v0}, Lcom/fyber/inneractive/sdk/protobuf/z$a;-><init>()V
return-object v0
.end method
.method public static e()Lcom/fyber/inneractive/sdk/protobuf/z;
.locals 2
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/protobuf/z;
const-string v1, "CodedInputStream encountered a malformed varint."
invoke-direct {v0, v1}, Lcom/fyber/inneractive/sdk/protobuf/z;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method public static f()Lcom/fyber/inneractive/sdk/protobuf/z;
.locals 2
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/protobuf/z;
const-string v1, "CodedInputStream encountered an embedded string or message which claimed to have negative size."
invoke-direct {v0, v1}, Lcom/fyber/inneractive/sdk/protobuf/z;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method public static g()Lcom/fyber/inneractive/sdk/protobuf/z;
.locals 2
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/protobuf/z;
const-string v1, "Failed to parse the message."
invoke-direct {v0, v1}, Lcom/fyber/inneractive/sdk/protobuf/z;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method public static h()Lcom/fyber/inneractive/sdk/protobuf/z;
.locals 2
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/protobuf/z;
const-string v1, "Protocol message had too many levels of nesting. May be malicious. Use CodedInputStream.setRecursionLimit() to increase the depth limit."
invoke-direct {v0, v1}, Lcom/fyber/inneractive/sdk/protobuf/z;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method public static i()Lcom/fyber/inneractive/sdk/protobuf/z;
.locals 2
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/protobuf/z;
const-string v1, "While parsing a protocol message, the input ended unexpectedly in the middle of a field. This could mean either that the input has been truncated or that an embedded message misreported its own length."
invoke-direct {v0, v1}, Lcom/fyber/inneractive/sdk/protobuf/z;-><init>(Ljava/lang/String;)V
return-object v0
.end method