Télécharger WIT: Wiimms ISO & WBFS Tools v2.05b r3611

retour page téléchargements

idTitreDateCatégorieTéléchargementsVus
712WIT: Wiimms ISO & WBFS Tools v2.05b r361123/04/12 à 20:15:26Utilitaire8647021
Fichier : wit-v2.05b-r3611-cygwin.zip
Taille : 7.163Mo 
Description :

image

Wiimms ISO Tools et Wiimms WBFS Tool est un ensemble d'utilitaires réalisé par Wiimm. Ils vous permet de manipuler les Images ISO de jeu Wii et les containers WBFS. Les deux utilitaires principaux sont nommés wit (Wiimms ISO Tool) et wwt (Wiimms WBFS Tool, le WBFS manager). Il s'agit de la solution la plus complète à l'heure actuelle en terme de manipulation d'ISO. Tous les formats sont supporté (de fichier comme de format de partition), il est possible de faire des transferts par lot, de réparer des partitions ou des fichiers WBFS, etc, etc...

Attention, ces utilitaires sont à utiliser en ligne de commande uniquement !! Des versions sont disponible pour Windows, Linux (x86 et x64) et Mac OS.

Cet utilitaire est en fait à la base de nombreux dérivés graphiques. En particulier, vous pouvez trouver ces utilitaires :
- WiiJManager
- Wii Backup Fusion
- qtwitgui

wit v2.05b r3611
Bug fix for assertion failure in "wwt RECOVER".

wit v2.05a r3591
"wit VERIFY" will now ignore extracted file systems.
wit --id=.....X: ID change failed if only the sixt character was modified.
All ID patching options (--id, --disc-id, ...) accept now a plus sign '+' as wildcard for multiple '.' to fill the complete entered ID to 4/6 characters.
The listing command "wit ID6" accepts now all ID patching options to test the effect of them.

wit v2.04a r3554
New option: wit --force: Ignore partition size errors and allow access to damaged partitions. "wwt --force" works similar.
New options: --disc-id=id, --boot-id=id, --ticket-id=id, --tmd-id=id and --wbfs-id=id: Patch only the specific ID. These options are handled after the --id and --modify options. Patching the WBFS ID while adding a game is now also possible.
New implementation of command "wit ID6": It generates an ID6 list of all sources. This is similar as before, only the meaning of the parameters changed. If option --long is set, a table with 5 IDs (DISC, BOOT, TICKET, TMD and WBFS) is printed. BOOT, TICKET and TMD IDs are taken from the main partition. If --long is set twice, all IDs of all partitions are printed.
wwt LLLL: List contains date and time (in seconds) columns.

wit v2.03a r3309
wit+wwt SKELETON: Support of GameCube images.
New command: wwt DUP: Duplicate an existing WBFS to a new file including block assigning errors. The idea is to have a command, that can duplicate a defect WBFS for tests.
Command "wwt DUMP" accept now --show for a fine control of printed data. The dump may now contain also a usage table and a integrity check report.
For a long time the code contains a WBFS extension. Now I have ompleted, enabled and tested it. With this extension the WBFS "free blocks table" is managed in a total different way:
WBFS access: While opening a WBFS the free blocks table is ignored. Instead of using the stored one an internal memory map of used blocks is built. This needs only a part of a second. Some advantages:
Errors in the free blocks table are irrelevant.
Blocks overlaps and invalid block assignings are automatically detected, reported, and fixed for internal usage.
If removing a discs with overlaps, the blocks are still marked used.
Blocks, that are not handled by the free blocks tables (the table is sometiems to small -> a result of a calculation bug in the original libwbfs) can be used. If closing, a new and fixed free blocks table will be written. This makes the whole process compatible to other WBFS managers and USB loaders.
wwt ADD: Before adding a disc its size is compared against the free size of the WBFS. This allows an early "disc full" error message.
wwt ADD: If adding a disc to a partition a continuous memory block is searched to minimize the (non existent) fragmentation. This disabled for WBFS files by default because a file itself can be fragmented.
wwt ADD+PHANTOM --wbfs-alloc=mode: Set the WBFS block allocation mode.
The commands "wwt CHECK", "wwt REPAIR" and "wwt EDIT" have been modified to work with the new interface.

wit v2.01a r3138 - 2011-10-27
- Windows version only: Cygwin DLL Update to 1.7.9-1
- Bug fix (thanx to fig2k4): Special characters in file names with FST code
> 127 will now be translated into UTF-8 to list and create files correct.
- "LIST wwt" New option for: - Fragments: Fragments and a print ratio instead
of the region info. A summary line is printed too.
- New Command: LIST-F wwt | LF: Short cut for "wwt LIST - fragments"
- Option - sort = fragments some sort listings by the number of WBFS fragments.
- Option - is almost ignored and will be removed in the near future.
Please do not use - virtually any longer.
- New option: - copy-gc: If extracting a GameCube disc image, do not extract
the real files to '/ files /...'. Instead create a copy of the source image
and store it as 'game.iso'. If the source image have the correct format and
option - no-link is not set, try a hard link first.
- Option - replaces the old neek - sneek, but - sneek is so accepted.
Option - neek now includes option - copy-gc.
- "Wit extract - neek - least% i": Extract DiscEx like (but faster!).
The only change is for the GameCube discs because of implied - copy-gc.

Bugs Connus:
- Il y a des nouveaux problèmes en ce qui concerne la lecture depuis une source non-trouvable. (eg pipes ).
La raison est qu'il y a désormais présence d'une librairie plus complète et plus intelligente qui fait des WiiDisc.
Plus d'infos ==> Le meilleur moyen est d'utiliser la version 1.01c pour les "pipes".

wit v2.00a r2834 - 2011-07-08
- Because no bugs (exclude installing) reported since months my WIT tools
seems to be perfect (or ready to use or something between). So it's time
to increase the major version and to proclaim v2.00a. The whole project
consists about 250 000 code lines.
- Bug fix for Windows install script: Remove duplicate WIT entries.

Known bugs:
- The GameCube support is in development and EXPERIMENTAL!
- There are new problems while reading from non seekable sources (e.g. pipes).
The reason is the complete new and more intelligent wiidisc lib which makes
more lookups ==> The best is to use version 1.01c for pipes.
Road map (for some point in the future):
I have already stopped the development in favor of my SZS tools. But there
are some already planned extensions:
- Since many versions the code contains a WBFS extension, enabled by defining
the symbol NEW_WBFS_INTERFACE (set by "make new all"). If enabled, the free
blocks table is managed in a total different way. Already implemented are:
- WBFS access: While opening a WBFS the free blocks table is ignored.
Instead of using the stored one an internal memory map of used blocks is
built. This needs only a part of a second. Some advantages:
- Errors in the free blocks table are irrelevant.
- Blocks overlaps and invalid block assignings are automatically
detected and reported.
- If removing a discs with overlaps, the blocks are still marked used.
- Blocks, that are not handled by the free blocks tables (a result of a
calculation bug in the original libwbfs) can be used.
If closing, a new (and corrected) free blocks table will be written. This
makes the whole process compatible to other WBFS managers and loaders.
- wwt ADD: Before adding a disc it size is compared against the free size
of the WBFS. This allows an early "disc full" error message.
- wwt ADD: If adding a disc a continuous memory block is searched to
minimize the fragmentation.

Missing:
- Report errors while scanning the WBFS.
- The commands "wwt CHECK", "wwt REPAIR" and "wwt EDIT" must use the new
interface.
- GameCube support is still incomplete.
- There are already code fragments implemented to trim discs in three levels:
- Move partitions as whole to eliminate disc holes.
- Move partition sectors to reduce partition size (alternative for
partition scrubbing). Fake signing is necessary.
- Move files of partitons to optimize the step above.
For all trimming levels alignment factors may be set and it should be
possible to set special alignments for GameCube sound files.
- On the fly patching: Create a new image a combination of 2 or more sources.
Therefor trimming is needed.
- A better (real) windows installer.

wit v1.29a r2655 - 2011-05-21
- Script 'load-titles.sh' will be copied on install into the share folder to
allow later and easy update of the title database.
- New command: wit+wwt GETTITLES: Change to the share folder an call script
'load-titles.sh' to update the title database.
- Known bugs:
- The GameCube support is in development and EXPERIMENTAL!
- There are new problems while reading from non seekable sources (e.g.
pipes). The reason is the complete new and more intelligent wiidisc lib
which makes more lookups ==> The best is to use version 1.01c for pipes.

wit v1.28a r2336 - 2011-03-04
- wfuse --version: Print FUSE versions too.
- New option: wfuse --create: If the mount point does not exist, create it
and remove it on unmount.
- New option: wfuse --remount: If the mount point is already mounted, try
silently to unmount it first.
- New option: --include-first: Include lists takes take precedence over
exclude lists.
- New option: "wwt ADD --sync-all": Use include and exclude lists only for
creating the sync list.
- "wit DIFF/FDIFF": The diff output was changed completely. The options
--quit, --verbose, --file-limit, --limit, --block-size and --long allow
fine control. The output is now homogeneously in all three modes RAW,
SCRUBBED and FILES. Option --section is supported for each log level.
Hidden option --OLD enables the old diff layout for compatibility.
- New: "wdf +cmp": Compare WDF, CISO and WIA files with other sources.
- wit DUMP: Print version of "System Menu" if update partition found.
- There is now a Windows installer (BETA): windows-install.bat
Please remove old self made installations of WIT.

wit v1.27a r2289 - 2011-02-09
- Bug fix: WBFS preallocation was always a little bit to short.
- Bug fix: Wrong signature status printed when dumping the content of TICKET
and TMD files.
- Bug fix: "wwt sync --newer FST" failed because of missing timestamp.
- New option --links: Detect soft and hard linked source files while composing
or extracting discs and try to create hard links instead of independent
copies on the destination file system.
- New option: --flat: If extracting files the path names of the source discs
are removed. This enables extracting of all files to s specific destination
directory without creation of subdirectories. Command "wit files --flat"
can be used to verify the flat names.
- New tool: wfuse: Mount a Wii or GameCube image or a WBFS file or partition
to a mount point using FUSE (Filesystem in Userspace). FUSE and wfuse are
not available for Cygwin/Windows.

wit v1.26a r2223 - 2011-01-27
- Bug fix for "wwt EXTRACT --test": If extracting to an already existing file
the old file was removed.
- Bug fix for "wdf +PACK": wrong data written if packing a raw file.
- Bug fix: Reading a GameCube WIA is now done without an assertion failure.
But remember: GameCube support is still EXPERIMENTAL!
- I have made some changes in the make system to support GCC option -static
and cross compiling (Linux/i386 on Linux/x86_64).
- Linux/i386: Because of the static linking I can use the latest version of
the Linux GLIBC with preallocation support. Copying file is now fast again.
- BZIP2 support is now included as source and should work for all systems.
This enables WIA/bzip2 support for Mac/x86_64.
- "wit COPY/CONVERT/EXTRACT/EDIT/MOVE/DIFF" and "wwt ADD/EXTRACT/REMOVE"
support now the option --sections.
- "wwt add": New user interface implemented: In a first fast loop the jobs are
counted with respect to the options like --update and --newer (ignore skiped
files). In a second loop the jobs are executed with correct job counters.
- wit DUMP: Scrubbing status of disc and partitions are printed. Example:
"TICKET & TMD are well signed. Partition is encrypted and scrubbed."
- "wit EXTRACT" failed if the disc title could not found in the title db.
- New commands: "wit/wwt SKELETON": Create skeleton copies of discs for
further analysis. Details: http://wit.wiimm.de/cmd/wit/skeleton#desc

wit v1.25b r2143 - 2011-01-10
- Bug fix for "wwt init": Auto hd sector size (hss) detection was wrong and
returns always the value 4096.
- "wwt FIND" supports option --sections and --old-style. The later one will
ensure that the GUIs can read and scan the old style because I will change
the layout completly in one of the next releases.

wit v1.25a r2133 - 2011-01-09
- Bug fix for "wit mix": If reading from FST signing failed.
- Bug fix: The space preallocation for splitted files exceeded the defined
limit. This results in an error on FAT partitions.
- "wit DUMP image": IDs (ticket, tmd, boot) and IOS of the data partition are
printed in the "intro" and "partition info" sections of the dump. Therefor
the option --show has 3 new keywords: D-ID, P-ID and ID (=D-ID|P-ID).
These new keywords can be used to minimze the dump (print IDs only).
- wwt format: If formatting a device and option --hss is not, then the real
sector size of the device is used. This is a concession for the new drives
with 4096 instead of 512 bytes per block.

wit v1.24a r2114 - 2010-12-23
- "wwt ADD+EXTRACT" support now --one-job and --job-limit=n
- Preallocation is now enabled by default for all systems without known
disadvantages. Preallocation is also used for extrated files. Thanx to
deo at gbatemp who shows me Linux and Mac optimizations.
- wit+wwt VERIFY: Print signing and encryption status.
- Bug fix: "wit FILES+DUMP" print the file size again.

Known bugs :
- The GameCube support is in development and EXPERIMENTAL!
- wit COPY --raw: Copying an image in raw mode to a WBFS file is buggy.
- There are new problems while reading from non seekable sources (e.g. pipes).
The reason is the complete new and more intelligent wiidisc lib which makes
more lookups ==> The best is to use version 1.01c for pipes.
- No WIA/bzip2 support for MAC/x86_64. (bug in the Mac bzip2 library)


image
(Image de qtwitgui)


http://wit.wiimm.de/ Site officiel : http://wit.wiimm.de/
http://gbatemp.net/t182236-wwt-wit-wiimms-wbfs-iso-tools Site officiel : http://gbatemp.net/t182236-wwt-wit-wiimms-wbfs-iso-tools

 
Télécharger Télécharger WIT: Wiimms ISO & WBFS Tools v2.05b r3611 (vous devez être authentifié)
Les fichiers avec l'extension 7z se décompressent avec winrar ou 7zip.
 

7 commentaires
Pages: 1
Messages:
^ Déconnecté Dz-green
#1, posté le 03/01/11 à 21:16:32
Banni
67 messages
Petit parleur

avatar
screen sous linux Ubuntu 10.04!
pas mal du tout le tool,quoi que pour les novices la cmd sa passe mal x)
PS3 infos, toutes les news et tutoriaux du hack / jailbreak PS3
^ Déconnecté __jf__
#2, posté le 03/01/11 à 21:18:31
Bug tracker
2288 messages
Dieu des dieux
star
je viens de compiler wiithon revision 495 compilé pour ubuntu 10.10 amd64
si ca aide
^ Déconnecté Dz-green
#3, posté le 03/01/11 à 21:24:27
Banni
67 messages
Petit parleur

avatar
ho la je t'aime <3 ... mais depuis leur nouveaux dépots sa freez quand j'installe la 10.10,même en cd live ::(::

sinon c'est classe ubuntu en tactile t'a test?
^ Déconnecté __jf__
#4, posté le 03/01/11 à 21:34:30
Bug tracker
2288 messages
Dieu des dieux
star
mise à jour en réseau, ca doit faire 3ou4 que je fais, ou netinstall à partir de clé usb... sans problème meme avec du raid soft
t'as du loupé un truc
^ Déconnecté Dz-green
#5, posté le 03/01/11 à 21:39:22
Banni
67 messages
Petit parleur

avatar
qu'est-ce que tu veut loupé x) non soit disant que c'est mes ancien dépot installer (backtrack tool et un dépot pour steam)
qui foirent l'installation*,depuis je suis sous win$obe ::^^::

* sa vien de ubuntu.fr j'ai créer un post pour mon problème :;)::
ps: VIVE JAUNTY :)
^ Déconnecté mega3
#6, posté le 12/06/11 à 09:09:55
Membre
257 messages
Apprenti parleur
star
avatar
Comment on fait pour s'en servir sur Ubuntu 11.04 svp ? ::siffle::
PS3 infos, toutes les news et tutoriaux du hack / jailbreak PS3
^ Déconnecté lagunamix
#7, posté le 02/11/11 à 15:59:07
Donateur
303 messages
Floodeur
star
merci beaucoup

Pages: 1

Ajouter commentaire:
Créez un compte ou identifiez vous pour poster un commentaire.



Hacker / Jailbreaker son iPhone/iPod/iPad - Hacker / Jailbreaker sa PS3 - Hacker sa Nintendo 3DS - Hacker sa WiiU - Hacker sa PSVita - Stratovarius - Rage Comics, troll face - Kitesurf
345 connectés (29 membres, 316 anonymes)© 2007-2012 Attila - Business: Gameek Network