Files
rr3-apk/smali/com/amazonaws/handlers/RequestHandler2Adaptor.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

118 lines
2.1 KiB
Smali

.class final Lcom/amazonaws/handlers/RequestHandler2Adaptor;
.super Lcom/amazonaws/handlers/RequestHandler2;
.source "SourceFile"
# direct methods
.method public constructor <init>(Lcom/amazonaws/handlers/RequestHandler;)V
.locals 0
.line 32
invoke-direct {p0}, Lcom/amazonaws/handlers/RequestHandler2;-><init>()V
if-eqz p1, :cond_0
return-void
.line 34
:cond_0
new-instance p1, Ljava/lang/IllegalArgumentException;
invoke-direct {p1}, Ljava/lang/IllegalArgumentException;-><init>()V
throw p1
.end method
# virtual methods
.method public afterError(Lcom/amazonaws/Request;Lcom/amazonaws/Response;Ljava/lang/Exception;)V
.locals 0
const/4 p1, 0x0
.line 60
throw p1
.end method
.method public afterResponse(Lcom/amazonaws/Request;Lcom/amazonaws/Response;)V
.locals 1
const/4 v0, 0x0
if-nez p1, :cond_0
move-object p1, v0
goto :goto_0
.line 48
:cond_0
invoke-interface {p1}, Lcom/amazonaws/Request;->getAWSRequestMetrics()Lcom/amazonaws/util/AWSRequestMetrics;
move-result-object p1
:goto_0
if-nez p2, :cond_1
goto :goto_1
.line 50
:cond_1
invoke-virtual {p2}, Lcom/amazonaws/Response;->getAwsResponse()Ljava/lang/Object;
:goto_1
if-nez p1, :cond_2
goto :goto_2
.line 52
:cond_2
invoke-virtual {p1}, Lcom/amazonaws/util/AWSRequestMetrics;->getTimingInfo()Lcom/amazonaws/util/TimingInfo;
.line 53
:goto_2
throw v0
.end method
.method public beforeRequest(Lcom/amazonaws/Request;)V
.locals 0
const/4 p1, 0x0
.line 41
throw p1
.end method
.method public equals(Ljava/lang/Object;)Z
.locals 1
.line 70
instance-of v0, p1, Lcom/amazonaws/handlers/RequestHandler2Adaptor;
if-nez v0, :cond_0
const/4 p1, 0x0
return p1
.line 72
:cond_0
check-cast p1, Lcom/amazonaws/handlers/RequestHandler2Adaptor;
.line 73
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
const/4 p1, 0x0
throw p1
.end method
.method public hashCode()I
.locals 1
const/4 v0, 0x0
.line 65
throw v0
.end method