1
0
mirror of synced 2024-11-24 15:50:16 +01:00
ImHex/plugins
FireNX70 41820311cc
fix: Off-by-one error in "Export selection to file" (#1774)
### Problem description
Export selection to file would never finish and wouldn't export the last
byte.

### Implementation description
It was just a simple off by one when using the selection's end address
to calculate the remaining data size. Add one to the remaining size
calculation.

### Additional things
Fixes https://github.com/WerWolv/ImHex/issues/1733,
https://github.com/WerWolv/ImHex/issues/1619 and
https://github.com/WerWolv/ImHex/issues/1597.
2024-06-26 22:44:10 +02:00
..
builtin fix: Off-by-one error in "Export selection to file" (#1774) 2024-06-26 22:44:10 +02:00
decompress impr: Display background scripts in about page 2024-05-08 22:30:53 +02:00
diffing lang: Added Hungarian translations (#1683) 2024-05-19 14:33:33 +02:00
disassembler fix: Disassembler always using little endian, no matter the setting 2024-06-16 15:06:30 +02:00
fonts impr: Reset unicode loading and scaling factor values if fonts fail to load 2024-06-22 11:25:32 +02:00
hashes lang: Added Hungarian translations (#1683) 2024-05-19 14:33:33 +02:00
script_loader fix: Replace old defaults path system with a new one 2024-06-22 10:44:55 +02:00
ui fix: Pattern data filtering not applying correctly after rerunning pattern 2024-06-26 19:14:23 +02:00
visualizers impr: Better background opacity for the digital signal visualizer 2024-06-20 22:33:55 +02:00
windows lang: Added Hungarian translations (#1683) 2024-05-19 14:33:33 +02:00
yara_rules fix: Sub windows being used incorrectly 2024-06-26 19:11:31 +02:00