DmgWiz

Build and Test crates.io

DmgWiz lets you extract raw filesystem data from compressed and encrypted DMG files. It started as a dmg2img clone but has more features and is more secure due to the Rust programming language.

DmgWiz is both a CLI tool and a Rust crate so it can be integrated into other projects.

API Documentation

CLI Usage

dmgwiz [OPTIONS] <INPUT> [SUBCOMMAND]

OPTIONS:
-q               Only print errors
-v               Sets the level of verbosity (multiple allowed)
-p <password>    Password for encrypted DMGs

info

dmgwiz <INPUT> info

decrypt

dmgwiz <INPUT> decrypt -o <output> -p <password>

extract

dmgwiz <INPUT> extract [-n <partition number>] -o <output>

References

TODO