Python 3 command line program to dump a file as comma separated, ASCII coded hex, decimal and binary strings. The resulting file can uploaded into a spreadsheet for easy bit by bit analysis.
Output is one byte per row with ASCII hex in the first column, ASCII decimal in the third column and eight ASCII binary digits in the following columns.
The file may be dumped from any starting offset to any ending offset. Note that spreadsheet row count may limit the number of bytes that can be uploaded.

Features

  • Requires Python 3.2 or greater.

Project Activity

See All Activity >