We are happy to announce the first working version of DataExplorer
It is often difficult to look in binaries files with an hex editor to understand the content of the whole file. DataExplorer is aimed at helping people to explore those binaries by dynamically creating and modifying a data map script that defines a formated view. The user can specify the whole file format in this script and then look at the values of each fields. Each field can receive in the script a name and a comment. The script supports condition and variable data size. For an unknown format the user will be able to dynamically change the format definition and see the result instantaneously. It is helpful to understand and fix an error inside a data format.... read more