Editing Program Vender Id
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 1: | Line 1: | ||
Located at SELF offset 0x78. | |||
For some reason it was named [[SELF_File_Format_and_Decryption#App_Info|vendor_id]] there. | |||
In geohot's makeself it was used as: <code>set_u32(&(output_self_info_header.i_magic), 0x01000002);</code>. | In geohot's makeself it was used as: <code>set_u32(&(output_self_info_header.i_magic), 0x01000002);</code>. | ||
Not directly related to [[ | Not directly related to [[Authentication IDs]], but seems to have many simularities with it (vendorid=2nd-9th bytes of authid), seems also related to [[Hypervisor_Reverse_Engineering#Active_System_Managers_in_HV_dump_3.15|SM ; LPAR's]] and their order suggests hierarchy/permission from high (can do everything) to low (lesser abilities). | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
! | ! VendorID !! count !! filetype | ||
|- | |- | ||
| 0x00000000 || ? || lv0 / lv1 only before SDK 060 | | 0x00000000 || ? || lv0 / lv1 only before SDK 060 | ||
Line 24: | Line 24: | ||
|- | |- | ||
| 0x01000002 || 6147 || CoreOs / dev_flash files / Games | | 0x01000002 || 6147 || CoreOs / dev_flash files / Games | ||
|- | |- | ||
|} | |} | ||
Note: first byte is territory value, last byte is guest_os_id. | |||
{{Development}}<noinclude>[[Category:Main]]</noinclude> | {{Development}}<noinclude>[[Category:Main]]</noinclude> |