Ddd: Unterschied zwischen den Versionen

Aus The Homebrew Cloud
Zur Navigation springenZur Suche springen
K (fix)
(Deutsche Übersetzung)
Zeile 1: Zeile 1:
 +
{{DISPLAYTITLE:ddd}}
 
[[File:ddd.png|right]]
 
[[File:ddd.png|right]]
'''ddd''' is a Wii U Title Dumper developed by Dimok789. It dumps the data of any title launched on your Wii U.
+
'''ddd''' ist ein Wii-U-Title-Dumper von ''Dimok789''. Er sichert die Daten von jedem Titel einer Wii U.
  
=Versions=
+
=Versionen=
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
Zeile 8: Zeile 9:
 
! scope="col"| Release
 
! scope="col"| Release
 
! scope="col"| Download
 
! scope="col"| Download
! scope="col"| File / Size
+
! scope="col"| Datei / Größe
! scope="col"| Source
+
! scope="col"| Quelle
 
|-
 
|-
 
! scope="row"| 0.3
 
! scope="row"| 0.3
Zeile 22: Zeile 23:
 
| ZIP / 63,1KB
 
| ZIP / 63,1KB
 
| [https://github.com/dimok789/ddd/releases/tag/v0.3_RC3 GitHub.com]
 
| [https://github.com/dimok789/ddd/releases/tag/v0.3_RC3 GitHub.com]
 +
|-
 +
! scope="row"| [[Fehlende Homebrew-Versionen|0.3 RC2]]
 +
| 25. April 2016
 +
| -
 +
| -
 +
| [https://github.com/dimok789/ddd/releases/tag/v0.3_RC2 GitHub.com]
 
|-
 
|-
 
! scope="row"| 0.3 RC1
 
! scope="row"| 0.3 RC1
Zeile 30: Zeile 37:
 
|-
 
|-
 
! scope="row"| 0.2
 
! scope="row"| 0.2
| 11. March 2016
+
| 11. März 2016
 
| [[File:Download button.png|center|link=http://code.ponywave.de/workspace/thc/WiiU/Tools/ddd/ddd.v0.2.zip]]
 
| [[File:Download button.png|center|link=http://code.ponywave.de/workspace/thc/WiiU/Tools/ddd/ddd.v0.2.zip]]
 
| ZIP / 87,5KB
 
| ZIP / 87,5KB
Zeile 36: Zeile 43:
 
|-
 
|-
 
! scope="row"| 0.1
 
! scope="row"| 0.1
| 11. March 2016
+
| 11. März 2016
 
| [[File:Download button.png|center|link=http://code.ponywave.de/workspace/thc/WiiU/Tools/ddd/ddd.v0.1.zip]]
 
| [[File:Download button.png|center|link=http://code.ponywave.de/workspace/thc/WiiU/Tools/ddd/ddd.v0.1.zip]]
 
| ZIP / 45,1KB
 
| ZIP / 45,1KB
Zeile 75: Zeile 82:
 
<pre>Run the ELF on HBL and the linux/windows application on your PC with the options you want.</pre>
 
<pre>Run the ELF on HBL and the linux/windows application on your PC with the options you want.</pre>
  
[[Category:Nintendo Wii U]]
+
[[Kategorie:Nintendo Wii U]]
[[Category:Tool]]
+
[[Kategorie:Tools (Wii U)]]
[[Category:Dimok789]]
+
[[Kategorie:Dimok789]]

Version vom 28. Oktober 2017, 17:47 Uhr

Ddd.png

ddd ist ein Wii-U-Title-Dumper von Dimok789. Er sichert die Daten von jedem Titel einer Wii U.

Versionen

Version Release Download Datei / Größe Quelle
0.3 25. April 2016
Download button.png
ZIP / 82,2KB GitHub.com
0.3 RC3 25. April 2016
Download button.png
ZIP / 63,1KB GitHub.com
0.3 RC2 25. April 2016 - - GitHub.com
0.3 RC1 24. April 2016
Download button.png
ZIP / 63,1KB GitHub.com
0.2 11. März 2016
Download button.png
ZIP / 87,5KB GitHub.com
0.1 11. März 2016
Download button.png
ZIP / 45,1KB GitHub.com

Changelog

v0.3

Changes:

added support for firmware 5.5.x
added full argstr dumping
fixed bug in loader code where RPLs that failed to load were still tried to be dumped
fixed use of uninitialized string on argstr
added a generic function to copy any physical address data to any other physical address
changed to copy RPX/RPL data with the new copy function which avoids DBAT collisions
display bug fixed in titledumper host application (thanks to mikahjc)

v0.3 RC3

fixed buffer overrun through the caching system when invalidating data

v0.3 RC2

fixed bug in the flush and invalidate cache function

v0.3 RC1

- fixed bug in loader code where RPLs that failed to load were still tried to be dumped
- fixed use of uninitialized string on argstr
- added a generic function to copy any physical address data to any other physical address
- changed to copy RPX/RPL data with the new copy function which avoids DBAT collisions
- bumped version

v0.2

Changes:

added dump of the /vol/meta folder
fix in host application with creating relativ path
fix dumping when AOC functions are not accessable
How to use the new meta dumping:
To dump the meta folder it requires a bit special treatment. As always just start the host application (with /vol/meta or /vol) and the WiiU application and run the title you want to dump. Now to dump the meta folder on WiiU disc titles or titles that are installed on USB you have to press the HOME button and the dumping of the meta folder will start. Wait for it to finish dumping before you close the home menu screen again. Now for titles that are installed to the NAND (system memory) this doesn't work. For those you have to exit the title to WiiU System Menu and wait up to 30 seconds. The meta folder dumping of the NAND title that was launched before should start about 15 Seconds after System Menu is started. This whole procedure is needed because the access rights are limited inside the game and are a bit higher on the system menu.

v0.1

Run the ELF on HBL and the linux/windows application on your PC with the options you want.