-
### Operating System
Windows
### What's the issue you encountered?
The following code will make the code crash:
```C
u32 value;
for (u8 i = 0, i < 1, i = i + 1) {
value @ 0x0;
};
```
…
-
Hi.
Did anyone try to apply PGO (Profile-Guided Optimization) to ImHex? Probably it could help a little bit with the performance of the application (e.g. in the large cases like https://github.com/…
-
### Operating System
Windows
### What's the issue you encountered?
I saved a file, i try to close it and imhex is still telling me to close because i have unsaved progress
### How can the …
-
Ideally, it would look like this:
![image](https://user-images.githubusercontent.com/16626308/235295632-7d73159e-f077-4e5a-8cf1-e360af653ed0.png)
Related: https://gitlab.kitware.com/cmake/cmake/-/…
-
### Operating System
Windows
### What's the issue you encountered?
The pattern data panel is unable to set values above the maximum of a 64-bit integer, so `u96` and `u128` fields can't be ed…
-
### Operating System
MacOS
### What's the issue you encountered?
The app blurs for a split second at mostly regular intervals (tempo is around once a second but it doesn't blur every second).
### …
-
### Operating System
Windows
### What's the issue you encountered?
If you assign one array variable to another, only the first element gets copied; the remaining ones stay uninitialized.
### How c…
-
### Operating System
Linux
### What's the issue you encountered?
If I am editing a byte, the save dialog saying "you have unsaved changes made to this file" will instantly disappear
### How can th…
-
**Is your feature request related to a problem? Please describe.**
Sometimes you don't know what kind of data the bytes represents. Switching between all the display modes takes time.
**Describe…
-
### Operating System
Windows
### What's the issue you encountered?
When using ImHex with an AZERTY keyboard and using the Alt Gr key to type special chars (such as `{}[]@`), the Ctrl key (which is …