paxcut

Results 408 comments of paxcut

@johnbeard i just tested the pattern you posted with the given file and no crash occurred using latest release. Are you perhaps using older version? if so try the latest...

You already have that in ImHex using the name attribute. For example in your code it would be: ```cpp struct Region { char name[4]; u32 val; }[[name(name)]]; Region region[4] @...

That was just to show you that a new feature is not needed to accomplish what you want. If being able to turn it on and off is what you...

The problem with selections seems to be fixed. One last problem remains. The descriptions for the page up and page down shortcuts say that they move the cursor one page...

There is a similar issue posted in the ImHex main repository [here](https://github.com/WerWolv/ImHex/issues/1284) where the topic is discussed to some extent but was not resolved.

That's very strange that search allows wildcards for searching but not for replacing. Perhaps searching and replacing were not coded at the same time hence their differing feature capabilities. Not...

Regular expressions are descriptions of textual information that can be used to match patterns of text. It isn't matter of defining binary encodings, the very definitions of how regular expressions...

Please note that the support for variable length encodings is iffy at best. To implement a fully functional variable length decoder one needs more than just a table that maps...

The decoding column shows a character for every encoded set it finds starting from the start. It is the only way to use custom encodings. The 16 bit decoder is...

I did as you asked and gave up on kaitai after 30 minutes trying to see what it could be doing. I loaded your file in imhex and ran the...