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

105 lines
2.9 KiB
Smali

.class public final Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$e;
.super Lcom/fyber/inneractive/sdk/protobuf/o;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "e"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<ContainingType::",
"Lcom/fyber/inneractive/sdk/protobuf/o0;",
"Type:",
"Ljava/lang/Object;",
">",
"Lcom/fyber/inneractive/sdk/protobuf/o<",
"TContainingType;TType;>;"
}
.end annotation
# instance fields
.field public final a:Lcom/fyber/inneractive/sdk/protobuf/o0;
.annotation system Ldalvik/annotation/Signature;
value = {
"TContainingType;"
}
.end annotation
.end field
.field public final b:Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"TType;"
}
.end annotation
.end field
.field public final c:Lcom/fyber/inneractive/sdk/protobuf/o0;
.field public final d:Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$d;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/protobuf/o0;Ljava/lang/Object;Lcom/fyber/inneractive/sdk/protobuf/o0;Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$d;)V
.locals 2
.line 1
invoke-direct {p0}, Lcom/fyber/inneractive/sdk/protobuf/o;-><init>()V
if-eqz p1, :cond_2
.line 7
invoke-virtual {p4}, Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$d;->c()Lcom/fyber/inneractive/sdk/protobuf/r1$b;
move-result-object v0
sget-object v1, Lcom/fyber/inneractive/sdk/protobuf/r1$b;->MESSAGE:Lcom/fyber/inneractive/sdk/protobuf/r1$b;
if-ne v0, v1, :cond_1
if-eqz p3, :cond_0
goto :goto_0
.line 9
:cond_0
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string p2, "Null messageDefaultInstance"
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p1
:cond_1
:goto_0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$e;->a:Lcom/fyber/inneractive/sdk/protobuf/o0;
iput-object p2, p0, Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$e;->b:Ljava/lang/Object;
iput-object p3, p0, Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$e;->c:Lcom/fyber/inneractive/sdk/protobuf/o0;
iput-object p4, p0, Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$e;->d:Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$d;
return-void
.line 15
:cond_2
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string p2, "Null containingTypeDefaultInstance"
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p1
.end method