Search results

  1. E

    Hacking Transfering Nands between Wii Us

    If you really want you can use wfs-reencryptor, but the results of reencrypting the mlc may vary ... And it won't transfer the tiks
  2. E

    [RELEASE] Reencrypt WFS USBs/MLCs to transfer them between consoles (wfs-reencryptor)

    I updated this utility with a continuously printed progress so now it won't look like it doesn't do anything. (v1.2.3)
  3. E

    Hacking wfsdump - PC util for dumping WFS devices (WiiU File System)

    The savegames are stored under a specific userid. Maybe there is a mismatch? If that is the case I think that the folder need to be renamed to the correct userid alongside its permissions.
  4. E

    Unable to dump OTP.bin

    If you can send me the dump and the otp I can take a look on why wfs-extract fails to handle it. (For start I can work with the first 0x2000 bytes as they suppose to have the wfs header)
  5. E

    [RELEASE] Reencrypt WFS USBs/MLCs to transfer them between consoles (wfs-reencryptor)

    Specify --output-type usb (otherwise it assumes that it should be kept at the same format as input)
  6. E

    [RELEASE] Reencrypt WFS USBs/MLCs to transfer them between consoles (wfs-reencryptor)

    Sorry there is a small bug in this version. You must specify `--type usb` And yes the FAT32 thing is not possible. The write support to WFS is still WIP (but I have made a lot of progress lately, at the current rate I hope that an experimental version will be released sometime in the next 6 months)
  7. E

    [RELEASE] Reencrypt WFS USBs/MLCs to transfer them between consoles (wfs-reencryptor)

    The "experimental part" is that it hasn't been tested thoroughly and I don't know if anything unexpected may fail. If you are planning to do that I would recommend to use DumpesterU or wfs-extract first to backup all your games/saves so you could restore them in the worst case.
  8. E

    [RELEASE] Reencrypt WFS USBs/MLCs to transfer them between consoles (wfs-reencryptor)

    Yeah a very good point, I forgot to mention in the post that you won't be able to see/access any title that you don't have the ticket to installed already. I will edit it
  9. E

    [RELEASE] Reencrypt WFS USBs/MLCs to transfer them between consoles (wfs-reencryptor)

    I have promised to made this tool for few years and it is finally ready. This utility is able to reencrypt the whole device (mlc or usb, or even decrypt it for research purposes). So it can transfer a USB that is encrypted for one console keys to another. Or restore a USB after a factory reset...
  10. E

    Hacking wfsdump - PC util for dumping WFS devices (WiiU File System)

    Oops it seems that there is a little issue with the new command line. Add --type usb
  11. E

    Hacking wfsdump - PC util for dumping WFS devices (WiiU File System)

    Just replace '--input.. (all the args)' with the args that you usually give to wfs-fuse (Oops yeah it doesn't look like it at all. Aka replace it with mlc.bin /mnt/mlc --otp...)
  12. E

    Hacking wfsdump - PC util for dumping WFS devices (WiiU File System)

    It worked for me with the same setup. At least with a version that I compiled there. Can you run it with gdb and shate where it crashes? Just run "sud gdb wfs-fuse" and than run the command "r --input.. (all the args) -f" Try to access the file and than when it crash go back to the gdb show the...
  13. E

    Hacking wfsdump - PC util for dumping WFS devices (WiiU File System)

    Sorry I think that it is a bug in the v1.1 version. Try to use the older v1.0 instead. I will release a new fixed version soon.
  14. E

    Hacking wfsdump - PC util for dumping WFS devices (WiiU File System)

    I think that you also need to specify --usb
  15. E

    Hacking [RELEASE] Wii U NAND Tools

    The first one looks normal, the second one is corruption in one file in the vWii. It isn't normal but it is also not rare to have some random corruptions. As long as it doesn't cause issues it doesn't matter. Also it may be correctable (which mean that it is automatically repaired), I don't...
  16. E

    Help how can I unbrick my wii u whose memory (eMMC) is empty?

    Yes I am still working on it, the progress is slow as I don't have a lot of time to work on it. I am working on a tool to list all the free blocks as a poc for that capability, I assume that it will be ready next month. After that I am going to write a tool that reencrypt the whole disk with...
  17. E

    Got a second Wii u -cannot transfer hdd

    Yes. Each device is encrypted with key per console. Even if you could reencrypt the device (I am working on such tool), you would still need to transfer/install tickets for the game that were on the USB.
  18. E

    Help how can I unbrick my wii u whose memory (eMMC) is empty?

    I replied on the previous discussion on that from last year. I am not working on it a lot, but I did do some progress since than. I talked about the missing part of the journal of the file system. The good news is that I understood the structure of it since last time, and the better news is that...
  19. E

    Hacking wfsdump - PC util for dumping WFS devices (WiiU File System)

    wfs-fuse was disabled in the new build system, as I had to fix few things there. Anyway I just did it, update wfs-tools and it should work now. it is the same error that @Rabrec had. you are probably using an old compiler. The current requirements are gcc 11+ or clang 14+.