PlayStation Classic Hacked Live on Stream

PlayStation Classic Hacked Live on Stream

When Sony announced they planned to release their own classic/mini/plug-n-play system this year, many fans were filled with excitement at the chance to relive countless classic games from the 90s. However, once the actual list of titles were made public that excitement faded as reality set in. So many favorites like Crash Bandicoot and Spyro the Dragon were left off the final PlayStation Classic list, no doubt due to the complexity of licensing agreements. That will all soon change now that [YifanLu] cracked the PlayStation Classic live on a Twitch stream thus laying the ground work for swapping-in a “more curated” list of classic PlayStation games.

Over the course of three days, [YifanLu] documented the process in real-time of cracking the PlayStation Classic’s security armed with little more than a keyboard. The crux of the hack came from fellow hacker [madmonkey]’s revelation that the firmware update files were signed with a key that had been mistakenly left behind on the device by Sony. Or as [YifanLu] stated, “One key is, ‘Hey am I Sony?’…The other key is saying, ‘Hey I am Sony.’ They distributed the key that identifies [themselves] uniquely and this key doesn’t expire for another 50 years or so.”

Once inside [YifanLu] was able to sideload a prototype image of a Crash Bandicoot over USB. He simply overwrote the first title on the list, Battle Arena Toshinden, and could launch the freshly injected game from the PlayStation Classic menu screen. The video below is from Day 3 of the PlayStation Classic hacking series, so skip to timecode (03:44:45) to see the results in action. For a bit more nuance there are another 15 hours or so of video to catch-up on [YifanLu]’s Twitch page. Here’s to everyone getting their favorite onto the PlayStation Classic in the near future.

( function() {
var func = function() {
var iframe_form = document.getElementById(‘wpcom-iframe-form-a36bd1ab9dfbc571812a81f090643427-5c0e584fce5d5’);
var iframe = document.getElementById(‘wpcom-iframe-a36bd1ab9dfbc571812a81f090643427-5c0e584fce5d5’);
if ( iframe_form && iframe ) {
iframe_form.submit();
iframe.onload = function() {
iframe.contentWindow.postMessage( {
‘msg_type’: ‘poll_size’,
‘frame_id’: ‘wpcom-iframe-a36bd1ab9dfbc571812a81f090643427-5c0e584fce5d5’
}, window.location.protocol + ‘//wpcomwidgets.com’ );
}
}

// Autosize iframe
var funcSizeResponse = function( e ) {
var origin = document.createElement( ‘a’ );
origin.href = e.origin;

// Verify message origin
if ( ‘wpcomwidgets.com’ !== origin.host )
return;

// Verify message is in a format we expect
if ( ‘object’ !== typeof e.data || undefined === e.data.msg_type )
return;

switch ( e.data.msg_type ) {
case ‘poll_size:response’:
var iframe = document.getElementById( e.data._request.frame_id );

if ( iframe && ” === iframe.width )
iframe.width = ‘100%’;
if ( iframe && ” === iframe.height )
iframe.height = parseInt( e.data.height );

return;
default:
return;
}
}

if ( ‘function’ === typeof window.addEventListener ) {
window.addEventListener( ‘message’, funcSizeResponse, false );
} else if ( ‘function’ === typeof window.attachEvent ) {
window.attachEvent( ‘onmessage’, funcSizeResponse );
}
}
if (document.readyState === ‘complete’) { func.apply(); /* compat for infinite scroll */ }
else if ( document.addEventListener ) { document.addEventListener( ‘readystatechange’, function(){
if (document.readyState === ‘complete’) {
func.apply();
}
}, false ); }
else if ( document.attachEvent ) { document.attachEvent( ‘onreadystatechange’, func ); }
} )();

via [Wololo.net]

PlayStation Classic Hacked Live on Stream
Source: HackADay

0Shares