- 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
104 lines
3.0 KiB
Smali
104 lines
3.0 KiB
Smali
.class final Lcom/unity3d/ads/gatewayclient/CommonGatewayClient$request$1;
|
|
.super Lkotlin/coroutines/jvm/internal/ContinuationImpl;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/unity3d/ads/gatewayclient/CommonGatewayClient;->request(Ljava/lang/String;Lgatewayprotocol/v1/UniversalRequestOuterClass$UniversalRequest;Lcom/unity3d/ads/gatewayclient/RequestPolicy;Lcom/unity3d/ads/core/data/model/OperationType;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = null
|
|
.end annotation
|
|
|
|
.annotation runtime Lkotlin/coroutines/jvm/internal/DebugMetadata;
|
|
c = "com.unity3d.ads.gatewayclient.CommonGatewayClient"
|
|
f = "CommonGatewayClient.kt"
|
|
l = {
|
|
0x5e,
|
|
0x67,
|
|
0x6e
|
|
}
|
|
m = "request"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field J$0:J
|
|
|
|
.field J$1:J
|
|
|
|
.field L$0:Ljava/lang/Object;
|
|
|
|
.field L$1:Ljava/lang/Object;
|
|
|
|
.field L$2:Ljava/lang/Object;
|
|
|
|
.field L$3:Ljava/lang/Object;
|
|
|
|
.field L$4:Ljava/lang/Object;
|
|
|
|
.field L$5:Ljava/lang/Object;
|
|
|
|
.field label:I
|
|
|
|
.field synthetic result:Ljava/lang/Object;
|
|
|
|
.field final synthetic this$0:Lcom/unity3d/ads/gatewayclient/CommonGatewayClient;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/unity3d/ads/gatewayclient/CommonGatewayClient;Lkotlin/coroutines/Continuation;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Lcom/unity3d/ads/gatewayclient/CommonGatewayClient;",
|
|
"Lkotlin/coroutines/Continuation;",
|
|
")V"
|
|
}
|
|
.end annotation
|
|
|
|
iput-object p1, p0, Lcom/unity3d/ads/gatewayclient/CommonGatewayClient$request$1;->this$0:Lcom/unity3d/ads/gatewayclient/CommonGatewayClient;
|
|
|
|
invoke-direct {p0, p2}, Lkotlin/coroutines/jvm/internal/ContinuationImpl;-><init>(Lkotlin/coroutines/Continuation;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
|
|
.locals 6
|
|
|
|
iput-object p1, p0, Lcom/unity3d/ads/gatewayclient/CommonGatewayClient$request$1;->result:Ljava/lang/Object;
|
|
|
|
iget p1, p0, Lcom/unity3d/ads/gatewayclient/CommonGatewayClient$request$1;->label:I
|
|
|
|
const/high16 v0, -0x80000000
|
|
|
|
or-int/2addr p1, v0
|
|
|
|
iput p1, p0, Lcom/unity3d/ads/gatewayclient/CommonGatewayClient$request$1;->label:I
|
|
|
|
iget-object v0, p0, Lcom/unity3d/ads/gatewayclient/CommonGatewayClient$request$1;->this$0:Lcom/unity3d/ads/gatewayclient/CommonGatewayClient;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
const/4 v2, 0x0
|
|
|
|
const/4 v3, 0x0
|
|
|
|
const/4 v4, 0x0
|
|
|
|
move-object v5, p0
|
|
|
|
invoke-virtual/range {v0 .. v5}, Lcom/unity3d/ads/gatewayclient/CommonGatewayClient;->request(Ljava/lang/String;Lgatewayprotocol/v1/UniversalRequestOuterClass$UniversalRequest;Lcom/unity3d/ads/gatewayclient/RequestPolicy;Lcom/unity3d/ads/core/data/model/OperationType;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|