- 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
108 lines
2.5 KiB
Smali
108 lines
2.5 KiB
Smali
.class public abstract Lcom/mbridge/msdk/foundation/db/f;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/mbridge/msdk/foundation/db/f$a;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private a:Lcom/mbridge/msdk/foundation/db/f$a;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroid/content/Context;)V
|
|
.locals 3
|
|
|
|
.line 15
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 16
|
|
new-instance v0, Lcom/mbridge/msdk/foundation/db/f$a;
|
|
|
|
invoke-virtual {p0}, Lcom/mbridge/msdk/foundation/db/f;->a()Ljava/lang/String;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {p0}, Lcom/mbridge/msdk/foundation/db/f;->b()I
|
|
|
|
move-result v2
|
|
|
|
invoke-direct {v0, p0, p1, v1, v2}, Lcom/mbridge/msdk/foundation/db/f$a;-><init>(Lcom/mbridge/msdk/foundation/db/f;Landroid/content/Context;Ljava/lang/String;I)V
|
|
|
|
iput-object v0, p0, Lcom/mbridge/msdk/foundation/db/f;->a:Lcom/mbridge/msdk/foundation/db/f$a;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract a()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract a(Landroid/database/sqlite/SQLiteDatabase;)V
|
|
.end method
|
|
|
|
.method public abstract a(Landroid/database/sqlite/SQLiteDatabase;II)V
|
|
.end method
|
|
|
|
.method public abstract b()I
|
|
.end method
|
|
|
|
.method public abstract b(Landroid/database/sqlite/SQLiteDatabase;II)V
|
|
.end method
|
|
|
|
.method public final c()Landroid/database/sqlite/SQLiteDatabase;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/mbridge/msdk/foundation/db/f;->a:Lcom/mbridge/msdk/foundation/db/f$a;
|
|
|
|
.line 24
|
|
invoke-virtual {v0}, Landroid/database/sqlite/SQLiteOpenHelper;->getReadableDatabase()Landroid/database/sqlite/SQLiteDatabase;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final declared-synchronized d()Landroid/database/sqlite/SQLiteDatabase;
|
|
.locals 1
|
|
|
|
monitor-enter p0
|
|
|
|
:try_start_0
|
|
iget-object v0, p0, Lcom/mbridge/msdk/foundation/db/f;->a:Lcom/mbridge/msdk/foundation/db/f$a;
|
|
|
|
.line 30
|
|
invoke-virtual {v0}, Landroid/database/sqlite/SQLiteOpenHelper;->getWritableDatabase()Landroid/database/sqlite/SQLiteDatabase;
|
|
|
|
move-result-object v0
|
|
:try_end_0
|
|
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
goto :goto_0
|
|
|
|
:catchall_0
|
|
move-exception v0
|
|
|
|
.line 31
|
|
monitor-exit p0
|
|
|
|
throw v0
|
|
|
|
:catch_0
|
|
const/4 v0, 0x0
|
|
|
|
.line 34
|
|
:goto_0
|
|
monitor-exit p0
|
|
|
|
return-object v0
|
|
.end method
|