DMG2IMG is a tool which allows converting Apple compressed dmg archives to standard (hfsplus) image disk files. This tool handles z-lib compressed dmg images. USAGE: dmg2img [-s] [-v] [-V] [] or dmg2img -i -o It is derived from dmg2iso v0.2c by vu1tur NOTES: 1. An equivalent command under Mac OS X would be: hdiutil convert -format UDTO -o 2. Under linux, the image disk file can be mounted with the commands modprobe hfsplus mount -t hfsplus -o loop /mnt [normally, only 'root' might be able to do this] 3. Windows users should be able to open the image disk file with UltraISO. Jean-Pierre Demailly CHANGELOG: 1.0 3 August 2007 * Initial version 1.1 4 August 2008 * Fixed segfault bug occurring when decompressing certain dmg files beyond the actual end of the file (due to not correctly setting the size of the compressed parts ...) * Added slightly modified vfdecrypt utility from Weinmann-Appelbaum-Fromme in order to decrypt encrypted dmg files.