I need to analyze the content of some binary files. Does anyone know of a good Windows software application to read and examine the content? A search revealed a bunch of shareware ones, but I’d trust something more if it was suggested by my fine colleagues here on the Xojo Forum!
UltraEdit by IDM software… comes in both Windows and macOS flavors.
The Windows version has been around for decades… Not free, but is an excellent tool.
There are specialised ones for combination documents such as those used by older versions of Office
Hex Editors will let you look at any binary file.
A file which is ISAM (Indexed sequential access method) may be formed of records which are all the same size, in which case sometimes you can view them as records if you can establish the structure they use
(eg 10 bytes string, 4 byte integer, 4 byte integer,20 bytes string repeat)