|
|
|
|
|
by andrewmcwatters
1941 days ago
|
|
I'm sort of looking for something that will attempt to narrow down possibilities. The way I'd do it is by providing some visualizations based on the user selecting what data types and lengths they're looking for. So for instance, if I know I'm looking at triangle data, I can guess that it's probably compressed, ask the app to decompress the data based on some common compression types, look at that data and guess that I'm looking at some floats or doubles. Maybe I'm wrong, so then I can ask the app to search for other data types at that point. To me, that would be a tremendous help over my experience with existing hex editors. Edit: It's not fair for me to say there aren't tools that do exactly this, but to be more precise, a decent user experience is lacking in most cases. |
|