matthewbauer / undmg

extract a dmg file
GNU General Public License v3.0
33 stars 8 forks source link

undmg

Extract a DMG file.

Usage

undmg ./Sublime\ Text\ Build\ 3103.dmg

Building

This requires zlib, bzip2, lzfse, lzma, glibc, a linker, and a c compiler to build.

git clone https://github.com/matthewbauer/undmg.git
cd undmg
make

Installing

make install

DMG

Apple has never released official specs for the DMG file format. Most of it has been reverse engineered. The best source of documentation is at newosxbook.com and the wikipedia page. However, there are some DMG files that won't work correctly with this tool.

What won't work

License

GPL3, most of this code is from the xpwn project.