Hacking Wii U Hacking & Homebrew Discussion

the_randomizer

The Temp's official fox whisperer
Member
Joined
Apr 29, 2011
Messages
31,284
Trophies
2
Age
38
Location
Dr. Wahwee's castle
XP
18,969
Country
United States
I wouldn't be complaining that you're "far behind". People on 5.4.0 are "far behind" because work is still being done to finish the exploit for public use still (Granted - there are people here that have access to it because they're in the loop with this, but that's beyond the point) because of the reliability issues that MrRean mentioned. However, these issues are being addressed by people that are probably working on other projects that are equally as important (Such as, perhaps, firmware spoofing) right now.

The problem with "holding off" on matching the exploit to the latest firmware, 5.4.0, is that we don't know when they'll stop putting out firmware updates on the Wii U. They'll always have to catch up to the latest, delaying it further. Can't they just tell people not to update until spoofing can be done? It's not like we can play online on earlier firmware versions anymore or anything.
 

nastys

ナースティス
Member
Joined
Aug 5, 2014
Messages
1,730
Trophies
0
Age
26
Location
Earth
XP
1,794
Country
Italy
I'm working on a music replacement tool for Mario Kart 8 and it's almost done ;)
Screenshot from 2015-08-29 01:11:02.png
This is going to make music replacement in MK8 MUCH, MUCH easier :lol:
Anyway, what else can we replace in MK8?
 

VinsCool

Persona Secretiva Felineus
Global Moderator
Joined
Jan 7, 2014
Messages
14,600
Trophies
4
Location
Another World
Website
www.gbatemp.net
XP
25,217
Country
Canada

Lory171

Well-Known Member
Newcomer
Joined
Jun 20, 2015
Messages
45
Trophies
0
Age
27
XP
170
Country
Italy
Just found some tools left in game files (.exe and .bat). They seem to convert .csv to .bin and probably also .wav to a nintendo proprietary file audio format, but i can't get them to work as now.
I'm sure it's copyrighted material so i can't share it here, but if anyone it's interested it's located on PartyU game files at content/sound/...
Tell me if you need more infos
 

VinsCool

Persona Secretiva Felineus
Global Moderator
Joined
Jan 7, 2014
Messages
14,600
Trophies
4
Location
Another World
Website
www.gbatemp.net
XP
25,217
Country
Canada
Just found some tools left in game files (.exe and .bat). They seem to convert .csv to .bin and probably also .wav to a nintendo proprietary file audio format, but i can't get them to work as now.
I'm sure it's copyrighted material so i can't share it here, but if anyone it's interested it's located on PartyU game files at content/sound/...
Tell me if you need more infos
I found this in Donkey Kong 64 Virtual console files (a .bat file). Do you have an idea of what this could be?

"D:\Tool\bomremover\bomremover.exe E:\Work\Vessel_NUS\Messeage\Vessel-NTR-Message\strings *.json"
 

loco365

Well-Known Member
Member
Joined
Sep 1, 2010
Messages
5,457
Trophies
0
XP
2,927
I found this in Donkey Kong 64 Virtual console files (a .bat file). Do you have an idea of what this could be?

"D:\Tool\bomremover\bomremover.exe E:\Work\Vessel_NUS\Messeage\Vessel-NTR-Message\strings *.json"
Looks to be an application that's to remove the byte-order marks from some strings in a .json file. Nothing of real interest I don't think.
 
  • Like
Reactions: VinsCool

Lory171

Well-Known Member
Newcomer
Joined
Jun 20, 2015
Messages
45
Trophies
0
Age
27
XP
170
Country
Italy
I found this in Donkey Kong 64 Virtual console files (a .bat file). Do you have an idea of what this could be?

"D:\Tool\bomremover\bomremover.exe E:\Work\Vessel_NUS\Messeage\Vessel-NTR-Message\strings *.json"

Probably some tool they used for the VC app, but if you don t find also the .exe, a .bat calling an executables that we dont have is pretty useless
 
  • Like
Reactions: VinsCool

VinsCool

Persona Secretiva Felineus
Global Moderator
Joined
Jan 7, 2014
Messages
14,600
Trophies
4
Location
Another World
Website
www.gbatemp.net
XP
25,217
Country
Canada
Looks to be an application that's to remove the byte-order marks from some strings in a .json file. Nothing of real interest I don't think.
Still interesting they forgot to remove it :P
 

Lory171

Well-Known Member
Newcomer
Joined
Jun 20, 2015
Messages
45
Trophies
0
Age
27
XP
170
Country
Italy
Just found some tools left in game files (.exe and .bat). They seem to convert .csv to .bin and probably also .wav to a nintendo proprietary file audio format, but i can't get them to work as now.
I'm sure it's copyrighted material so i can't share it here, but if anyone it's interested it's located on PartyU game files at content/sound/...
Tell me if you need more infos

UPDATE: forget the part of the audio converter, one is used to pack .csv files into a .bin while the other is used to pack .presets into a .bin
 
  • Like
Reactions: VinsCool

Onion_Knight

Well-Known Member
Member
Joined
Feb 6, 2014
Messages
878
Trophies
0
Age
45
XP
997
Country
compiling error with the Kernel exploit, looks like versionSupported list is not filled by anything....any know what causes this? I'm guessing its not generating the required wwwDir.
Code:
#-Wa,-a,-ad
cp -r C:/dev_Hacking_WiiU/libwiiu-master/kernel/osdriver/*.o C:/dev_Hacking_WiiU/libwiiu-master/kernel/osdriver/bin
rm C:/dev_Hacking_WiiU/libwiiu-master/kernel/osdriver/*.o
powerpc-eabi-ld -Ttext 1800000 --oformat binary -o C:/dev_Hacking_WiiU/libwiiu-master/kernel/osdriver/bin/code200.bin C:/dev_Hacking_WiiU/libwiiu-master/kernel/osdriver/bin/loader.o C:/dev_Hacking_WiiU/libwiiu-master/kernel/osdriver/../../libwiiu/bin/200/*.o `find C:/dev_Hacking_WiiU/libwiiu-master/kernel/osdriver/bin -name "*.o" ! -name "loader.o"`
Traceback (most recent call last):
  File "build.py", line 100, in <module>
  main()
  File "build.py", line 63, in main
  rootIndexGen(wwwDir);
  File "build.py", line 91, in rootIndexGen
  f.write(versionsSupported[-1])
IndexError: list index out of range

EDIT: Nevermind. It wrote itself to the www directory and worked just fine.
 
Last edited by Onion_Knight,

CosmoCortney

i snack raw pasta and chew lollipops
Member
Joined
Apr 18, 2013
Messages
1,768
Trophies
2
Location
on the cool side of the pillow
Website
follow-the-white-rabbit.wtf
XP
3,017
Country
Germany
Yes, that range is read-only executable memory.
Damn.. Where should I look for assembly code in the 10 range then?
(i want to find something that is always being executed to embed my asm code into there)

What I find in the 10 doesn't really look like actual asm code since there are so many .word lines
 

Marionumber1

Well-Known Member
Member
Joined
Nov 7, 2010
Messages
1,234
Trophies
3
XP
4,045
Country
United States
Damn.. Where should I look for assembly code in the 10 range then?
(i want to find something that is always being executed to embed my asm code into there)

What I find in the 10 doesn't really look like actual asm code since there are so many .word lines

There is no writable code area, unless you map it in the 0xA0000000 area or change the permissions of the 0x01000000 area.
 
  • Like
Reactions: VinsCool

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2
  • BakerMan
    I rather enjoy a life of taking it easy. I haven't reached that life yet though.
  • Veho @ Veho:
    Do you dangle a baggie in front of them, like a carrot?
    +1
  • The Real Jdbye @ The Real Jdbye:
    they're the same thing
    +1
  • The Real Jdbye @ The Real Jdbye:
    i like that idea
    +1
  • Veho @ Veho:
    What's the same thing?
    +1
  • The Real Jdbye @ The Real Jdbye:
    before or after a hit
    +1
  • Veho @ Veho:
    Nah, a hit gives them mad meth powers, but makes them more difficult to control.
    +1
  • Veho @ Veho:
    Before a hit they're like zombies, persistent but slow.
    +1
  • Veho @ Veho:
    It's a tradeoff.
    +1
  • The Real Jdbye @ The Real Jdbye:
    no i mean, before a hit is after the previous hit
    +1
  • The Real Jdbye @ The Real Jdbye:
    if you keep them well enough fed, it's the same thing
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    By the power of Florida Man, I have the power!!! *Lifts up meth pipe* Meth Man!!! lol
  • BakerMan @ BakerMan:
    Guys, I just learned my little brother is in the hospital because he had a seizure last night.
  • cearp @ cearp:
    Sorry to hear that BakerMan
    +2
  • BakerMan @ BakerMan:
    Just found out he's doing alright, doing a lot of complaining too, rightfully so. Who wouldn't complain after having a seizure and being hospitalized?
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Glad he is OK and complaining is cool :)
    +1
  • K3Nv2 @ K3Nv2:
    Yeah been there had that no fun
    +1
  • K3Nv2 @ K3Nv2:
    They'll give him sleep studies eegs and possibly one week hospital stay
    +1
  • BakerMan @ BakerMan:
    I hope it's not a week.
  • K3Nv2 @ K3Nv2:
    It's standard so doctors can get a idea about what's going on
  • BakerMan @ BakerMan:
    understood
  • BakerMan @ BakerMan:
    well, i'm glad he seems to be doing fine, and ig i'm going to start spewing goofy shit again
  • BakerMan @ BakerMan:
    Update: Turns out he's epileptic
  • K3Nv2 @ K3Nv2:
    Get a 2nd opinion run mris etc they told me that also
    K3Nv2 @ K3Nv2: Get a 2nd opinion run mris etc they told me that also