Recent content by ptitleray

  1. P

    Hacking Loadiine GX2

    @dimok How use "UdpDebugReader" provide on Loadiine GX2 github ? I've changed address on "logger.c" but don't work :(
  2. P

    Hacking Loadiine GX2

    Just made a "Pull requests" on Github : #19 ;) I 've never used IRC :unsure: Sorry for the delay but I had no internet for 4 days :(
  3. P

    Hacking Loadiine GX2

    If i don't switch curl, i have always error "Failure when receiving data from the peer"
  4. P

    Hacking Loadiine GX2

    No, I forgot that there was a different memory addressing for firmware below 410 :( So that will not work (for now) for 400 firmware
  5. P

    Hacking Loadiine GX2

    Here is the payload / elf for 400 firmware Different memory address
  6. P

    Hacking Loadiine GX2

    I started to implement GX2 for firmwares 410 and 500. On my 410 Wii U, I still have the problem with curl, the only solution is that of @NeKit Also, "loadiine_gx2.elf" is different as of the 532-540 firmware because function "OSSetExceptionCallbackEx()" don't exist on olders firmwares (I've...
  7. P

    Hacking Loadiine GX2

  8. P

    Hacking [OLD] Loadiine backup loader for WiiU 5.3.2 ONLY (NO 5.4 NO 5.5!)

    So, here it is for different firmwares ;) For 4.0.0 (same for 4.0.2 and 4.0.3) : Memory right (BAT, SR, etc.) : 0xFFF1A440 prepare title function : 0xFFF15E70 Then these function addresses in coreinit.rpl ("magic" number : 0xFE4400) and loader.elf ADDRESS_OSTitle_main_entry_ptr 0x1005A600...
  9. P

    Hacking [OLD] Loadiine backup loader for WiiU 5.3.2 ONLY (NO 5.4 NO 5.5!)

    if you have not solved your problem, this is the MD5 checksum of the directory : ;)
  10. P

    Hacking 5.4.0 progress

    Exactly, 0 for the TV and 1 for Gamepad ;)
  11. P

    Hacking 5.4.0 progress

    Also, i've you tried comment these lines : /* Send restart signal to get rid of uneeded threads */ /* Cause the other browser threads to exit */ // int fd = IM_Open(); // void *mem = OSAllocFromSystem(0x100, 64); // memset(mem, 0, 0x100); /* Sets...
  12. P

    Hacking 5.4.0 progress

    I don't know if you have use the same method as of the loadiine (v3) for 4.1.0 or 5.0.0 firmware, but here is what i've done :
  13. P

    Hacking 5.4.0 progress

    This version is the same as of the 532 firmware, i just want some tester ;)
  14. P

    Hacking 5.4.0 progress

    And here the v3 of loadiine (just the bin and elfs) :P If someone can test (I'm on 4.1.0)
  15. P

    Hacking 5.4.0 progress

    Can you upload this Loadiine (v4) version ? :rolleyes: I think it must work without the "curl's bug"