|
This simple program is used
to look and understand what binary data are contained in a file.
All controls are shown at the bottom bar, the most important
is [ENTER] to switch display mode. It was written long ago, so
"integer" display mode corresponds to signed 2-byte integer;
"word" - unsigned 2-byte integer;
"longint" - to 4-byte integer; "single" - 4-byte float;
"real" - Turbo Pascal 6-byte real;
"extended" - forgotten 10-byte float for numeric co-processor
it is a console application
no installation, just a single file, copy it to an accessible place, like Windows/System32
run it with a single command line parameter : >seefile filename
it takes only 8.3 filenames, rename your file if necessary
inspected file size is unlimited
|