Initial import of ddsect
[ddsect.git] / README
1 ddsect is a data dump dissecting tool based on dd.
2
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.
6
7 The format for describing each memory section in a map file is:
8
9   HexStartingAddres-HexEndingAddress : "name"
10
11 just like the output of the MTD driver in linux.
12
13 Empty lines and lines starting with the '#' character will be ignored
14 in the map file.