- 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
53 lines
764 B
Smali
53 lines
764 B
Smali
.class public abstract synthetic Lcom/tapjoy/internal/h0;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final synthetic a:[I
|
|
|
|
|
|
# direct methods
|
|
.method static synthetic constructor <clinit>()V
|
|
.locals 1
|
|
|
|
const/16 v0, 0xa
|
|
|
|
new-array v0, v0, [I
|
|
|
|
fill-array-data v0, :array_0
|
|
|
|
sput-object v0, Lcom/tapjoy/internal/h0;->a:[I
|
|
|
|
return-void
|
|
|
|
:array_0
|
|
.array-data 4
|
|
0x1
|
|
0x2
|
|
0x3
|
|
0x4
|
|
0x5
|
|
0x6
|
|
0x7
|
|
0x8
|
|
0x9
|
|
0xa
|
|
.end array-data
|
|
.end method
|
|
|
|
.method public static synthetic a(I)I
|
|
.locals 0
|
|
|
|
if-eqz p0, :cond_0
|
|
|
|
add-int/lit8 p0, p0, -0x1
|
|
|
|
return p0
|
|
|
|
:cond_0
|
|
const/4 p0, 0x0
|
|
|
|
throw p0
|
|
.end method
|