- 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
142 lines
3.3 KiB
Smali
142 lines
3.3 KiB
Smali
.class Lcsdk/gluads/GluAdsNativeBridge$1;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/util/concurrent/Callable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcsdk/gluads/GluAdsNativeBridge;->createGluAds(Ljava/lang/String;Ljava/util/Map;)Lcsdk/gluads/IAdvertising;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Object;",
|
|
"Ljava/util/concurrent/Callable<",
|
|
"Landroid/app/Activity;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic this$0:Lcsdk/gluads/GluAdsNativeBridge;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcsdk/gluads/GluAdsNativeBridge;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcsdk/gluads/GluAdsNativeBridge$1;->this$0:Lcsdk/gluads/GluAdsNativeBridge;
|
|
|
|
.line 50
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public call()Landroid/app/Activity;
|
|
.locals 5
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/lang/Exception;
|
|
}
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Lcsdk/gluads/GluAdsNativeBridge$1;->this$0:Lcsdk/gluads/GluAdsNativeBridge;
|
|
|
|
.line 53
|
|
monitor-enter v0
|
|
|
|
.line 55
|
|
:try_start_0
|
|
invoke-static {}, Lcsdk/gluads/GluAdsNativeBridge;->access$000()J
|
|
|
|
move-result-wide v1
|
|
|
|
const-wide/16 v3, 0x0
|
|
|
|
cmp-long v1, v1, v3
|
|
|
|
if-nez v1, :cond_0
|
|
|
|
iget-object v1, p0, Lcsdk/gluads/GluAdsNativeBridge$1;->this$0:Lcsdk/gluads/GluAdsNativeBridge;
|
|
|
|
.line 56
|
|
invoke-static {v1}, Lcsdk/gluads/GluAdsNativeBridge;->access$100(Lcsdk/gluads/GluAdsNativeBridge;)Ljava/lang/ref/WeakReference;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {v1}, Ljava/lang/ref/Reference;->get()Ljava/lang/Object;
|
|
|
|
move-result-object v1
|
|
|
|
check-cast v1, Landroid/app/Activity;
|
|
|
|
monitor-exit v0
|
|
|
|
return-object v1
|
|
|
|
:catchall_0
|
|
move-exception v1
|
|
|
|
goto :goto_0
|
|
|
|
.line 58
|
|
:cond_0
|
|
invoke-static {}, Lcsdk/gluads/GluAdsNativeBridge;->access$000()J
|
|
|
|
move-result-wide v1
|
|
|
|
invoke-static {v1, v2}, Lcsdk/gluads/GluAdsNativeBridge;->access$200(J)Landroid/app/Activity;
|
|
|
|
move-result-object v1
|
|
|
|
iget-object v2, p0, Lcsdk/gluads/GluAdsNativeBridge$1;->this$0:Lcsdk/gluads/GluAdsNativeBridge;
|
|
|
|
.line 59
|
|
new-instance v3, Ljava/lang/ref/WeakReference;
|
|
|
|
invoke-direct {v3, v1}, Ljava/lang/ref/WeakReference;-><init>(Ljava/lang/Object;)V
|
|
|
|
invoke-static {v2, v3}, Lcsdk/gluads/GluAdsNativeBridge;->access$102(Lcsdk/gluads/GluAdsNativeBridge;Ljava/lang/ref/WeakReference;)Ljava/lang/ref/WeakReference;
|
|
|
|
.line 60
|
|
monitor-exit v0
|
|
|
|
return-object v1
|
|
|
|
.line 61
|
|
:goto_0
|
|
monitor-exit v0
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
throw v1
|
|
.end method
|
|
|
|
.method public bridge synthetic call()Ljava/lang/Object;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/lang/Exception;
|
|
}
|
|
.end annotation
|
|
|
|
.line 50
|
|
invoke-virtual {p0}, Lcsdk/gluads/GluAdsNativeBridge$1;->call()Landroid/app/Activity;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|