Files
rr3-apk/smali/androidx/profileinstaller/DexProfileData.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

102 lines
2.7 KiB
Smali

.class Landroidx/profileinstaller/DexProfileData;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field final apkName:Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field classSetSize:I
.field classes:[I
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field final dexChecksum:J
.field final dexName:Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field final hotMethodRegionSize:I
.field mTypeIdCount:J
.field final methods:Ljava/util/TreeMap;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/TreeMap<",
"Ljava/lang/Integer;",
"Ljava/lang/Integer;",
">;"
}
.end annotation
.end field
.field final numMethodIds:I
# direct methods
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;JJIII[ILjava/util/TreeMap;)V
.locals 0
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p10 # [I
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p11 # Ljava/util/TreeMap;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Ljava/lang/String;",
"JJIII[I",
"Ljava/util/TreeMap<",
"Ljava/lang/Integer;",
"Ljava/lang/Integer;",
">;)V"
}
.end annotation
.line 47
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Landroidx/profileinstaller/DexProfileData;->apkName:Ljava/lang/String;
iput-object p2, p0, Landroidx/profileinstaller/DexProfileData;->dexName:Ljava/lang/String;
iput-wide p3, p0, Landroidx/profileinstaller/DexProfileData;->dexChecksum:J
iput-wide p5, p0, Landroidx/profileinstaller/DexProfileData;->mTypeIdCount:J
iput p7, p0, Landroidx/profileinstaller/DexProfileData;->classSetSize:I
iput p8, p0, Landroidx/profileinstaller/DexProfileData;->hotMethodRegionSize:I
iput p9, p0, Landroidx/profileinstaller/DexProfileData;->numMethodIds:I
iput-object p10, p0, Landroidx/profileinstaller/DexProfileData;->classes:[I
iput-object p11, p0, Landroidx/profileinstaller/DexProfileData;->methods:Ljava/util/TreeMap;
return-void
.end method