ImHex icon indicating copy to clipboard operation
ImHex copied to clipboard

[Feature] Plot of field values in a multi-record file

Open justacec opened this issue 9 months ago • 1 comments

What feature would you like to see?

I think it would be very nice to be able to define a pattern, and then be able to plot the value of an individual field over a series of repeated patterns in a file. For example, lets say you had a binary file where a position is being stored in a structure and it is written to the file once per second. After 100 seconds you should have 100 records in the binary file. The feature would allow you to put 100 values on a plot to see how the number evolves over time.

How will this feature be useful to you and others?

This feature would allow you to observe how the value changes over time and also note its max and min values. This is very useful in reverse engineering data formats.

Request Type

  • [ ] I can provide a PoC for this feature or am willing to work on it myself and submit a PR

Additional context?

I understand there is a visualizer with a plot, but that only works for a pile of data in a single record, not a series of points distributed throughout a number of records.

justacec avatar May 25 '24 03:05 justacec