-
### Operating System
Windows 10 x64
### What's the issue you encountered?
Doing few refactor : tried to move a "match" related function to a dedicated file.
(Note: it's a Y part of a [XY Pro…
-
### Operating System
Linux
### What's the issue you encountered?
Conceptually, I'm having a pattern like this:
```
import std.array;
struct File {
u8 dim1, dim2;
std::Array cells;
};
…
-
As per [Protobuf Documentation](https://protobuf.dev/programming-guides/encoding/#structure), "Tags" (Keys) of Records/Keys are encoded as VarInts / LEB128.
However the current Protobuf pattern ass…
-
### Laptop model
MSI Modern 14 C12M (SKU MS-14J1)
### EC firmware version
14J1IMS1.109
### EC memory dump
```text
| _0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _a _b _c _d _e _f
-----+-----------------------…
-
### What feature would you like to see?
ImHex can already load custom encodings for use in the hex editor. It would be nice to see this support extended to the other areas of the tool:
* Data In…
-
### Operating System
Windows
### What's the issue you encountered?
Pressing Alt+S (Save project shortcut, according to File > Project > Save Project menu) while "Pattern editor" tab is in focus has…
-
### Windows Version
Microsoft Windows [Version 10.0.19045.3693]
### WSL Version
2.0.9.0
### Are you using WSL 1 or WSL 2?
- [x] WSL 2
- [ ] WSL 1
### Kernel Version
5.15.133.1-1
### Distro Ver…
velle updated
5 months ago
-
### Operating System
Linux
### What's the issue you encountered?
Similar to #723 but none of the fixes in that issue works.
Worth noting that ImHex used to work, now the log is:
```
~> imhex
…
Moelf updated
7 months ago
-
### Operating System
Windows
### What's the issue you encountered?
When comparing two intel hex files, regions that are undefined (marked with ??) are shown as matching with values `00`.
See in…
-
### What feature would you like to see?
Toggle for ImHex to reload the pattern from the disk when it's changed
### How will this feature be useful to you and others?
Ability to use any editor…