-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
What feature would you like to see?
Currently, I am able to select one single item in the Pattern data view as follows:
Unfortunatelly, I am unable to select more than one, nor I am able to select one of those big groups of elements.
I would like to be able to click and select multiple elements or groups of elements (at least contiguous).
How will this feature be useful to you and others?
At the moment, I am working with a rather big file, trying to debug some code I've made to create that file.
The problem is that the file contains a very big number of elements and one or more elements towards the end of the file is corrupted...
It is impractical to work with the big file when debugging because of memory constraints. It is also impractical to look at it in ImHex. Hen I apply the pattern file it stops at a certain offset claiming too many elements are present.
I want to be able to split the file into multiple smaller files. I've tryed different utilities but those skip the corrupt parts of the file... I could write my own utility to do this but it would be awesome to be able to do it directly in ImHex, which surely will be useful in more cases...
In order to split the problem, I would love to be able to delete many contiguous sections at once. If I have to delete more than 65536 sections one by one, it is not fun :D.
Being able to select a group and then remove it in the hex view would be awesome!
Request Type
- I can provide a PoC for this feature or am willing to work on it myself and submit a PR
Additional context?
No response