WiiRd Community
July 30, 2010, 04:38:16 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Update 4.3 - do NOT update!


Gecko 1.9.3.1
Should I get a USB Gecko, I wanna hack?
How do I use my USB Gecko
Where can I get WiiRd?
 
   Home   CODE DATABASE Help Search Login Register  
Pages: 1 [2]
  Print  
Author Topic: Suggestions?  (Read 8081 times)
goemon_guy
Hacker
Full Member
*****

Karma: 4
Posts: 121


View Profile
« Reply #15 on: December 29, 2009, 01:04:19 pm »

I second Codyk's request. I hate having to swap discs to load a Gamecube game with it...
Logged
Chaos1
Brawl Code edtior member
Full Member
***

Karma: 2
Posts: 181

C'mon step it up :D


View Profile
« Reply #16 on: December 29, 2009, 09:35:26 pm »

I agree with both of you.
I can't take swaping disc anymore angry
some way to get GC gecko os on the wii would really help.
Logged


Click here to level up my card!
You\'re too slow LOL Cheesy
ichfly
Hacker
Newbie
*****

Karma: 2
Posts: 44


View Profile
« Reply #17 on: December 29, 2009, 11:00:25 pm »

I agree with both of you.
I can't take swaping disc anymore angry
some way to get GC gecko os on the wii would really help.
We can´t make that because if a gc is inside the following start (correct me if i am wrong) BC overwrite mem1 whith random --> boot2 in a spezial mode for direct DPI accsses(I don`t know if this is true but i think) --> mios overwrite mem1 whith random --> start the game whith dict DPI accsses and runs further but don`t do anything(newer versions semes to have anty hack codes).

So if we want to do that we need an cmios or better an cBC and cboot2,too if we won´t implement an fatsystem in the mios
« Last Edit: December 29, 2009, 11:16:14 pm by ichfly » Logged

sorry for bad english

working on pointer search(new version 35% ready) so I won`t make codes yet.
HaXXeR
Hacker
Jr. Member
*****

Karma: 13
Posts: 88



View Profile
« Reply #18 on: January 04, 2010, 07:46:27 am »

We can´t make that because if a gc is inside the following start (correct me if i am wrong) BC overwrite mem1 whith random --> boot2 in a spezial mode for direct DPI accsses(I don`t know if this is true but i think) --> mios overwrite mem1 whith random --> start the game whith dict DPI accsses and runs further but don`t do anything(newer versions semes to have anty hack codes).

So if we want to do that we need an cmios or better an cBC and cboot2,too if we won´t implement an fatsystem in the mios

So what you're saying is it's impossible to simply hook GC mode. We have to write our own loader (i.e. cMIOS)? I was afraid that was the case.

Just out of curiosity, how much of the MIOS code has been cracked? Waninkoko managed to find (and modify) certain parts for his backup loader. What if we found the parts where it writes this random stuff and just removed them?

Or even better, would it be possible too hook MIOS itself so that you could effectively use Wii hardware (SD slot) in GC mode or otherwise keep them system from wiping the memory where the code handler is stored?
Logged
ichfly
Hacker
Newbie
*****

Karma: 2
Posts: 44


View Profile
« Reply #19 on: January 04, 2010, 06:36:33 pm »

He only removed the code that check if there it is an original. If you want to make that i think this is the best kit to do that wiibrew.org/wiki/Custom_IOS_Module_Toolkit you can use this for usb gecko accsess code.google.com/p/usbgecko/downloads/detail?name=consoleapi12.zip&can=2&q= (only smal chanches are nessesery) and the new addresses here gitweb.bootmii.org/?a=viewblob&p=mini&h=354386107f79891ad3d37cc84ced4a32d3cbca76&hb=4a13e2d20752cd8e5996161f73b8a438bca4ae6c&f=hollywood.h yes i tryed it myself but fail

edit: I found a way to bypass the overwriting whith randome downgreat mios and BC (very easy)
edit2: And Wanikoko don´t use BC. Wanikoko use the cios to slow down the CPU and GPU
« Last Edit: January 04, 2010, 10:08:14 pm by ichfly » Logged

sorry for bad english

working on pointer search(new version 35% ready) so I won`t make codes yet.
Chaos1
Brawl Code edtior member
Full Member
***

Karma: 2
Posts: 181

C'mon step it up :D


View Profile
« Reply #20 on: January 05, 2010, 05:33:44 pm »

Wanikoko's Cios don't seem to agree with my wii since it don't want to install on my wii. Angry
ANYWHO Angry i would still wish it were an easy way to do all of this
Logged


Click here to level up my card!
You\'re too slow LOL Cheesy
HaXXeR
Hacker
Jr. Member
*****

Karma: 13
Posts: 88



View Profile
« Reply #21 on: January 05, 2010, 10:18:51 pm »

edit: I found a way to bypass the overwriting whith randome downgreat mios and BC (very easy)

That's a step forward. Too bad the rest of the process (probably) will be a lot harder.

edit2: And Wanikoko don´t use BC. Wanikoko use the cios to slow down the CPU and GPU

I read that as if he is running in Wii mode with limited speed. Wouldn't that mean we'd technically be able to utilize Wii hardware then?
I belive that I misread that statement big-time but I'm hoping i didn't. Tongue
« Last Edit: January 06, 2010, 09:30:16 am by HaXXeR » Logged
ichfly
Hacker
Newbie
*****

Karma: 2
Posts: 44


View Profile
« Reply #22 on: January 07, 2010, 06:29:01 pm »

edit: I found a way to bypass the overwriting whith randome downgreat mios and BC (very easy)

That's a step forward. Too bad the rest of the process (probably) will be a lot harder.

edit2: And Wanikoko don´t use BC. Wanikoko use the cios to slow down the CPU and GPU

I read that as if he is running in Wii mode with limited speed. Wouldn't that mean we'd technically be able to utilize Wii hardware then?
I belive that I misread that statement big-time but I'm hoping i didn't. Tongue
I think this is possible and may we can manage that when we write something in this Arear
quote hollywood.h from bootmii(mini)

/* MEMORY CONTROLLER Registers */

#define      MEM_REG_BASE      0xd8b4000
#define      MEM_PROT      (MEM_REG_BASE+0x20a)
#define      MEM_PROT_START      (MEM_REG_BASE+0x20c)
#define      MEM_PROT_END      (MEM_REG_BASE+0x20e)
#define      MEM_FLUSHREQ      (MEM_REG_BASE+0x228)
#define      MEM_FLUSHACK      (MEM_REG_BASE+0x22a)

I hope we can accsess there from IOS usermode than it was very easy.

edit: and reclocking cpu is semes to be easy too quote wiibrew.org
0x0d8001b4    32    HW_CLOCKS[check]    Clocking[check]


and parts of the ios can access nearly any wii hardware any time but not the GPU
« Last Edit: January 07, 2010, 11:04:25 pm by ichfly » Logged

sorry for bad english

working on pointer search(new version 35% ready) so I won`t make codes yet.
ichfly
Hacker
Newbie
*****

Karma: 2
Posts: 44


View Profile
« Reply #23 on: January 08, 2010, 11:09:44 pm »

Sorry for that post but does anybody know how to add a content so that it is executet becaus nus downloader content add dosn´t work it corrupt the ios instead(It waste to much time to edit the tmd whith a hex editor each time i try to test something).

edit: I won´t use an installer which is mostly used to install an piratic cios.
« Last Edit: January 08, 2010, 11:18:08 pm by ichfly » Logged

sorry for bad english

working on pointer search(new version 35% ready) so I won`t make codes yet.
Chaos1
Brawl Code edtior member
Full Member
***

Karma: 2
Posts: 181

C'mon step it up :D


View Profile
« Reply #24 on: February 23, 2010, 09:08:43 pm »

Why not have the gecko for gc work on wii homebrew so that we dont have to use the gc all the time that way it makes it much easier for every one Sad

But let me guess,IT'S NOT POSSiBLE Angry
Logged


Click here to level up my card!
You\'re too slow LOL Cheesy
matt123337
Hacker
Sr. Member
*****

Karma: 12
Posts: 355

matt123337.netne.net admin

matt123337@hotmail.com
View Profile WWW Email
« Reply #25 on: March 08, 2010, 08:39:01 pm »

you guys could inject the gc gecko dol into the MIOS...
Logged

http://www.matt123337.netne.net
                ↑
             My site (has guide on how to get a free USBgecko all you need is a computer)

Pages: 1 [2]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!