1
0
mirror of synced 2024-11-14 19:17:42 +01:00
ImHex/plugins
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
..
builtin Fix CRC and hash calculations (#321) 2021-10-26 17:21:48 +02:00
example_cpp build/plugins: Added initial support for Rust plugins (#327) 2021-10-16 11:37:29 +02:00
example_rust build/plugins: Added initial support for Rust plugins (#327) 2021-10-16 11:37:29 +02:00
libimhex Fix CRC and hash calculations (#321) 2021-10-26 17:21:48 +02:00
libimhex-rust build/plugins: Added initial support for Rust plugins (#327) 2021-10-16 11:37:29 +02:00
windows ui: Fixed invalid call to ImGui::EndChild causing crashes sometimes 2021-10-20 10:05:20 +02:00