Editing PRX
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 5: | Line 5: | ||
= PRX2 = | = PRX2 = | ||
PRX2 is only present on PSVita. PSP and PS3 | PRX2 is only present on PSVita. PSP and PS3 us PRX version 1. | ||
A PRX module is PRX2 format only if ehdr.e_type is ET_SCE_EXEC or ET_SCE_RELEXEC. | A PRX module is PRX2 format only if ehdr.e_type is ET_SCE_EXEC or ET_SCE_RELEXEC. | ||
Line 51: | Line 49: | ||
unsigned char size; | unsigned char size; | ||
unsigned char auxattribute; | unsigned char auxattribute; | ||
unsigned | short unsigned int version; | ||
unsigned | short unsigned int attribute; | ||
unsigned | short unsigned int nfunc; | ||
unsigned | short unsigned int nvar; | ||
unsigned | short unsigned int ntls; | ||
unsigned char hashinfo; | unsigned char hashinfo; | ||
unsigned char hashinfotls; | unsigned char hashinfotls; | ||
Line 72: | Line 70: | ||
= Imports = | = Imports = | ||
PS3 use | PS3 use exports structures of size 0x2C. | ||
<source lang="C"> | <source lang="C"> |