ImHex
ImHex copied to clipboard
[Bug] Remove file content will result in leftover duplicated content and empty bytes.
Operating System
Windows
What's the issue you encountered?
When I remove a file header content, duplicate content and "\x00" are generated at end of file.
How can the issue be reproduced?
prepare a file test.txt, content: "hello"
If you remove first byte, it will show:
If you remove 2 bytes, it will show:
ImHex Version
1.29.0
ImHex Build Type
- [ ] Nightly or built from sources
Installation type
MSI
Additional context?
My OS is Windows 11.
Sorry for that I am not familiar ImHex source code, so I can not find a fix method.
Yeah, @reserge fixed it. Thank you!