- 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
39 lines
888 B
Smali
39 lines
888 B
Smali
.class public abstract Lkotlin/ResultKt;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public static final createFailure(Ljava/lang/Throwable;)Ljava/lang/Object;
|
|
.locals 1
|
|
|
|
const-string v0, "exception"
|
|
|
|
invoke-static {p0, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
.line 122
|
|
new-instance v0, Lkotlin/Result$Failure;
|
|
|
|
invoke-direct {v0, p0}, Lkotlin/Result$Failure;-><init>(Ljava/lang/Throwable;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final throwOnFailure(Ljava/lang/Object;)V
|
|
.locals 1
|
|
|
|
.line 132
|
|
instance-of v0, p0, Lkotlin/Result$Failure;
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
return-void
|
|
|
|
:cond_0
|
|
check-cast p0, Lkotlin/Result$Failure;
|
|
|
|
iget-object p0, p0, Lkotlin/Result$Failure;->exception:Ljava/lang/Throwable;
|
|
|
|
throw p0
|
|
.end method
|