How easy would it be to add the WiiRD into homebrew apps? Is there a library to do it?
I saw a USBGecko library, but that didn't seem to have anything WiiRD specific.
Cheers,
WhoDares
WiiRd is no library.. WiiRd is an application using the USB Gecko library!
Sorry bad wording. How could I get WiiRD to connect to my homebrew app via the USBGecko, such that I can pause it, poke the memory, take screenshots etc.?
Cheers
geckoOS
I can see in the code somewhere to upload DOLs/ELFs but two things-
1. What tool do I use to upload? WiiRD has an upload feature, but I think that's just for sending a chunk of memory. WiiLoad?
2. The code has a switch on the mode varaible. Modes 1 and 2 (DOL and ELF) are handled, but there are no cases for 3 and 4 (DOL/ELF Debug). Does this mean that the WiiRD debug interface hasn't been added for the DOL/ELF loader yet?
Regards,
WD
No asking/posting for warez.
Admin please close and ban.
loljk
it's no warez..
basically if you want an application which can be debugged by WiiRd: download the gecko OS sources.. you'll see the file kenobiwii.s - this is the assembly code of the Wii debugger... use that code in your application - make sure it's executed every frame.. and it should work!
for the DOL/ELF.. I am not sure whether it was released.. you're correct the upload feature of WiiRd is for memory sending.
However: you can try sending your DOL/ELF file using GeckoLoad.. however.. auto-adding a debugger.. no idea whether this works!
@OblivionGun: WTF are you talking about? Homebrew == My code. Read the thread first before posting
@Link: Thanks for the information, I'll give it a play!