- 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
118 lines
2.5 KiB
Smali
118 lines
2.5 KiB
Smali
.class final Lcom/mbridge/msdk/click/c$2;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/Runnable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/mbridge/msdk/click/c;->a(Landroid/content/Context;ILjava/lang/String;)V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic a:Landroid/content/Context;
|
|
|
|
.field final synthetic b:Ljava/lang/String;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroid/content/Context;Ljava/lang/String;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/mbridge/msdk/click/c$2;->a:Landroid/content/Context;
|
|
|
|
iput-object p2, p0, Lcom/mbridge/msdk/click/c$2;->b:Ljava/lang/String;
|
|
|
|
.line 350
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final run()V
|
|
.locals 8
|
|
|
|
const-string v0, "CommonClickUtil"
|
|
|
|
:try_start_0
|
|
const-class v1, Lcom/mbridge/msdk/foundation/tools/u;
|
|
|
|
const-string v2, "mia"
|
|
|
|
const/4 v3, 0x2
|
|
|
|
new-array v4, v3, [Ljava/lang/Class;
|
|
|
|
const-class v5, Landroid/content/Context;
|
|
|
|
const/4 v6, 0x0
|
|
|
|
aput-object v5, v4, v6
|
|
|
|
const-class v5, Ljava/lang/String;
|
|
|
|
const/4 v7, 0x1
|
|
|
|
aput-object v5, v4, v7
|
|
|
|
.line 355
|
|
invoke-virtual {v1, v2, v4}, Ljava/lang/Class;->getMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
|
|
|
|
move-result-object v1
|
|
|
|
iget-object v2, p0, Lcom/mbridge/msdk/click/c$2;->a:Landroid/content/Context;
|
|
|
|
if-eqz v2, :cond_0
|
|
|
|
new-array v3, v3, [Ljava/lang/Object;
|
|
|
|
aput-object v2, v3, v6
|
|
|
|
iget-object v2, p0, Lcom/mbridge/msdk/click/c$2;->b:Ljava/lang/String;
|
|
|
|
aput-object v2, v3, v7
|
|
|
|
const/4 v2, 0x0
|
|
|
|
.line 357
|
|
invoke-virtual {v1, v2, v3}, Ljava/lang/reflect/Method;->invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
goto :goto_1
|
|
|
|
:catchall_0
|
|
move-exception v1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const-string v1, "Context is null"
|
|
|
|
.line 359
|
|
invoke-static {v0, v1}, Lcom/mbridge/msdk/foundation/tools/af;->b(Ljava/lang/String;Ljava/lang/String;)V
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
goto :goto_1
|
|
|
|
.line 362
|
|
:goto_0
|
|
invoke-virtual {v1}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-static {v0, v1}, Lcom/mbridge/msdk/foundation/tools/af;->b(Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
:goto_1
|
|
return-void
|
|
.end method
|