- 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
47 lines
1.1 KiB
Smali
47 lines
1.1 KiB
Smali
.class public interface abstract Lokhttp3/Authenticator;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final NONE:Lokhttp3/Authenticator;
|
|
|
|
|
|
# direct methods
|
|
.method public static synthetic $r8$lambda$esJoevooYalsFzydukZpZJT5arU(Lokhttp3/Route;Lokhttp3/Response;)Lokhttp3/Request;
|
|
.locals 0
|
|
|
|
.line 0
|
|
invoke-static {p0, p1}, Lokhttp3/Authenticator;->lambda$static$0(Lokhttp3/Route;Lokhttp3/Response;)Lokhttp3/Request;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
.line 100
|
|
new-instance v0, Lokhttp3/Authenticator$$ExternalSyntheticLambda0;
|
|
|
|
invoke-direct {v0}, Lokhttp3/Authenticator$$ExternalSyntheticLambda0;-><init>()V
|
|
|
|
sput-object v0, Lokhttp3/Authenticator;->NONE:Lokhttp3/Authenticator;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic lambda$static$0(Lokhttp3/Route;Lokhttp3/Response;)Lokhttp3/Request;
|
|
.locals 0
|
|
|
|
const/4 p0, 0x0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract authenticate(Lokhttp3/Route;Lokhttp3/Response;)Lokhttp3/Request;
|
|
.end method
|