Editing Iso module
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 1: | Line 1: | ||
= | [[Category:Software]] | ||
= Explaination = | |||
Isolated modules are used for de-/encryption, rehashing etc. | Isolated modules are used for de-/encryption, rehashing etc. | ||
Commonly found in [[CoreOS]], [[Talk:Files_on_the_PS3#dev_flash|dev_flash]], embedded sony selfs and service packages like [[Remarry Bluray Drive]]. | Commonly found in [[CoreOS]], [[Talk:Files_on_the_PS3#dev_flash|dev_flash]], embedded sony selfs and service packages like [[Remarry Bluray Drive]]. | ||
They are SPU .self binaries which can be called whenever needed: e.g. decrypting and hashcheck [[Flash#EID0_-_Section_0|EID0]] for [[ | They are SPU .self binaries which can be called whenever needed: e.g. decrypting and hashcheck [[Flash#EID0_-_Section_0|EID0]] for [[Target ID]] inside [[IDPS]] when called upon by lv1 (HyperVisor) to set up restrictions for Retail/CEX or Debug/DEX etc. | ||
''Note: This page lists all isolated modules, except bootldr, metldr and other loaders from [[CoreOS]], see also [[Boot Order]]'' | ''Note: This page lists all isolated modules, except bootldr, metldr and other loaders from [[CoreOS]], see also [[Boot Order]]'' | ||
== Known isolated modules == | == Known isolated modules == | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! Module !! Usage !! Location !! Remarks | ! Module !! Usage !! Location !! Remarks | ||
|- | |- | ||
| AacsModule.spu.isoself || [[Flash | | AacsModule.spu.isoself || [[Flash#EID3_-_Section_3|EID3]] and theoretically [[Flash#FF_Filled_with_OCRL0200_section|OCRL]] || /dev_flash/bdplayer || | ||
|- | |- | ||
| aim_spu_module.self || [[Flash | | aim_spu_module.self || [[Flash#EID0_-_Section_0|EID0]] (section 0x00 and 0x0A) || [[CoreOS]] || | ||
|- | |- | ||
| CprmModule.spu.isoself || [[Flash | | CprmModule.spu.isoself || [[Flash#EID3_-_Section_3|EID3]] || /dev_flash/bdplayer || | ||
|- | |- | ||
| CssModule.spu.isoself || || /dev_flash/bdplayer || | | CssModule.spu.isoself || || /dev_flash/bdplayer || | ||
|- | |- | ||
| fdm_spu_module || [[Flash | | fdm_spu_module || [[Flash#EID2_-_Section_2|EID2]], [[Remarry Bluray Drive]] || [http://www.ps3devwiki.com/files/firmware/MFW-CEX/JIG/2.43/ 2.43 JIG PUP] || | ||
|- | |||
| free_bdp.self || Enables region-free Blu Ray playback || || | |||
|- | |- | ||
| manu_info_spu_module.self || || [[CoreOS]] (since FW 3.50) || | | manu_info_spu_module.self || || [[CoreOS]] (since FW 3.50) || | ||
Line 33: | Line 34: | ||
| me_iso_spu_module.self || PS2 || [[CoreOS]] || | | me_iso_spu_module.self || PS2 || [[CoreOS]] || | ||
|- | |- | ||
| SacModule.spu.isoself || [[Flash | | SacModule.spu.isoself || [[Flash#EID3_-_Section_3|EID3]], SuperAudioCD || /dev_flash/vsh/module || | ||
|- | |- | ||
| sb_iso_spu_module.self || [[South Bridge]] || [[CoreOS]] || | | sb_iso_spu_module.self || [[South Bridge]] || [[CoreOS]] || | ||
Line 39: | Line 40: | ||
| sc_iso.self || [[Syscon Hardware|syscon]] || [[CoreOS]] || | | sc_iso.self || [[Syscon Hardware|syscon]] || [[CoreOS]] || | ||
|- | |- | ||
| sc_iso_factory.self || [[Syscon Hardware|syscon]] || [ | | sc_iso_factory.self || [[Syscon Hardware|syscon]] || [http://www.ps3devwiki.com/files/firmware/MFW-CEX/JIG/2.43/ 2.43 JIG PUP] || | ||
|- | |- | ||
| spu_handler.isoself || PSP || self inside /dev_flash/pspemu/release/emulator_drm.sprx mself (since FW 3.15) || | | spu_handler.isoself || PSP || self inside /dev_flash/pspemu/release/emulator_drm.sprx mself (since FW 3.15) || | ||
|- | |- | ||
| spu_mode_auth.self || || [ | | spu_mode_auth.self || || [http://www.ps3devwiki.com/files/firmware/MFW-CEX/JIG/2.43/ 2.43 JIG PUP] || | ||
|- | |- | ||
| spu_pkg_rvk_verifier.self || || [[CoreOS]] || | | spu_pkg_rvk_verifier.self || || [[CoreOS]] || | ||
Line 53: | Line 52: | ||
| spu_utoken_processor.self || usertokens || [[CoreOS]] (since FW 2.40) || | | spu_utoken_processor.self || usertokens || [[CoreOS]] (since FW 2.40) || | ||
|- | |- | ||
| ss_sc_init.self || | | ss_sc_init.self || || [http://www.ps3devwiki.com/files/firmware/MFW-CEX/JIG/2.43/ 2.43 JIG PUP] || | ||
|- | |- | ||
| sv_iso_for_ps2emu.self || | | sv_iso_for_ps2emu.self || PS2 || [[CoreOS]] (since FW 3.70) || | ||
|- | |- | ||
| sv_iso_spu_module.self || [[Flash | | sv_iso_spu_module.self || [[Flash#EID4_-_Section_4|EID4]], PS2, bluray || [[CoreOS]] || | ||
|- | |- | ||
|} | |} | ||
=== sc_iso.self === | === sc_iso.self === | ||
sc_iso.self is used by the system to handle communications to/from syscon. Once debug printing is enabled after you load it, you can see some of the internal workings including error codes for when you are trying to use the module on your own. | sc_iso.self is used by the system to handle communications to/from syscon. Once debug printing is enabled after you load it, you can see some of the internal workings including error codes for when you are trying to use the module on your own. | ||
Line 103: | Line 101: | ||
|- | |- | ||
|} | |} | ||