mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
Implemented hash view with CRC16, CRC32 and MD5 support
More to come
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "views/view_hexeditor.hpp"
|
||||
#include "views/view_pattern.hpp"
|
||||
#include "views/view_pattern_data.hpp"
|
||||
#include "views/view_hashes.hpp"
|
||||
|
||||
#include <tuple>
|
||||
#include <vector>
|
||||
@@ -19,6 +20,7 @@ int main() {
|
||||
window.addView<hex::ViewHexEditor>(file, highlights);
|
||||
window.addView<hex::ViewPattern>(highlights);
|
||||
window.addView<hex::ViewPatternData>(file, highlights);
|
||||
window.addView<hex::ViewHashes>(file);
|
||||
|
||||
window.loop();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user