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 278: | Line 278: | ||
<source lang="C"> | <source lang="C"> | ||
/* SCE-specific definitions for e_type: */ | /* SCE-specific definitions for e_type: */ | ||
#define ET_SCE_EXEC 0xFE00 /* SCE Executable | #define ET_SCE_EXEC 0xFE00 /* SCE Executable */ | ||
#define ET_SCE_RELEXEC 0xFE04 /* SCE Relocatable Executable | #define ET_SCE_RELEXEC 0xFE04 /* SCE Relocatable Executable */ | ||
#define ET_SCE_STUBLIB 0xFE0C /* SCE SDK Stubs */ | #define ET_SCE_STUBLIB 0xFE0C /* SCE SDK Stubs */ | ||
#define ET_SCE_DYNEXEC 0xFE10 /* SCE EXEC_ASLR (PS4 Executable with ASLR) */ | #define ET_SCE_DYNEXEC 0xFE10 /* SCE EXEC_ASLR (PS4 Executable with ASLR) */ |