kaliwiki/tools/mmcat.md
2014-04-23 10:38:32 -05:00

696 B

mmcat

Notes

mmcat outputs the contents of a specific volume to stdout. This allows you to extract the contents of a partition to a separate file.

Help Text

mmcat [-i imgtype] [-b dev_sector_size] [-o imgoffset] [-vV] [-t vstype] image [images] part_num
	-t vstype: The type of partition system (use '-t list' for list of supported types)
	-i imgtype: The format of the image file (use '-i list' for list of supported types)
	-b dev_sector_size: The size (in bytes) of the device sectors
	-o imgoffset: Offset to the start of the volume that contains the partition system (in sectors)
	-v: verbose output
	-V: print the version

Example Usage