- 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
83 lines
1.6 KiB
Smali
83 lines
1.6 KiB
Smali
.class public final Lcom/tapjoy/internal/p0;
|
|
.super Lcom/tapjoy/internal/u0;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
const/4 v0, 0x3
|
|
|
|
.line 1
|
|
invoke-direct {p0, v0}, Lcom/tapjoy/internal/u0;-><init>(I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final a(Ljava/lang/Object;)I
|
|
.locals 0
|
|
|
|
.line 8
|
|
check-cast p1, Lcom/tapjoy/internal/m;
|
|
|
|
.line 9
|
|
invoke-virtual {p1}, Lcom/tapjoy/internal/m;->b()I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public final a(Lcom/tapjoy/internal/v0;)Ljava/lang/Object;
|
|
.locals 3
|
|
|
|
.line 1
|
|
invoke-virtual {p1}, Lcom/tapjoy/internal/v0;->a()J
|
|
|
|
move-result-wide v0
|
|
|
|
.line 2
|
|
iget-object p1, p1, Lcom/tapjoy/internal/v0;->a:Lcom/tapjoy/internal/l;
|
|
|
|
.line 3
|
|
new-instance v2, Lcom/tapjoy/internal/m;
|
|
|
|
invoke-virtual {p1, v0, v1}, Lcom/tapjoy/internal/l;->a(J)[B
|
|
|
|
move-result-object p1
|
|
|
|
invoke-direct {v2, p1}, Lcom/tapjoy/internal/m;-><init>([B)V
|
|
|
|
return-object v2
|
|
.end method
|
|
|
|
.method public final a(Lcom/tapjoy/internal/w0;Ljava/lang/Object;)V
|
|
.locals 0
|
|
|
|
.line 4
|
|
check-cast p2, Lcom/tapjoy/internal/m;
|
|
|
|
.line 5
|
|
iget-object p1, p1, Lcom/tapjoy/internal/w0;->a:Lcom/tapjoy/internal/l;
|
|
|
|
if-eqz p2, :cond_0
|
|
|
|
.line 6
|
|
invoke-virtual {p2, p1}, Lcom/tapjoy/internal/m;->a(Lcom/tapjoy/internal/l;)V
|
|
|
|
return-void
|
|
|
|
.line 7
|
|
:cond_0
|
|
new-instance p1, Ljava/lang/IllegalArgumentException;
|
|
|
|
const-string p2, "byteString == null"
|
|
|
|
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
.end method
|