1
0
mirror of synced 2024-12-11 23:46:00 +01:00
ImHex/plugins/libimhex/include/hex/helpers
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
..
concepts.hpp fix: Inverted logic when checking for libmagic error 2021-09-09 01:56:48 +02:00
crypto.hpp Fix CRC and hash calculations (#321) 2021-10-26 17:21:48 +02:00
file.hpp sys: Fix macOS compilation (as of 2dc1886) (#317) 2021-10-09 23:07:58 +02:00
fmt.hpp sys: More compile time improvements 2021-08-29 22:15:18 +02:00
lang.hpp Fixed localization issues when using the content registry 2021-02-13 15:15:32 +01:00
literals.hpp tools: Added file shredder, splitter and combiner 2021-09-22 17:56:06 +02:00
logger.hpp build/plugins: Added initial support for Rust plugins (#327) 2021-10-16 11:37:29 +02:00
magic.hpp sys: Cleanup libmagic mess 2021-09-06 16:15:05 +02:00
net.hpp views: Add simple pattern, library and magics store 2021-09-03 02:34:40 +02:00
paths_mac.h sys: Fix macOS compilation (as of 2dc1886) (#317) 2021-10-09 23:07:58 +02:00
paths.hpp sys: Move imhex path resolution away from utils 2021-09-03 02:33:15 +02:00
shared_data.hpp tools: Added file shredder, splitter and combiner 2021-09-22 17:56:06 +02:00
utils.hpp sys: Fixed uninitialized variable 2021-10-20 10:35:26 +02:00