Files
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

418 lines
10 KiB
Smali

.class public Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$Event;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/util/Map;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "Event"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/Object;",
">;"
}
.end annotation
# instance fields
.field public action:Ljava/lang/String;
.field public channel:Ljava/lang/String;
.field public data:Ljava/util/Map;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/Object;",
">;"
}
.end annotation
.end field
.field public sender:Ljava/lang/String;
# direct methods
.method public constructor <init>()V
.locals 0
.line 68
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Ljava/lang/String;",
"Ljava/lang/String;",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/Object;",
">;)V"
}
.end annotation
.line 71
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$Event;->channel:Ljava/lang/String;
iput-object p2, p0, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$Event;->action:Ljava/lang/String;
iput-object p3, p0, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$Event;->sender:Ljava/lang/String;
iput-object p4, p0, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$Event;->data:Ljava/util/Map;
return-void
.end method
# virtual methods
.method public clear()V
.locals 1
.line 131
new-instance v0, Ljava/lang/UnsupportedOperationException;
invoke-direct {v0}, Ljava/lang/UnsupportedOperationException;-><init>()V
throw v0
.end method
.method public containsKey(Ljava/lang/Object;)Z
.locals 1
.line 90
invoke-static {}, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus;->access$100()Ljava/util/Set;
move-result-object v0
invoke-interface {v0, p1}, Ljava/util/Set;->contains(Ljava/lang/Object;)Z
move-result p1
return p1
.end method
.method public containsValue(Ljava/lang/Object;)Z
.locals 1
.line 95
invoke-virtual {p0}, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$Event;->values()Ljava/util/Collection;
move-result-object v0
invoke-interface {v0, p1}, Ljava/util/Collection;->contains(Ljava/lang/Object;)Z
move-result p1
return p1
.end method
.method public entrySet()Ljava/util/Set;
.locals 4
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Set<",
"Ljava/util/Map$Entry<",
"Ljava/lang/String;",
"Ljava/lang/Object;",
">;>;"
}
.end annotation
.line 149
new-instance v0, Ljava/util/HashSet;
invoke-direct {v0}, Ljava/util/HashSet;-><init>()V
.line 150
new-instance v1, Ljava/util/AbstractMap$SimpleImmutableEntry;
const-string v2, "channel"
iget-object v3, p0, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$Event;->channel:Ljava/lang/String;
invoke-direct {v1, v2, v3}, Ljava/util/AbstractMap$SimpleImmutableEntry;-><init>(Ljava/lang/Object;Ljava/lang/Object;)V
invoke-interface {v0, v1}, Ljava/util/Set;->add(Ljava/lang/Object;)Z
.line 151
new-instance v1, Ljava/util/AbstractMap$SimpleImmutableEntry;
const-string v2, "action"
iget-object v3, p0, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$Event;->action:Ljava/lang/String;
invoke-direct {v1, v2, v3}, Ljava/util/AbstractMap$SimpleImmutableEntry;-><init>(Ljava/lang/Object;Ljava/lang/Object;)V
invoke-interface {v0, v1}, Ljava/util/Set;->add(Ljava/lang/Object;)Z
.line 152
new-instance v1, Ljava/util/AbstractMap$SimpleImmutableEntry;
const-string v2, "sender"
iget-object v3, p0, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$Event;->sender:Ljava/lang/String;
invoke-direct {v1, v2, v3}, Ljava/util/AbstractMap$SimpleImmutableEntry;-><init>(Ljava/lang/Object;Ljava/lang/Object;)V
invoke-interface {v0, v1}, Ljava/util/Set;->add(Ljava/lang/Object;)Z
.line 153
new-instance v1, Ljava/util/AbstractMap$SimpleImmutableEntry;
const-string v2, "data"
iget-object v3, p0, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$Event;->data:Ljava/util/Map;
invoke-direct {v1, v2, v3}, Ljava/util/AbstractMap$SimpleImmutableEntry;-><init>(Ljava/lang/Object;Ljava/lang/Object;)V
invoke-interface {v0, v1}, Ljava/util/Set;->add(Ljava/lang/Object;)Z
return-object v0
.end method
.method public get(Ljava/lang/Object;)Ljava/lang/Object;
.locals 2
const/4 v0, 0x0
if-nez p1, :cond_0
return-object v0
:cond_0
const-string v1, "channel"
.line 102
invoke-virtual {p1, v1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result v1
if-eqz v1, :cond_1
iget-object p1, p0, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$Event;->channel:Ljava/lang/String;
return-object p1
:cond_1
const-string v1, "action"
.line 104
invoke-virtual {p1, v1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result v1
if-eqz v1, :cond_2
iget-object p1, p0, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$Event;->action:Ljava/lang/String;
return-object p1
:cond_2
const-string v1, "sender"
.line 106
invoke-virtual {p1, v1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result v1
if-eqz v1, :cond_3
iget-object p1, p0, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$Event;->sender:Ljava/lang/String;
return-object p1
:cond_3
const-string v1, "data"
.line 108
invoke-virtual {p1, v1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_4
iget-object p1, p0, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$Event;->data:Ljava/util/Map;
return-object p1
:cond_4
return-object v0
.end method
.method public isEmpty()Z
.locals 1
.line 85
invoke-virtual {p0}, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$Event;->size()I
move-result v0
if-nez v0, :cond_0
const/4 v0, 0x1
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_0
return v0
.end method
.method public keySet()Ljava/util/Set;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Set<",
"Ljava/lang/String;",
">;"
}
.end annotation
.line 137
invoke-static {}, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus;->access$100()Ljava/util/Set;
move-result-object v0
return-object v0
.end method
.method public bridge synthetic put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
.line 62
check-cast p1, Ljava/lang/String;
invoke-virtual {p0, p1, p2}, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$Event;->put(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
return-object p1
.end method
.method public put(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
.line 116
new-instance p1, Ljava/lang/UnsupportedOperationException;
invoke-direct {p1}, Ljava/lang/UnsupportedOperationException;-><init>()V
throw p1
.end method
.method public putAll(Ljava/util/Map;)V
.locals 0
.param p1 # Ljava/util/Map;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/Map<",
"+",
"Ljava/lang/String;",
"*>;)V"
}
.end annotation
.line 126
new-instance p1, Ljava/lang/UnsupportedOperationException;
invoke-direct {p1}, Ljava/lang/UnsupportedOperationException;-><init>()V
throw p1
.end method
.method public remove(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
.line 121
new-instance p1, Ljava/lang/UnsupportedOperationException;
invoke-direct {p1}, Ljava/lang/UnsupportedOperationException;-><init>()V
throw p1
.end method
.method public size()I
.locals 1
.line 80
invoke-virtual {p0}, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$Event;->keySet()Ljava/util/Set;
move-result-object v0
invoke-interface {v0}, Ljava/util/Set;->size()I
move-result v0
return v0
.end method
.method public values()Ljava/util/Collection;
.locals 4
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Collection<",
"Ljava/lang/Object;",
">;"
}
.end annotation
iget-object v0, p0, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$Event;->channel:Ljava/lang/String;
iget-object v1, p0, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$Event;->action:Ljava/lang/String;
iget-object v2, p0, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$Event;->sender:Ljava/lang/String;
iget-object v3, p0, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$Event;->data:Ljava/util/Map;
filled-new-array {v0, v1, v2, v3}, [Ljava/lang/Object;
move-result-object v0
.line 143
invoke-static {v0}, Ljava/util/Arrays;->asList([Ljava/lang/Object;)Ljava/util/List;
move-result-object v0
return-object v0
.end method