WerWolv / ImHex

🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.
https://imhex.werwolv.net
GNU General Public License v2.0
42.81k stars 1.88k forks source link

Feature request: statistics about the values of fields in a pattern struct #208

Closed HoldYourWaffle closed 1 week ago

HoldYourWaffle commented 3 years ago

When reverse engineering formats I often look at the distribution of values for a certain struct. An example from the world of romhacking:

I have successfully applied this strategy to a lot of formats using home-mode scripts, but I think it'd be amazing if this could be built into ImHex (saves me the effort of writing a parser for my structs every time...). I've mainly used these statistics in my research:

These are just the stats I used in my research, I can imagine that there might be other useful statistics as well. Perhaps it'd be smart to expose some kind of "easy" API to expand the calculation of statistics.

github-actions[bot] commented 1 month ago

This issue is marked stale as it has been open for 11 months without activity. Please try the latest ImHex version. (Avaiable here: https://imhex.download/ for release and https://imhex.download/#nightly for development version) If the issue persists on the latest version, please make a comment on this issue again

Without response, this issue will be closed in one month.