1
0
mirror of synced 2024-12-11 07:26:00 +01:00
ImHex/plugins/builtin/source/content
qux-bbb 2036dc91e6
impr: Make CRC-32 use reflected version by default (#1406)
<!--
Please provide as much information as possible about what your PR aims
to do.
PRs with no description will most likely be closed until more
information is provided.
If you're planing on changing fundamental behaviour or add big new
features, please open a GitHub Issue first before starting to work on
it.
If it's not something big and you still want to contact us about it,
feel free to do so !
-->

### Problem description
<!-- Describe the bug that you fixed/feature request that you
implemented, or link to an existing issue describing it -->
Before this PR, the CRC-32 value of ImHex is not like most of others.  

### Implementation description
<!-- Explain what you did to correct the problem -->
Just set m_reflectIn and m_reflectOut of CRC-32 true by default.
2023-11-16 22:24:55 +01:00
..
dpn refactor: Move custom ImGui functions to ImGuiExt namespace (#1427) 2023-11-16 22:24:06 +01:00
helpers fix: Unary operators not working correctly in math evaluator 2023-11-16 21:23:58 +01:00
providers refactor: Move custom ImGui functions to ImGuiExt namespace (#1427) 2023-11-16 22:24:06 +01:00
tools refactor: Move custom ImGui functions to ImGuiExt namespace (#1427) 2023-11-16 22:24:06 +01:00
views refactor: Move custom ImGui functions to ImGuiExt namespace (#1427) 2023-11-16 22:24:06 +01:00
achievements.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00
background_services.cpp fix: Only register event shutting down the network interface once 2023-11-04 23:41:52 +01:00
command_line_interface.cpp feat: Added Auto Updater for Windows, macOS and Ubuntu (#1377) 2023-10-21 18:40:24 +00:00
command_palette_commands.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00
communication_interface.cpp build: Make sure changing commit hash doesn't trigger a full rebuild 2023-06-26 14:01:45 +02:00
data_formatters.cpp impr: Fade out zero bytes in HTML formatted data 2023-11-09 14:42:29 +01:00
data_inspector.cpp refactor: Move custom ImGui functions to ImGuiExt namespace (#1427) 2023-11-16 22:24:06 +01:00
data_processor_nodes.cpp refactor: Split data processor nodes in several files (#1419) 2023-11-13 23:36:39 +01:00
data_visualizers.cpp refactor: Move custom ImGui functions to ImGuiExt namespace (#1427) 2023-11-16 22:24:06 +01:00
events.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00
file_extraction.cpp impr: Bundle default magic file with application 2023-10-29 19:43:45 +01:00
file_handlers.cpp feat: Added file handlers for .hexlyt and .hexproj files 2023-06-06 21:35:13 +02:00
global_actions.cpp fix: Bad formatting of project open error popup 2023-07-28 00:01:49 +02:00
hashes.cpp impr: Make CRC-32 use reflected version by default (#1406) 2023-11-16 22:24:55 +01:00
main_menu_items.cpp fix: IPS Patch Achievement not being obtainable (#1429) 2023-11-16 21:38:20 +01:00
pl_builtin_functions.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00
pl_inline_visualizers.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00
pl_pragmas.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00
pl_visualizers.cpp refactor: Move custom ImGui functions to ImGuiExt namespace (#1427) 2023-11-16 22:24:06 +01:00
project.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00
providers.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00
recent.cpp refactor: Move custom ImGui functions to ImGuiExt namespace (#1427) 2023-11-16 22:24:06 +01:00
settings_entries.cpp refactor: Move custom ImGui functions to ImGuiExt namespace (#1427) 2023-11-16 22:24:06 +01:00
themes.cpp refactor: Move custom ImGui functions to ImGuiExt namespace (#1427) 2023-11-16 22:24:06 +01:00
tools_entries.cpp refactor: refactor tools_entries.cpp into several smaller files (#1418) 2023-11-12 00:22:01 +00:00
ui_items.cpp refactor: Move custom ImGui functions to ImGuiExt namespace (#1427) 2023-11-16 22:24:06 +01:00
views.cpp feat: Added Achievements (#1230) 2023-08-06 21:33:15 +02:00
welcome_screen.cpp refactor: Move custom ImGui functions to ImGuiExt namespace (#1427) 2023-11-16 22:24:06 +01:00