Editing PRX File Format
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 37: | Line 37: | ||
<pre> | <pre> | ||
unsigned char structsize; | unsigned char structsize; /* bitsize 8, bitpos 0 */ | ||
unsigned char reserved1[1]:uint32; | unsigned char reserved1[1]:uint32; /* bitsize 8, bitpos 8 */ | ||
short unsigned int version; | short unsigned int version; /* bitsize 16, bitpos 16 */ | ||
short unsigned int attribute; | short unsigned int attribute; /* bitsize 16, bitpos 32 */ | ||
short unsigned int nfunc; | short unsigned int nfunc; /* bitsize 16, bitpos 48 */ | ||
short unsigned int nvar; | short unsigned int nvar; /* bitsize 16, bitpos 64 */ | ||
short unsigned int ntlsvar; | short unsigned int ntlsvar; /* bitsize 16, bitpos 80 */ | ||
unsigned char hashinfo; | unsigned char hashinfo; /* bitsize 8, bitpos 96 */ | ||
unsigned char hashinfotls; | unsigned char hashinfotls; /* bitsize 8, bitpos 104 */ | ||
unsigned char reserved2[1]:uint32; | unsigned char reserved2[1]:uint32; /* bitsize 8, bitpos 112 */ | ||
unsigned char nidaltsets; | unsigned char nidaltsets; /* bitsize 8, bitpos 120 */ | ||
</pre> | </pre> | ||
Line 53: | Line 53: | ||
<pre> | <pre> | ||
sceKernelLibraryEntryTable_prx2_common c; | sceKernelLibraryEntryTable_prx2_common c; /* bitsize 128, bitpos 0 */ | ||
Elf32_Word libname_nid; | Elf32_Word libname_nid; /* bitsize 32, bitpos 128 */ | ||
Elf32_Addr libname; | Elf32_Addr libname; /* bitsize 32, bitpos 160 */ | ||
Elf32_Addr nidtable; | Elf32_Addr nidtable; /* bitsize 32, bitpos 192 */ | ||
Elf32_Addr addtable; | Elf32_Addr addtable; /* bitsize 32, bitpos 224 */ | ||
</pre> | </pre> | ||