so this can be useful for when/if hykems exploit for iosu comaes out right?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

Lol that avatar; the expression is perfect.tanks.

Emulators (still not developped, but maybe some will do it?)
Because they can save it until Nintendo patches it, that's what they say.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?

Nice. With or without Wii U freezeGot my Wii U connect to my computer over a socket![]()

You should look at the rpc example.Nice. With or without Wii U freeze?
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...)
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)

Hold the powerbutton of the wii u to force power it off.how can I exit from helloworld? is always on the screen if I turn wii u off and back on
thank youHold the powerbutton of the wii u to force power it off.

it's SYSLaunchTitle(First32Bits, Second32Bits);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
You're using Python? You're a threat.You should look at the rpc example.
--------------------- MERGED ---------------------------
Yeah, now my Wii U sends me text
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![]()
My Mii-Test-U example has a lot of useful functions you could look at, including an analogue stick reader!Is there anything small open source for userland atm, the button checker, hello world, Pong, so maybe I can start programming something?
Thanks.

You should look at the osscreenexamples of libwiiuIs there anything small open source for userland atm, the button checker, hello world, Pong, so maybe I can start programming something?
Thanks.