- 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
84 lines
1.9 KiB
Smali
84 lines
1.9 KiB
Smali
.class public abstract Lcom/fyber/inneractive/sdk/protobuf/e0;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/fyber/inneractive/sdk/protobuf/e0$a;,
|
|
Lcom/fyber/inneractive/sdk/protobuf/e0$b;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final a:Lcom/fyber/inneractive/sdk/protobuf/e0$a;
|
|
|
|
.field public static final b:Lcom/fyber/inneractive/sdk/protobuf/e0$b;
|
|
|
|
|
|
# direct methods
|
|
.method public static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
.line 1
|
|
new-instance v0, Lcom/fyber/inneractive/sdk/protobuf/e0$a;
|
|
|
|
.line 2
|
|
invoke-direct {v0}, Lcom/fyber/inneractive/sdk/protobuf/e0$a;-><init>()V
|
|
|
|
sput-object v0, Lcom/fyber/inneractive/sdk/protobuf/e0;->a:Lcom/fyber/inneractive/sdk/protobuf/e0$a;
|
|
|
|
.line 4
|
|
new-instance v0, Lcom/fyber/inneractive/sdk/protobuf/e0$b;
|
|
|
|
.line 5
|
|
invoke-direct {v0}, Lcom/fyber/inneractive/sdk/protobuf/e0$b;-><init>()V
|
|
|
|
sput-object v0, Lcom/fyber/inneractive/sdk/protobuf/e0;->b:Lcom/fyber/inneractive/sdk/protobuf/e0$b;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public synthetic constructor <init>(I)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Lcom/fyber/inneractive/sdk/protobuf/e0;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract a(JLjava/lang/Object;Ljava/lang/Object;)V
|
|
.end method
|
|
|
|
.method public abstract a(Ljava/lang/Object;J)V
|
|
.end method
|
|
|
|
.method public abstract b(Ljava/lang/Object;J)Ljava/util/List;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<",
|
|
"L:Ljava/lang/Object;",
|
|
">(",
|
|
"Ljava/lang/Object;",
|
|
"J)",
|
|
"Ljava/util/List<",
|
|
"T",
|
|
"L;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end method
|