GitHub - qb40/file-bytes: Read the bytes of a file one-by-one in DOS. · GitHub
Skip to content

qb40/file-bytes

Folders and files

Repository files navigation

Read the bytes of a file one-by-one in DOS.

It is very similar to that of a hex editor, except that this is way more user-unfriendly than a standard hex-editor. The bytes can be seen in character, decimal, hex, and binary format.



Enter Filename whose bytes are to be seen / written down.


Press Enter to view next byte (repeat).


Un-displayable characters as shown as ....

qb40