Hacking DIOS-MIOS released!

Status
Not open for further replies.

snikerz

Well-Known Member
OP
Member
Joined
Nov 30, 2008
Messages
502
Trophies
1
Website
Visit site
XP
462
Country
Lesotho
SOS-Rens said:
Uhh will it need WBFS or something else :S
Read the FAQ!
angry.gif
 

SanGor

Witchhunter
Member
Joined
Aug 21, 2008
Messages
993
Trophies
0
Website
Visit site
XP
215
Country
United States
snikerz said:
Crass said:
Can someone host a compiled binary of this?
To anyone who decides to share the compiled DIOS-MIOS files: Sharing the dimodule.elf file is considered legal, because it doesn't use any Nintendo code. But sharing the injected mios.app file is illegal!

Nonetheless, if you can't compile it, it won't be of much use for you.

not true at all, the source is GPLv2. Binary only release is NOT allowed you have to supply the source (which was used to create that exact binary) OR a way to get the source from you(the one who released the binary(pointing to the google page is not enough)).

If you want to supply a binary just pack the source in the package and everything is ok.
 

WiiUBricker

News Police
Banned
Joined
Sep 19, 2009
Messages
7,827
Trophies
0
Location
Espresso
XP
7,485
Country
Argentina
This is my compiling log

Code:
C:\SlikSvn\bin\dios-mios>make
DEPÂÂÂÂ usb_os.d
DEPÂÂÂÂ tiny_ehci_glue.d
DEPÂÂÂÂ string.d
DEPÂÂÂÂ vsprintf.d
DEPÂÂÂÂ utils_asm.d
DEPÂÂÂÂ main.d
DEPÂÂÂÂ DI.d
DEPÂÂÂÂ alloc.d
DEPÂÂÂÂ ff.d
DEPÂÂÂÂ diskio.d
ASÂÂÂÂÂÂstart.o
CCÂÂÂÂÂÂdiskio.o
diskio.c: In function 'disk_read':
diskio.c:54: warning: implicit declaration of function 'memcpy'
CCÂÂÂÂÂÂff.o
ff.c: In function 'gen_numname':
ff.c:724: warning: implicit declaration of function 'memcpy'
CCÂÂÂÂÂÂalloc.o
alloc.c: In function 'HeapInit':
alloc.c:32: warning: implicit declaration of function 'memset32'
CCÂÂÂÂÂÂDI.o
CCÂÂÂÂÂÂmain.o
main.c: In function 'DoPatches':
main.c:420: warning: implicit declaration of function 'memcpy'
main.c: In function '_main':
main.c:889: warning: passing argument 4 of 'f_read' makes pointer from integer w
ithout a cast
ff.h:368: note: expected 'UINT *' but argument is of type 'u32'
main.c:929: warning: implicit declaration of function 'memset32'
main.c:1098: warning: unused variable 'i'
main.c:959: warning: unused variable 'Timmer'
main.c:955: warning: unused variable 'StreamRAMOffset'
main.c:950: warning: unused variable 'StreamBufferSize'
main.c: In function 'DoPatches':
main.c:256: warning: 'offset' may be used uninitialized in this function
ASÂÂÂÂÂÂsyscalls.o
ASÂÂÂÂÂÂutils_asm.o
CCÂÂÂÂÂÂvsprintf.o
CCÂÂÂÂÂÂstring.o
CCÂÂÂÂÂÂtiny_ehci_glue.o
In file included from tiny_ehci_glue.c:65:
ehci.c: In function 'ehci_control_message':
ehci.c:592: warning: implicit declaration of function 'memcpy'
CCÂÂÂÂÂÂusb_os.o
LDÂÂÂÂÂÂiosmodule.elf
@/c/devkitPro/devkitARM/bin/arm-eabi-strip iosmodule.elf
 

DarkMatterCore

Finding my light.
Developer
Joined
May 30, 2009
Messages
1,292
Trophies
1
Age
28
Location
Madrid, Spain
Website
github.com
XP
2,606
Country
Spain
6jonathan1 said:
WiiBricker said:
Compiling FAQ: http://code.google.com/p/dios-mios/wiki/FAQ
I'm not trying to sound like a noob but whats compile and a MIOS v10 extract/decrypt?
unsure.gif



Getting the decrypted MIOS v10 contents from an existing WAD, or downloading them via NUS Downloader and/or similar programs. That way, you can get the 0000000c.app file that crediar mentions in the FAQ.

WiiBricker said:
This is my compiling log

CODE
C:\SlikSvn\bin\dios-mios>make
DEPÂÂÂÂ usb_os.d
DEPÂÂÂÂ tiny_ehci_glue.d
DEPÂÂÂÂ string.d
DEPÂÂÂÂ vsprintf.d
DEPÂÂÂÂ utils_asm.d
DEPÂÂÂÂ main.d
DEPÂÂÂÂ DI.d
DEPÂÂÂÂ alloc.d
DEPÂÂÂÂ ff.d
DEPÂÂÂÂ diskio.d
ASÂÂÂÂÂÂstart.o
CCÂÂÂÂÂÂdiskio.o
diskio.c: In function 'disk_read':
diskio.c:54: warning: implicit declaration of function 'memcpy'
CCÂÂÂÂÂÂff.o
ff.c: In function 'gen_numname':
ff.c:724: warning: implicit declaration of function 'memcpy'
CCÂÂÂÂÂÂalloc.o
alloc.c: In function 'HeapInit':
alloc.c:32: warning: implicit declaration of function 'memset32'
CCÂÂÂÂÂÂDI.o
CCÂÂÂÂÂÂmain.o
main.c: In function 'DoPatches':
main.c:420: warning: implicit declaration of function 'memcpy'
main.c: In function '_main':
main.c:889: warning: passing argument 4 of 'f_read' makes pointer from integer w
ithout a cast
ff.h:368: note: expected 'UINT *' but argument is of type 'u32'
main.c:929: warning: implicit declaration of function 'memset32'
main.c:1098: warning: unused variable 'i'
main.c:959: warning: unused variable 'Timmer'
main.c:955: warning: unused variable 'StreamRAMOffset'
main.c:950: warning: unused variable 'StreamBufferSize'
main.c: In function 'DoPatches':
main.c:256: warning: 'offset' may be used uninitialized in this function
ASÂÂÂÂÂÂsyscalls.o
ASÂÂÂÂÂÂutils_asm.o
CCÂÂÂÂÂÂvsprintf.o
CCÂÂÂÂÂÂstring.o
CCÂÂÂÂÂÂtiny_ehci_glue.o
In file included from tiny_ehci_glue.c:65:
ehci.c: In function 'ehci_control_message':
ehci.c:592: warning: implicit declaration of function 'memcpy'
CCÂÂÂÂÂÂusb_os.o
LDÂÂÂÂÂÂiosmodule.elf
@/c/devkitPro/devkitARM/bin/arm-eabi-strip iosmodule.elf

How did you compile it? Did you use an older version of devkitARM or what? I'm using devkitARM r32 right now.
 

DarkMatterCore

Finding my light.
Developer
Joined
May 30, 2009
Messages
1,292
Trophies
1
Age
28
Location
Madrid, Spain
Website
github.com
XP
2,606
Country
Spain
WiiBricker said:
http://code.google.com/p/dios-mios/issues/detail?id=2#c0
For everyone that have the same issue, do NOT open the makefile with Programmers Notepad. Open Windows Command in your source directory and simply type "make". Then it works, at least for me.

Thanks. You should post that on the issue, lol.

QUOTE(tj_cool @ Nov 14 2010, 03:54 PM) Done all the steps, but I have no game to try with, damn
I'll need to dump on first. Does SuperDump dump GC games?
tongue.gif

Yes. You can also try CleanRip.
 

DarkMatterCore

Finding my light.
Developer
Joined
May 30, 2009
Messages
1,292
Trophies
1
Age
28
Location
Madrid, Spain
Website
github.com
XP
2,606
Country
Spain
EnigmaXtreme said:
What is DiscEX? I dragged one of my Gamecube ISOs it then says "Copying" and goes to 100%, where does it go though and what did it do?

You have to use the program with CMD:

DiscEx *your_iso.iso*

You'll get the unencrypted files from the ISO in a folder with the TitleID of the game. Just copy it to USB:\games.
 

M[u]ddy

Well-Known Member
Member
Joined
Sep 4, 2009
Messages
511
Trophies
0
Age
35
Location
NRW
XP
409
Country
Germany
SanGor said:
tj_cool said:
Done all the steps, but I have no game to try with, damn
I'll need to dump on first. Does SuperDump dump GC games?
tongue.gif


you can use SNEEK to dump GC games

Gives me:
CODE
DVDCommand failed with:02052000
 

6jonathan1

Member
Newcomer
Joined
Nov 14, 2010
Messages
8
Trophies
0
XP
10
Country
United States
PabloACZ said:
6jonathan1 said:
WiiBricker said:
Compiling FAQ: http://code.google.com/p/dios-mios/wiki/FAQ
I'm not trying to sound like a noob but whats compile and a MIOS v10 extract/decrypt?
unsure.gif



Getting the decrypted MIOS v10 contents from an existing WAD, or downloading them via NUS Downloader and/or similar programs. That way, you can get the 0000000c.app file that crediar mentions in the FAQ.

WiiBricker said:
This is my compiling log

CODE
C:\SlikSvn\bin\dios-mios>make
DEPÂÂÂÂ usb_os.d
DEPÂÂÂÂ tiny_ehci_glue.d
DEPÂÂÂÂ string.d
DEPÂÂÂÂ vsprintf.d
DEPÂÂÂÂ utils_asm.d
DEPÂÂÂÂ main.d
DEPÂÂÂÂ DI.d
DEPÂÂÂÂ alloc.d
DEPÂÂÂÂ ff.d
DEPÂÂÂÂ diskio.d
ASÂÂÂÂÂÂstart.o
CCÂÂÂÂÂÂdiskio.o
diskio.c: In function 'disk_read':
diskio.c:54: warning: implicit declaration of function 'memcpy'
CCÂÂÂÂÂÂff.o
ff.c: In function 'gen_numname':
ff.c:724: warning: implicit declaration of function 'memcpy'
CCÂÂÂÂÂÂalloc.o
alloc.c: In function 'HeapInit':
alloc.c:32: warning: implicit declaration of function 'memset32'
CCÂÂÂÂÂÂDI.o
CCÂÂÂÂÂÂmain.o
main.c: In function 'DoPatches':
main.c:420: warning: implicit declaration of function 'memcpy'
main.c: In function '_main':
main.c:889: warning: passing argument 4 of 'f_read' makes pointer from integer w
ithout a cast
ff.h:368: note: expected 'UINT *' but argument is of type 'u32'
main.c:929: warning: implicit declaration of function 'memset32'
main.c:1098: warning: unused variable 'i'
main.c:959: warning: unused variable 'Timmer'
main.c:955: warning: unused variable 'StreamRAMOffset'
main.c:950: warning: unused variable 'StreamBufferSize'
main.c: In function 'DoPatches':
main.c:256: warning: 'offset' may be used uninitialized in this function
ASÂÂÂÂÂÂsyscalls.o
ASÂÂÂÂÂÂutils_asm.o
CCÂÂÂÂÂÂvsprintf.o
CCÂÂÂÂÂÂstring.o
CCÂÂÂÂÂÂtiny_ehci_glue.o
In file included from tiny_ehci_glue.c:65:
ehci.c: In function 'ehci_control_message':
ehci.c:592: warning: implicit declaration of function 'memcpy'
CCÂÂÂÂÂÂusb_os.o
LDÂÂÂÂÂÂiosmodule.elf
@/c/devkitPro/devkitARM/bin/arm-eabi-strip iosmodule.elf

How did you compile it? Did you use an older version of devkitARM or what? I'm using devkitARM r32 right now.
I got NUS downloader,what else?
 

Vague Rant

Deceptively cute
Member
Joined
Aug 7, 2008
Messages
2,463
Trophies
2
Location
Melbourne
Website
vaguerant.tumblr.com
XP
3,302
Country
M[u said:
ddy]
SanGor said:
tj_cool said:
Done all the steps, but I have no game to try with, damn
I'll need to dump on first. Does SuperDump dump GC games?
tongue.gif


you can use SNEEK to dump GC games

Gives me:
CODE
DVDCommand failed with:02052000
Just dumped ten or so games with CleanRip without issue. ~8-10 minutes a game.
 

SanGor

Witchhunter
Member
Joined
Aug 21, 2008
Messages
993
Trophies
0
Website
Visit site
XP
215
Country
United States
M[u said:
ddy]
SanGor said:
tj_cool said:
Done all the steps, but I have no game to try with, damn
I'll need to dump on first. Does SuperDump dump GC games?
tongue.gif


you can use SNEEK to dump GC games

Gives me:
CODE
DVDCommand failed with:02052000

the game you want to dump must be in the wii from boot up, if you still get it you are out of luck until crediar fixed it.
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Psionic Roshambo @ Psionic Roshambo: I think Switch 2 will launch about Christmas this year lol