- 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
91 lines
2.1 KiB
Smali
91 lines
2.1 KiB
Smali
.class public final Lcom/tapjoy/internal/d;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/Runnable;
|
|
|
|
|
|
# instance fields
|
|
.field public final synthetic a:Ljava/lang/reflect/Method;
|
|
|
|
.field public final synthetic b:[Ljava/lang/Object;
|
|
|
|
.field public final synthetic c:Lcom/tapjoy/internal/e;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/tapjoy/internal/e;Ljava/lang/reflect/Method;[Ljava/lang/Object;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/tapjoy/internal/d;->c:Lcom/tapjoy/internal/e;
|
|
|
|
iput-object p2, p0, Lcom/tapjoy/internal/d;->a:Ljava/lang/reflect/Method;
|
|
|
|
iput-object p3, p0, Lcom/tapjoy/internal/d;->b:[Ljava/lang/Object;
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final run()V
|
|
.locals 4
|
|
|
|
const/4 v0, 0x0
|
|
|
|
:try_start_0
|
|
iget-object v1, p0, Lcom/tapjoy/internal/d;->a:Ljava/lang/reflect/Method;
|
|
|
|
iget-object v2, p0, Lcom/tapjoy/internal/d;->c:Lcom/tapjoy/internal/e;
|
|
|
|
.line 1
|
|
iget-object v2, v2, Lcom/tapjoy/internal/e;->a:Lcom/tapjoy/TJPlacementListener;
|
|
|
|
iget-object v3, p0, Lcom/tapjoy/internal/d;->b:[Ljava/lang/Object;
|
|
|
|
invoke-virtual {v1, v2, v3}, Ljava/lang/reflect/Method;->invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
|
|
:try_end_0
|
|
.catch Ljava/lang/IllegalArgumentException; {:try_start_0 .. :try_end_0} :catch_2
|
|
.catch Ljava/lang/IllegalAccessException; {:try_start_0 .. :try_end_0} :catch_1
|
|
.catch Ljava/lang/reflect/InvocationTargetException; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
return-void
|
|
|
|
:catch_0
|
|
move-exception v1
|
|
|
|
goto :goto_0
|
|
|
|
:catch_1
|
|
move-exception v1
|
|
|
|
goto :goto_1
|
|
|
|
:catch_2
|
|
move-exception v1
|
|
|
|
goto :goto_2
|
|
|
|
.line 7
|
|
:goto_0
|
|
invoke-static {v1}, Lcom/tapjoy/internal/i2;->a(Ljava/lang/Exception;)V
|
|
|
|
throw v0
|
|
|
|
.line 8
|
|
:goto_1
|
|
invoke-static {v1}, Lcom/tapjoy/internal/i2;->a(Ljava/lang/Exception;)V
|
|
|
|
throw v0
|
|
|
|
.line 9
|
|
:goto_2
|
|
invoke-static {v1}, Lcom/tapjoy/internal/i2;->a(Ljava/lang/Exception;)V
|
|
|
|
throw v0
|
|
.end method
|