Hacking 5.5.0 progress

  • Thread starter Thread starter GOT4N
  • Start date Start date
  • Views Views 372,967
  • Replies Replies 1,267
  • Likes Likes 23
There IS a 5.5.0 KERNEL exploit which allows to load Loadiine, but it's private at the moment. There is an exploit public, but it's userland, so it doesn't allow Loadiine etc, only homebrews like pong etc
so this can be useful for when/if hykems exploit for iosu comaes out right?
i don;t follow wiiu closely i don't onw 1 yet, but from what i understand there was some speculation before this that hykem had iosu exploit but that he might not hav an entry point for 5.5.0 so this end that concern then right, we can always use this as an entry point for hykems iosu when hykem is released
 
If there is Hykem's IOSU exploit and also a kernel exploit, and IOSU exploit is more powerfull than kernel exploit... Why not free the kernel exploit so Loadiine can be ported?
 
If there is Hykem's IOSU exploit and also a kernel exploit, and IOSU exploit is more powerfull than kernel exploit... Why not free the kernel exploit so Loadiine can be ported?
Because they can save it until Nintendo patches it, that's what they say.
MN1 said that he have a 2nd Kernel Exploit (I'm pretty sure) and right now it's still private, but who knows? Maybe we can have it because there is another one.
He also said that he wants to continue with the IOSU Exploit becuase Hykem has been almost 14 Days and we don't know anything of how Hykem is doing.
Only time will tell what happends.
 
Got my Wii U connect to my computer over a socket :D
Nice. With or without Wii U freeze :D?

Also does anyone know how I can read memorie? IIRC is reading in userland possible. IOS_Read looks like it would do the job for me, but I don't know what I should use as filedescriptor (I'm not that much into c...)
 
Nice. With or without Wii U freeze :D?

Also does anyone know how I can read memorie? IIRC is reading in userland possible. IOS_Read looks like it would do the job for me, but I don't know what I should use as filedescriptor (I'm not that much into c...)
You should look at the rpc example.

--------------------- MERGED ---------------------------

Yeah, now my Wii U sends me text :D

Code:
D:\wiiu\libwiiu-master\scripts>python ./listener.py
Connected by  ('IP', 1277)
b'Success\x00'
Traceback (most recent call last):
  File "./listener.py", line 12, in <module>
    data = conn[0].recv(512)

Well, there are some errors, but at least I get something back :D
 
Yep you got it. xD I have seen it here (http://wiiubrew.org/wiki/Sysapp.rpl)

But that's not too bad for a first try.

--------------------- MERGED ---------------------------

How to use it exactly ?

Code:
void SYSLaunchTitle(uint64_t TitleId);

When i change title ID with the Splatoon one while compiling i get an error

$ make
mkdir -p ./bin/
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=550 src/*.c
src/loader.c: In function '_start':
src/loader.c:16:17: error: expected expression before 'uint64_t'
SYSLaunchTitle(uint64_t 00050000-10162B00);
^
src/loader.c:16:35: error: invalid suffix "B00" on integer constant
SYSLaunchTitle(uint64_t 00050000-10162B00);
^
Makefile:15 : la recette pour la cible « main550 » a échouée
make: *** [main550] Erreur 1
it's SYSLaunchTitle(First32Bits, Second32Bits);

so SYSLaunchTitle(0x00050000, 0x10162B00);
 
You should look at the rpc example.

--------------------- MERGED ---------------------------

Yeah, now my Wii U sends me text :D

Code:
D:\wiiu\libwiiu-master\scripts>python ./listener.py
Connected by  ('IP', 1277)
b'Success\x00'
Traceback (most recent call last):
  File "./listener.py", line 12, in <module>
    data = conn[0].recv(512)

Well, there are some errors, but at least I get something back :D
You're using Python? You're a threat.
xd
I'm using A CLI PHP and nsysnet. rpl

I love the danger.
 
I've read in a number of posts that a 5.5 kernel exploit will be available very soon....I think I read one post that it will be released this coming Friday.

Any truth in these posts??
 
Is there anything small open source for userland atm, the button checker, hello world, Pong, so maybe I can start programming something?
Thanks.
 
Is there anything small open source for userland atm, the button checker, hello world, Pong, so maybe I can start programming something?
Thanks.
My Mii-Test-U example has a lot of useful functions you could look at, including an analogue stick reader!
 

Site & Scene News

Popular threads in this forum