Busy day at the PS3 scene this weekend. PSX-Scene member known as “user” has release a tool that allows hypervisor debugging from GameOS.
Features:
-Enable debug for some HV services
-Patch Dispatch Manager policies (allow everything ) To quote author:it can enable debugging for various HV services (Storage Manager, SYSCON, etc.), but you need to trigger these services yourself.
you could for example enable Storage Manager debug, exit the app, insert a game, boot into linux and dump your ram.
search your dump using grep or whatever you like for “HW:”.
excerpt from the above example:
1864931:HW:inquiry:SONY PS-SYSTEM 302R4151 :4151
1865014:HW:sendign security command for check.Success
1865086:HW: not ps3 disc
1865103:HW: ps3 disc change new API
1865131:HW: ps3 disc param 83
1865153:HW:test_unit_ready ret:0 code:0
1865185:HW:inquiry ret 0 result 0
1865211:HW:inquiry:SONY PS-SYSTEM 302R4151 :4151
1865294:HW:sendign security command for check.Success
1865397:HW:sendign security command for check.Success
1865469:HW: not ps3 disc, set policy
1865498:HW: save disc id for HDD
1865523:HW: ps3 disc auth new API
1865549:HW: ps3 disc param 70
1865571:HW: ps3 disc auth new API
1865597:HW: ps3 disc param 81
1865619:HW:test_unit_ready ret:0 code:0
1865651:HW:inquiry ret 0 result 0
1865677:HW:inquiry:SONY PS-SYSTEM 302R4151 :4151
1865760:HW:sendign security command for check.Success
1865832:HW: not ps3 disc
1865849:HW: ps3 disc auth new API
1865875:HW: ps3 disc param 82
1865897:HW:test_unit_ready ret:0 code:0Credits go to graf_chokolo as well (using his patches).