WinUtils - dump

Download now!

NAME

dump - dumps the contents of a file

SYNOPSIS

dump file...

DESCRIPTION

For each file that is specified, dump outputs the hexidecimal values of all the bytes in the file. It writes to standard output in the following format...

     0   4d 5a 90  0  3  0  0  0  4  0  0  0 ff ff  0  0   MZÉ.........  ..
    10   b8  0  0  0  0  0  0  0 40  0  0  0  0  0  0  0   +.......@.......
    20    0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0   ................
    30    0  0  0  0  0  0  0  0  0  0  0  0  8  1  0  0   ................
    40    e 1f ba  e  0 b4  9 cd 21 b8  1 4c cd 21 54 68   ..¦..¦.-!+.L-!Th
    50   69 73 20 70 72 6f 67 72 61 6d 20 63 61 6e 6e 6f   is program canno
    60   74 20 62 65 20 72 75 6e 20 69 6e 20 44 4f 53 20   t be run in DOS
    70   6d 6f 64 65 2e  d  d  a 24  0  0  0  0  0  0  0   mode....$.......
    80   69 a2 40 89 2d c3 2e da 2d c3 2e da 2d c3 2e da   ió@ë-+.+-+.+-+.+
    90   56 df 22 da 28 c3 2e da 7b dc 3d da 24 c3 2e da   V¯"+(+.+{_=+$+.+
    a0   ae df 20 da 2f c3 2e da c5 dc 24 da 26 c3 2e da   «¯ +/+.++_$+&+.+
    b0   c5 dc 25 da 29 c3 2e da d2 e3 2a da 26 c3 2e da   +_%+)+.+-p*+&+.+
    c0   2d c3 2e da 3e c3 2e da 4f dc 3d da 39 c3 2e da   -+.+>+.+O_=+9+.+
    d0   2d c3 2f da 97 c6 2e da c5 dc 2a da 26 c3 2e da   -+/+ù¦.++_*+&+.+
    e0   c5 dc 38 da b7 c3 2e da 95 c5 28 da 2c c3 2e da   +_8+++.+ò+(+,+.+
    f0   52 69 63 68 2d c3 2e da  0  0  0  0  0  0  0  0   Rich-+.+........
   100    0  0  0  0  0  0  0  0 50 45  0  0 4c  1  4  0   ........PE..L...
   110   47 a6 9a 3e  0  0  0  0  0  0  0  0 e0  0  f  1   GªÜ>........a...
   120    b  1  6  0  0 a0  c  0  0 e0  e  0  0  0  0  0   .....á...a......
   130   e8 ea  9  0  0 10  0  0  0 b0  c  0  0  0 40  0   FO.......¦....@.
   140    0 10  0  0  0 10  0  0  4  0  0  0  0  0  0  0   ................

The first column is the offset from the beginning of the file in hexidecimal. The next 16 columns are the values of the bytes in the file in hexidecimal. The last column is the 'printable' characters. If the character is not printable, then a '.' character is displayed.

If file is omitted or '-' specified, then input is read from the standard input.