🤬
  • ■ ■ ■ ■ ■ ■
    Projects/47_hexdump/HEXDUMP.md
    1 1  # hexdump
    2 2   
    3 3  ````
    4  -read binary data from file given in arg1
    5  -output a table containing 10 byte rows
    6  -containing the data conversioned to hexadecimal pairs for readability
    7  -also we output the conversion to ascii text so we can read the strings contained in the document
     4 +-- input:
     5 +file from arg1
     6 +-- output:
     7 +file size
     8 +table of 16 64 bytes slot rows in hex (or optional binary -b)
     9 +conversion to ascii text containing file strings
    8 10  ````
    9 11   
Please wait...
Page is in error, reload to recover