- 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
245 lines
4.9 KiB
Smali
245 lines
4.9 KiB
Smali
.class public final Lkotlin/Result;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/io/Serializable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lkotlin/Result$Companion;,
|
|
Lkotlin/Result$Failure;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final Companion:Lkotlin/Result$Companion;
|
|
|
|
|
|
# instance fields
|
|
.field public final value:Ljava/lang/Object;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 2
|
|
|
|
new-instance v0, Lkotlin/Result$Companion;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-direct {v0, v1}, Lkotlin/Result$Companion;-><init>(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
|
|
sput-object v0, Lkotlin/Result;->Companion:Lkotlin/Result$Companion;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public synthetic constructor <init>(Ljava/lang/Object;)V
|
|
.locals 0
|
|
|
|
.line 22
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lkotlin/Result;->value:Ljava/lang/Object;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static final synthetic box-impl(Ljava/lang/Object;)Lkotlin/Result;
|
|
.locals 1
|
|
|
|
new-instance v0, Lkotlin/Result;
|
|
|
|
invoke-direct {v0, p0}, Lkotlin/Result;-><init>(Ljava/lang/Object;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static constructor-impl(Ljava/lang/Object;)Ljava/lang/Object;
|
|
.locals 0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static equals-impl(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
.locals 2
|
|
|
|
instance-of v0, p1, Lkotlin/Result;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
return v1
|
|
|
|
:cond_0
|
|
check-cast p1, Lkotlin/Result;
|
|
|
|
invoke-virtual {p1}, Lkotlin/Result;->unbox-impl()Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-static {p0, p1}, Lkotlin/jvm/internal/Intrinsics;->areEqual(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
|
|
move-result p0
|
|
|
|
if-nez p0, :cond_1
|
|
|
|
return v1
|
|
|
|
:cond_1
|
|
const/4 p0, 0x1
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static final exceptionOrNull-impl(Ljava/lang/Object;)Ljava/lang/Throwable;
|
|
.locals 1
|
|
|
|
.line 64
|
|
instance-of v0, p0, Lkotlin/Result$Failure;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
check-cast p0, Lkotlin/Result$Failure;
|
|
|
|
iget-object p0, p0, Lkotlin/Result$Failure;->exception:Ljava/lang/Throwable;
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p0, 0x0
|
|
|
|
:goto_0
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static hashCode-impl(Ljava/lang/Object;)I
|
|
.locals 0
|
|
|
|
if-nez p0, :cond_0
|
|
|
|
const/4 p0, 0x0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
invoke-virtual {p0}, Ljava/lang/Object;->hashCode()I
|
|
|
|
move-result p0
|
|
|
|
:goto_0
|
|
return p0
|
|
.end method
|
|
|
|
.method public static final isFailure-impl(Ljava/lang/Object;)Z
|
|
.locals 0
|
|
|
|
.line 38
|
|
instance-of p0, p0, Lkotlin/Result$Failure;
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static final isSuccess-impl(Ljava/lang/Object;)Z
|
|
.locals 0
|
|
|
|
.line 32
|
|
instance-of p0, p0, Lkotlin/Result$Failure;
|
|
|
|
xor-int/lit8 p0, p0, 0x1
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static toString-impl(Ljava/lang/Object;)Ljava/lang/String;
|
|
.locals 2
|
|
|
|
.line 75
|
|
instance-of v0, p0, Lkotlin/Result$Failure;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
check-cast p0, Lkotlin/Result$Failure;
|
|
|
|
invoke-virtual {p0}, Lkotlin/Result$Failure;->toString()Ljava/lang/String;
|
|
|
|
move-result-object p0
|
|
|
|
goto :goto_0
|
|
|
|
.line 76
|
|
:cond_0
|
|
new-instance v0, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
const-string v1, "Success("
|
|
|
|
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v0, p0}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
|
|
|
const/16 p0, 0x29
|
|
|
|
invoke-virtual {v0, p0}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object p0
|
|
|
|
:goto_0
|
|
return-object p0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public equals(Ljava/lang/Object;)Z
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lkotlin/Result;->value:Ljava/lang/Object;
|
|
|
|
invoke-static {v0, p1}, Lkotlin/Result;->equals-impl(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public hashCode()I
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lkotlin/Result;->value:Ljava/lang/Object;
|
|
|
|
invoke-static {v0}, Lkotlin/Result;->hashCode-impl(Ljava/lang/Object;)I
|
|
|
|
move-result v0
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public toString()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lkotlin/Result;->value:Ljava/lang/Object;
|
|
|
|
.line 73
|
|
invoke-static {v0}, Lkotlin/Result;->toString-impl(Ljava/lang/Object;)Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final synthetic unbox-impl()Ljava/lang/Object;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lkotlin/Result;->value:Ljava/lang/Object;
|
|
|
|
return-object v0
|
|
.end method
|