paxcut
paxcut
I have tested this fix and it doesn't appear to fix the problem. In fact, both the code you propose and the code it substitutes behave the same way in...
the reason the error occurs is because when it uses this code to check if header was already included, it still adds the AST nodes when there are no types...
yes, it is explained there in detail and here too.
No problem, I'll take a look at it now.
I tried to merge this locally and found that it is probably not a good idea to do a large refactor when there are lots of prs pending, so I'll...
i assume you mean cmake 3.30 and above. I am currently using cmake 3.30.1 for MinGW with no issues.
I build the built-in plugins only no custom ones. I thought this issue was about ImHex builds, sorry about that.
Each section has a hex editor window of its own separate from the main hex editor which is meant for the input file. The hex editor for the section has...
You have data that's part of the input file, the data can be zstd encoded or not but it is still part of the pattern that reads data from the...
Maybe virtual files can be helpful here. they can be opened as views. i have trouble loading projects that had views open when saved though so be careful if you...