1
0
mirror of synced 2024-11-15 03:27:40 +01:00
ImHex/include
RADICS Áron a6b8597f5a
Fix CRC and hash calculations (#321)
* Fix CRC calculation, add more CRC parameters

Use the Boost CRC module to calculate the CRC values.
Add options for final xor value, reflectIn and reflectOut.
Fixes #320

* Cleanup Hash view combo box, add CRC8

* Use offset/size consistently

* Cleanup: unify processing data by chunks

* Change CRC algorithm back, drop boost dependency

This is mostly the original algorithm, with a few fixes and small
additions (support for reflect In / Out, final XOR value).

* Use size_t for file read size consistently
2021-10-26 17:21:48 +02:00
..
helpers sys: Tons of long overdue cleanup 2021-09-08 15:18:24 +02:00
init sys: Tons of long overdue cleanup 2021-09-08 15:18:24 +02:00
providers sys: Allow multiple files to be loaded simultaneously 2021-09-21 02:29:54 +02:00
views Fix CRC and hash calculations (#321) 2021-10-26 17:21:48 +02:00
window.hpp ui: Fixed automatic pattern loading, added better pattern browse popup 2021-09-26 21:18:25 +02:00