- 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
97 lines
2.4 KiB
Smali
97 lines
2.4 KiB
Smali
.class public interface abstract Lokhttp3/Dns;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final SYSTEM:Lokhttp3/Dns;
|
|
|
|
|
|
# direct methods
|
|
.method public static synthetic $r8$lambda$9evC3uO-H_z08sS9O-4-hLhZ8es(Ljava/lang/String;)Ljava/util/List;
|
|
.locals 0
|
|
|
|
.line 0
|
|
invoke-static {p0}, Lokhttp3/Dns;->lambda$static$0(Ljava/lang/String;)Ljava/util/List;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
.line 36
|
|
new-instance v0, Lokhttp3/Dns$$ExternalSyntheticLambda0;
|
|
|
|
invoke-direct {v0}, Lokhttp3/Dns$$ExternalSyntheticLambda0;-><init>()V
|
|
|
|
sput-object v0, Lokhttp3/Dns;->SYSTEM:Lokhttp3/Dns;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic lambda$static$0(Ljava/lang/String;)Ljava/util/List;
|
|
.locals 4
|
|
|
|
if-eqz p0, :cond_0
|
|
|
|
.line 39
|
|
:try_start_0
|
|
invoke-static {p0}, Ljava/net/InetAddress;->getAllByName(Ljava/lang/String;)[Ljava/net/InetAddress;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-static {v0}, Ljava/util/Arrays;->asList([Ljava/lang/Object;)Ljava/util/List;
|
|
|
|
move-result-object p0
|
|
:try_end_0
|
|
.catch Ljava/lang/NullPointerException; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
return-object p0
|
|
|
|
:catch_0
|
|
move-exception v0
|
|
|
|
.line 41
|
|
new-instance v1, Ljava/net/UnknownHostException;
|
|
|
|
new-instance v2, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {v2}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
const-string v3, "Broken system behaviour for dns lookup of "
|
|
|
|
invoke-virtual {v2, v3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v2, p0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v2}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object p0
|
|
|
|
invoke-direct {v1, p0}, Ljava/net/UnknownHostException;-><init>(Ljava/lang/String;)V
|
|
|
|
.line 43
|
|
invoke-virtual {v1, v0}, Ljava/lang/Throwable;->initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
|
|
|
|
.line 44
|
|
throw v1
|
|
|
|
.line 37
|
|
:cond_0
|
|
new-instance p0, Ljava/net/UnknownHostException;
|
|
|
|
const-string v0, "hostname == null"
|
|
|
|
invoke-direct {p0, v0}, Ljava/net/UnknownHostException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract lookup(Ljava/lang/String;)Ljava/util/List;
|
|
.end method
|