README 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. Wiimms ISO Tools is a set of command line tools to manipulate Wii and
  2. GameCube ISO images and WBFS containers. The toolset consists of the
  3. following tools:
  4. wit (Wiimms ISO Tool):
  5. This is the main ISO manipulation tool. It can list, analyze,
  6. verify, convert, split, join, patch, mix, extract, compose, rename
  7. and compare Wii and GameCube images. It also can create and dump
  8. different other Wii file formats.
  9. wwt (Wiimms WBFS Tool):
  10. This is the main WBFS manipulation tool (WBFS manager). It can create,
  11. check, repair, verify and clone WBFS files and partitions. It can
  12. list, add, extract, remove, rename and recover ISO images as part
  13. of a WBFS.
  14. wdf (Wiimms WDF Tool):
  15. wdf is a support tool for WDF, WIA, CISO and GCZ images. It
  16. converts (packs and unpacks), compares and dumps WDF and CISO
  17. images. Additionally it dumps WIA and GCT image and unpacks WIA
  18. images. The default command depends on the program file name (see
  19. command descriptions). Usual names are wdf, unwdf, wdf-cat, wdf-cmp
  20. and wdf-dump (with or without minus signs). "wdf +CAT" replaces
  21. the old tool wdf-c and "wdf +DUMP" the old tool wdf-dum.
  22. wfuse (Wiimms FUSE Tool):
  23. Mount a Wii or GameCube image or a WBFS file or partition to a mount
  24. point using FUSE (Filesystem in USErspace). Use 'wfuse --umount
  25. mountdir' for unmounting.