DMGExtractor Changelog

What's new in DMGExtractor 0.70 Build 437

Apr 28, 2009
  • Support for AES-128 encrypted .dmg images added after studying VileFault
  • Program now suggests a sensible default output file.
  • User interaction slightly overhauled when restructuring the program. Should be more informative and practical in many cases.
  • Program now accepts raw .dmg files, though a warning is issued telling the user that essentially the program will only copy the file contents from one location to another.
  • Developers: The package org.catacombae.udif moved to org.catacombae.dmg.udif, and a new package called org.catacombae.dmg.encrypted was created where the implementation of the CEncryptedEncoding layer resides. Developers can easily read encrypted .dmg format files with the class:
  • org.catacombae.dmg.encrypted.ReadableCEncryptedEncodingStream