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 576: | Line 576: | ||
struct { // 0x100 bytes of data | struct { // 0x100 bytes of data | ||
uint32_t magic; // 7F 44 52 4D (".DRM") | uint32_t magic; // 7F 44 52 4D (".DRM") | ||
uint32_t finalized_flag; // ex: 80 00 00 01 | uint32_t finalized_flag; // ex: 80 00 00 01 | ||
uint32_t drm_type; // [[NPDRM#DRM_Type]] | uint32_t drm_type; // [[NPDRM#DRM_Type]] ex: 2 local, 0xD free with license requirement | ||
uint32_t padding; | uint32_t padding; | ||
uint8_t content_id[0x30]; | uint8_t content_id[0x30]; | ||
uint8_t digest[0x10]; // ?sha-1 hash of debug SELF/SPRX created using make_fself_npdrm? content_id hash? | uint8_t digest[0x10]; // ?sha-1 hash of debug SELF/SPRX created using make_fself_npdrm? content_id hash? |