1
0
mirror of synced 2024-11-15 03:27:40 +01:00
ImHex/plugins/builtin
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
..
include Huge refactoring of builtin features into an external plugin 2021-01-22 18:01:42 +01:00
source Fix CRC and hash calculations (#321) 2021-10-26 17:21:48 +02:00
CMakeLists.txt i18n: Chinese(Simplified) (#303) 2021-09-20 18:41:22 +02:00