1 - Hashes are wrongly calculated on big-endian machines. This just needs fixing
2 of some #define's in the multihash library.
3 - Add MacOS X-specific code. All that is needed is a way to send MMC commands
4 to the DVD-ROM drive. Inspiration can be taken from the libcdio sources. If
5 only I had a Mac... Same goes for *BSD, anyway.
6 - Maybe write a graphical client. I will not do this as I am no GUI fanatic,
7 but I am sure many Windows users will still use RawDump as it has a GUI,
8 while we do not. This is actually quite easy, as the program is split into a
9 library (libfriidump) and a frontend. If anybody does it, please try to make
10 a portable GUI, maybe by using GTK+, qt, wxWidgets or whatever similar
11 toolkit you might find.
12 - Make FriiDump as fast as RawDump (i.e.: 2.5 hours for a Wii disc).
13 - Improve and better document the library API.