- 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
64 lines
1.3 KiB
Smali
64 lines
1.3 KiB
Smali
.class public final Lorg/apache/http/HttpVersion;
|
|
.super Lorg/apache/http/ProtocolVersion;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/io/Serializable;
|
|
|
|
|
|
# annotations
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final HTTP:Ljava/lang/String; = "HTTP"
|
|
|
|
.field public static final HTTP_0_9:Lorg/apache/http/HttpVersion;
|
|
|
|
.field public static final HTTP_1_0:Lorg/apache/http/HttpVersion;
|
|
|
|
.field public static final HTTP_1_1:Lorg/apache/http/HttpVersion;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(II)V
|
|
.locals 0
|
|
|
|
const/4 p1, 0x0
|
|
|
|
const/4 p2, 0x0
|
|
|
|
.line 7
|
|
invoke-direct {p0, p1, p2, p2}, Lorg/apache/http/ProtocolVersion;-><init>(Ljava/lang/String;II)V
|
|
|
|
new-instance p1, Ljava/lang/RuntimeException;
|
|
|
|
const-string p2, "Stub!"
|
|
|
|
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public forVersion(II)Lorg/apache/http/ProtocolVersion;
|
|
.locals 0
|
|
|
|
.line 8
|
|
new-instance p1, Ljava/lang/RuntimeException;
|
|
|
|
const-string p2, "Stub!"
|
|
|
|
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
.end method
|