1IMG_CAT(1) General Commands Manual IMG_CAT(1)
2
3
4
6 img_cat - Output contents of an image file.
7
9 img_cat [-i imgtype] [-b dev_sector_size] [-vV] image [images]
10
12 img_cat outputs the contents of an image file. Image files that are
13 not raw will have embedded data and metadata. img_cat will output only
14 the metadata. This allows you to convert an embedded format to raw or
15 to calculate the MD5 hash of the data by piping the output to the
16 appropriate tool.
17
18
20 -i imgtype
21 Identify the type of image file, such as raw, split, or aff.
22 Use '-i list' to list the supported types. If not given,
23 autodetection methods are used.
24
25 -b dev_sector_size
26 The size, in bytes, of the underlying device sectors. If not
27 given, the value in the image format is used (if it exists) or
28 512-bytes is assumed.
29
30 -v Verbose output of debugging statements to stderr
31
32 -V Display version
33
34 image [images]
35 One (or more if split) disk or partition images whose format is
36 given with '-i'.
37
38
40 Brian Carrier <carrier at sleuthkit dot org>
41
42 Send documentation updates to <doc-updates at sleuthkit dot org>
43
44
45
46 IMG_CAT(1)