Editing SELF - SPRX

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

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 375: Line 375:


Fields whose name are of the form: unk_0x[0-9 aA-fF], are unknown fields whose offset is in the name, e.g. unk_0x18 is at offset 0x18.<source lang="c">
Fields whose name are of the form: unk_0x[0-9 aA-fF], are unknown fields whose offset is in the name, e.g. unk_0x18 is at offset 0x18.<source lang="c">
// checked FW 2.xx-7.00
// checked FW 3.xx-6.xx.
// FW < 2.00 files do not have a PT_SCE_MODULE_PARAM segment, unchecked 7.00 < FW < 7.55
// FW <= 1.76 files do not have a PT_SCE_MODULE_PARAM segment, unchecked FW 2.xx.
struct SceModuleParamV1 {
struct SceModuleParamV1 {
     uint64_t size; // 0x18
     uint64_t size; // 0x18
Line 383: Line 383:
     uint32_t sdk_version;
     uint32_t sdk_version;
}
}
// checked 7.55-9.00, unchecked FW > 10.50 and 7.00 < FW < 7.55
// checked 7.55-9.00, unchecked FW > 9.00 and 7.00 <= FW < 7.55
struct SceModuleParamV2 {
struct SceModuleParamV2 {
     uint64_t size; // 0x20
     uint64_t size; // 0x20
Please note that all contributions to PS3 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS3 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)