1
0
mirror of synced 2024-12-11 23:46:00 +01:00
ImHex/plugins/libimhex/include/hex
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
..
api build/plugins: Added initial support for Rust plugins (#327) 2021-10-16 11:37:29 +02:00
data_processor sys: Tons of long overdue cleanup 2021-09-08 15:18:24 +02:00
helpers Fix CRC and hash calculations (#321) 2021-10-26 17:21:48 +02:00
pattern_language tests: Improved pattern unit tests 2021-10-20 11:06:24 +02:00
providers sys: Allow multiple files to be loaded simultaneously 2021-09-21 02:29:54 +02:00
views tools: Added file shredder, splitter and combiner 2021-09-22 17:56:06 +02:00
plugin.hpp sys: First attempt at reducing build times 2021-08-29 14:18:45 +02:00
resources.hpp ui: Use borderless window on Windows 2021-08-18 22:36:46 +02:00