Wii Shopping Channel - Opera Javascripts - Wii Buffer Overflows
Some new information about the browser hacking going on inside the Wii's Shopping channel:
There is a piece of code found in the shopping channel:
var ec = new ECommerceInterface ();
The problem is that the code for ECommerceInterface isn't found in any of the .JS files. This leads me to believe the code is somehow stored in the Wii itself.
Source: FunWithWiiWhile we do not support trying to download games for free, it is extremely interesting how these Javascript functions are included in the browser itself so that they are availible in every page displayed and not in the source of the pages served up from Nintendo.
Has anyone tried to access urls with file:// or others?
On the PSP we were able to access some of the flash file system by using different internal addresses. The full PSP thread which talks about overflowing the buffer and the internal addresses via the wipeout browser dns hack can be found here:
http://forums.ps2dev.org
UPDATE:
OK I've got the on-screen keyboard and sounds working!
Updated Code posted here
6 Comments:
How do we input the code into the wii? Where does it go?
You need to setup a web server and host html files that have that code, then redirect the dns so your wii points to your computers webserver instead of nintendo. There are instructions posted on this blog a few days ago, start there, or wait for the developers to make this easier to do, which is bound to happen within the next few days once we get the last few kinks worked out.
I'll look for that post. I have webspace and am actually setting up a proxy on it now to see if I can make it so I only have to redirect one DNS. I'll tell you how it goes.
Well, I'm on a shared server, so no cigar.
It is, if you set up a proxy it works fine. http://mozy.org/wii/ a package is there.
How can I redirect using dnsmasq on my linux box?
Click Here to Post a Comment