1 ddsect is a data dump dissecting tool based on dd.
 
   3 It can be used, for example, to dissect firmware files after their structure
 
   4 has been derived with tools like binwalk (https://code.google.com/p/binwalk/),
 
   5 or to split a raw flash dump into its MTD partitions.
 
   7 The format for describing each memory section in a map file is:
 
   9   HexStartingAddres-HexEndingAddress : "name"
 
  11 just like the output of the MTD driver in linux.
 
  13 Empty lines and lines starting with the '#' character will be ignored