PRX File Format

From Vita Developer wiki
Jump to navigation Jump to search

Module Info[edit | edit source]

sceModuleInfo_common struct[edit | edit source]

short unsigned int modattribute; 
unsigned char modversion[2]:uint32; 
char modname[26]:uint32; 
char terminal; 
char infoversion; 

sceModuleInfo_prx2arm struct[edit | edit source]

sceModuleInfo_common c; 
Elf32_Addr resreve; 
Elf32_Addr ent_top; 
Elf32_Addr ent_end; 
Elf32_Addr stub_top; 
Elf32_Addr stub_end; 
Elf32_Word dbg_fingerprint; 
Elf32_Addr tls_top; 
Elf32_Addr tls_filesz; 
Elf32_Addr tls_memsz; 
Elf32_Addr start_entry; 
Elf32_Addr stop_entry; 
Elf32_Addr arm_exidx_top; 
Elf32_Addr arm_exidx_end; 
Elf32_Addr arm_extab_top; 
Elf32_Addr arm_extab_end; 

Exports[edit | edit source]

sceKernelLibraryEntryTable_prx2_common struct[edit | edit source]

unsigned char structsize; 
unsigned char reserved1[1]:uint32; 
short unsigned int version; 
short unsigned int attribute; 
short unsigned int nfunc; 
short unsigned int nvar; 
short unsigned int ntlsvar; 
unsigned char hashinfo; 
unsigned char hashinfotls; 
unsigned char reserved2[1]:uint32; 
unsigned char nidaltsets; 

sceKernelLibraryEntryTable_prx2arm struct[edit | edit source]

sceKernelLibraryEntryTable_prx2_common c; 
Elf32_Word libname_nid; 
Elf32_Addr libname; 
Elf32_Addr nidtable; 
Elf32_Addr addtable; 

Imports[edit | edit source]

sceKernelLibraryStubTable_prx2_common struct[edit | edit source]

unsigned char structsize; 
unsigned char reserved1[1]:uint32; 
short unsigned int version; 
short unsigned int attribute; 
short unsigned int nfunc; 
short unsigned int nvar; 
short unsigned int ntlsvar; 
unsigned char reserved2[4]:uint32; 

sceKernelLibraryStubTable_prx2arm struct[edit | edit source]

sceKernelLibraryStubTable_prx2_common c; 
Elf32_Word libname_nid; 
Elf32_Addr libname; 
Elf32_Word sce_sdk_version; 
Elf32_Addr func_nidtable; 
Elf32_Addr func_table; 
Elf32_Addr var_nidtable; 
Elf32_Addr var_table; 
Elf32_Addr tls_nidtable; 
Elf32_Addr tls_table;