Editing SELF - SPRX
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 155: | Line 155: | ||
typedef struct { | typedef struct { | ||
uint64_t program_authority_id; | uint64_t program_authority_id; | ||
uint32_t | uint32_t program_vendor_id; | ||
uint32_t program_type; | uint32_t program_type; | ||
uint64_t program_sceversion; | uint64_t program_sceversion; | ||
Line 169: | Line 169: | ||
| program_authority_id || 0x00 || u64 || See [[Program Authority Id]] || ex: 21 00 00 10 1C CA 01 30 | | program_authority_id || 0x00 || u64 || See [[Program Authority Id]] || ex: 21 00 00 10 1C CA 01 30 | ||
|- | |- | ||
| | | program_vendor_id || 0x08 || u32 || See [[Vendor_ID|vendor_id]] || ex: 00 00 00 00 | ||
|- | |- | ||
| program_type || 0x0C || u32 || See [[Program Type]] || ex: 08 00 00 00 | | program_type || 0x0C || u32 || See [[SELF_Types|Program Type]] || ex: 08 00 00 00 | ||
|- | |- | ||
| program_sceversion || 0x10 || u64 || ?SDK version or app version? [[Revision versus Version|version]] ex: 01.02 is translated by make_fself.exe to 02 01 00 00 || ex: 0x0000036000000000 (3.600.011), 0x0000009450000000 (0.945.040) | | program_sceversion || 0x10 || u64 || ?SDK version or app version? [[Revision versus Version|version]] ex: 01.02 is translated by make_fself.exe to 02 01 00 00 || ex: 0x0000036000000000 (3.600.011), 0x0000009450000000 (0.945.040) |