winget install --id MHNexus.HxD
About HxD Hex Editor
HxD is a carefully designed and fast hex editor which, additionally to raw disk editing and modifying of main memory (RAM), handles files of any size.
What's new in 2.5
Hex editor: implement horizontal mouse wheel scrolling (including handling of Logitech driver bug) Data inspector: - New: added LEB128/ULEB128 types (variable width integer types used in WASM and dwarf debug information) - New: introduce readonly type converters (to allow uniform error messages when attempting to change values, also for converter plugins) - Enhancement: better error handling so that typical errors are caught and a more specific error message is given - error message for plugin DLLs of wrong machine type (x86-32 vs. x86-64) - Exporters: - New: skip undefined or unreadable sections, such that Intel Hex and S-Record files can be created that have gaps - New: source code exporter option to set the maximum text column or bytes per lines (= array elements per line) - New: SRecord and IntelHex exporters can now have maximum of 250 and 255 bytes per line, respectively - therefore there is also a new default block size/bytes per line setting for each of the exporters, which have a more common size of 32 (for both) - allows user to select very large block sizes, yet default to a commonly used size - Importers: - New: Intel Hex and S-Record support undefined regions of arbitrary size, by creating undefined foldable regions, instead of creating zero filled blocks for them - Enhancement: rewrite logic to allow for data records that are out of order (addresses aren’t strictly increasing), or overlapping, even when there are gaps of undefined data; previously this could lead to errors, or would only function without undefined data gaps - Enhancement: Intel Hex and S-Recor...
Version history
| Version | Updated | Notes |
|---|---|---|
| 2.5 | Unknown | Hex editor: implement horizontal mouse wheel scrolling (including handling of Logitech driver bug) Data inspector: - New: added LEB128/ULEB128 types (variable width integer types used in WASM and dwarf debug information)... |