apkfuckery/com.discord/smali_classes2/d0/p.smali

78 lines
1.8 KiB
Smali
Raw Normal View History

2020-03-27 22:23:51 +00:00
.class public final Ld0/p;
2020-02-20 19:33:18 +00:00
.super Ljava/lang/Object;
2020-04-17 17:35:24 +00:00
.source "Dns.kt"
2020-02-20 19:33:18 +00:00
# interfaces
2020-04-17 17:35:24 +00:00
.implements Ld0/q;
2020-02-20 19:33:18 +00:00
# direct methods
2020-04-17 17:35:24 +00:00
.method public constructor <init>()V
2020-02-20 19:33:18 +00:00
.locals 0
2020-03-26 23:31:08 +00:00
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
2020-03-26 05:26:27 +00:00
2020-02-20 19:33:18 +00:00
return-void
.end method
# virtual methods
2020-04-17 17:35:24 +00:00
.method public a(Ljava/lang/String;)Ljava/util/List;
.locals 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Ljava/util/List<",
"Ljava/net/InetAddress;",
">;"
}
.end annotation
2020-04-17 16:36:30 +00:00
2020-04-17 17:35:24 +00:00
if-eqz p1, :cond_0
2020-04-17 16:36:30 +00:00
:try_start_0
2020-04-17 17:35:24 +00:00
invoke-static {p1}, Ljava/net/InetAddress;->getAllByName(Ljava/lang/String;)[Ljava/net/InetAddress;
2020-04-17 16:36:30 +00:00
move-result-object v0
2020-04-17 17:35:24 +00:00
const-string v1, "InetAddress.getAllByName(hostname)"
2020-03-27 22:23:51 +00:00
2020-04-17 17:35:24 +00:00
invoke-static {v0, v1}, Lz/u/b/j;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
2020-04-17 16:36:30 +00:00
2020-04-17 17:35:24 +00:00
invoke-static {v0}, Lf/n/a/j/a;->toList([Ljava/lang/Object;)Ljava/util/List;
2020-04-17 16:36:30 +00:00
move-result-object p1
2020-04-17 17:35:24 +00:00
:try_end_0
.catch Ljava/lang/NullPointerException; {:try_start_0 .. :try_end_0} :catch_0
2020-04-17 16:36:30 +00:00
return-object p1
2020-04-17 17:35:24 +00:00
:catch_0
move-exception v0
2020-04-17 16:36:30 +00:00
2020-04-17 17:35:24 +00:00
new-instance v1, Ljava/net/UnknownHostException;
2020-04-17 16:36:30 +00:00
2020-04-17 17:35:24 +00:00
const-string v2, "Broken system behaviour for dns lookup of "
2020-04-17 16:36:30 +00:00
2020-04-17 17:35:24 +00:00
invoke-static {v2, p1}, Lf/e/b/a/a;->a(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
2020-04-17 16:36:30 +00:00
move-result-object p1
2020-04-17 17:35:24 +00:00
invoke-direct {v1, p1}, Ljava/net/UnknownHostException;-><init>(Ljava/lang/String;)V
2020-04-17 16:36:30 +00:00
2020-04-17 17:35:24 +00:00
invoke-virtual {v1, v0}, Ljava/net/UnknownHostException;->initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
2020-04-17 16:36:30 +00:00
2020-04-17 17:35:24 +00:00
throw v1
2020-04-17 16:36:30 +00:00
:cond_0
2020-04-17 17:35:24 +00:00
const-string p1, "hostname"
2020-04-17 16:36:30 +00:00
2020-04-17 17:35:24 +00:00
invoke-static {p1}, Lz/u/b/j;->a(Ljava/lang/String;)V
2020-04-17 16:36:30 +00:00
2020-04-17 17:35:24 +00:00
const/4 p1, 0x0
2020-04-17 16:36:30 +00:00
throw p1
.end method