XploitSPY/app/factory/decompiled/smali/b/a/h/c.smali

140 lines
2.5 KiB
Smali
Raw Normal View History

2020-03-24 03:54:23 +08:00
.class public Lb/a/h/c;
2020-01-11 23:35:37 +08:00
.super Ljava/lang/Object;
.source ""
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lb/a/h/c$a;,
Lb/a/h/c$b;,
2020-03-24 03:54:23 +08:00
Lb/a/h/c$c;
2020-01-11 23:35:37 +08:00
}
.end annotation
# static fields
2020-03-24 03:54:23 +08:00
.field private static final a:Ljava/util/logging/Logger;
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
.field public static b:I
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
.field public static c:[Ljava/lang/String;
2020-01-11 23:35:37 +08:00
# direct methods
.method static constructor <clinit>()V
2020-03-24 03:54:23 +08:00
.locals 4
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
const-class v0, Lb/a/h/c;
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
invoke-virtual {v0}, Ljava/lang/Class;->getName()Ljava/lang/String;
2020-01-11 23:35:37 +08:00
move-result-object v0
2020-03-24 03:54:23 +08:00
invoke-static {v0}, Ljava/util/logging/Logger;->getLogger(Ljava/lang/String;)Ljava/util/logging/Logger;
2020-01-11 23:35:37 +08:00
move-result-object v0
2020-03-24 03:54:23 +08:00
sput-object v0, Lb/a/h/c;->a:Ljava/util/logging/Logger;
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
const/4 v0, 0x4
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
sput v0, Lb/a/h/c;->b:I
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
const/4 v1, 0x7
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
new-array v1, v1, [Ljava/lang/String;
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
const/4 v2, 0x0
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
const-string v3, "CONNECT"
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
aput-object v3, v1, v2
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
const/4 v2, 0x1
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
const-string v3, "DISCONNECT"
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
aput-object v3, v1, v2
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
const/4 v2, 0x2
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
const-string v3, "EVENT"
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
aput-object v3, v1, v2
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
const/4 v2, 0x3
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
const-string v3, "ACK"
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
aput-object v3, v1, v2
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
const-string v2, "ERROR"
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
aput-object v2, v1, v0
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
const/4 v0, 0x5
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
const-string v2, "BINARY_EVENT"
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
aput-object v2, v1, v0
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
const/4 v0, 0x6
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
const-string v2, "BINARY_ACK"
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
aput-object v2, v1, v0
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
sput-object v1, Lb/a/h/c;->c:[Ljava/lang/String;
2020-01-11 23:35:37 +08:00
return-void
.end method
2020-03-24 03:54:23 +08:00
.method private constructor <init>()V
.locals 0
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
2020-01-11 23:35:37 +08:00
return-void
.end method
2020-03-24 03:54:23 +08:00
.method static synthetic a()Ljava/util/logging/Logger;
.locals 1
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
sget-object v0, Lb/a/h/c;->a:Ljava/util/logging/Logger;
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
return-object v0
2020-01-11 23:35:37 +08:00
.end method
2020-03-24 03:54:23 +08:00
.method static synthetic b()Lb/a/h/b;
.locals 1
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
invoke-static {}, Lb/a/h/c;->c()Lb/a/h/b;
2020-01-11 23:35:37 +08:00
move-result-object v0
2020-03-24 03:54:23 +08:00
return-object v0
.end method
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
.method private static c()Lb/a/h/b;
.locals 3
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lb/a/h/b<",
"Ljava/lang/String;",
">;"
}
.end annotation
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
new-instance v0, Lb/a/h/b;
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
const/4 v1, 0x4
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
const-string v2, "parser error"
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
invoke-direct {v0, v1, v2}, Lb/a/h/b;-><init>(ILjava/lang/Object;)V
2020-01-11 23:35:37 +08:00
2020-03-24 03:54:23 +08:00
return-object v0
2020-01-11 23:35:37 +08:00
.end method