1
0
mirror of synced 2024-11-12 02:00:52 +01:00
Commit Graph

19 Commits

Author SHA1 Message Date
WerWolv
e40bb5c498 Use ImGui-Addons by gallickgunner as file picker instead 2020-11-17 15:38:24 +01:00
WerWolv
4c07983834 Added pattern preprocessor and #define and #include support 2020-11-17 02:31:51 +01:00
WerWolv
c863b2f65b Added validator to catch more syntax errors in pattern code 2020-11-16 22:54:39 +01:00
averne
bbfb0556a6 Only statically link on Windows 2020-11-15 15:48:30 +01:00
WerWolv
a955f522bd Added strings finder 2020-11-15 01:42:43 +01:00
WerWolv
2526eda0db Added tools window 2020-11-15 00:46:38 +01:00
WerWolv
30c0ce8d2c Updated ImGui to Docking + Table branch 2020-11-15 00:45:37 +01:00
WerWolv
c758eb244b Added a help window 2020-11-14 21:16:03 +01:00
WerWolv
867b87415b Statically link all libs again to make it work on all Windows systems 2020-11-13 00:43:04 +01:00
WerWolv
8172cf28db Add build support for Linux building
Thanks a lot to @averne
2020-11-12 22:50:23 +01:00
WerWolv
5ba3badcbf Add more hash algorthms, switch to openssl / libcrypto 2020-11-12 12:00:50 +01:00
WerWolv
3a6d19eca4 Added event system and make use of it for data invalidation 2020-11-12 09:38:52 +01:00
WerWolv
9e62685fd1 Fix crash when moving around certain views 2020-11-11 10:47:02 +01:00
WerWolv
434bb3494a Abstracted FILE handle into a generic data provider class 2020-11-11 09:18:35 +01:00
WerWolv
c87bc6aebe Implemented hash view with CRC16, CRC32 and MD5 support
More to come
2020-11-11 00:13:09 +01:00
WerWolv
35946564a6 Refactor, added a pattern data display 2020-11-10 21:31:04 +01:00
WerWolv
01b4ac8661 Generate a proper Win32 executable 2020-11-10 17:39:07 +01:00
WerWolv
a6dd9e7283 Add icon 2020-11-10 17:34:16 +01:00
WerWolv
cbe302a004 Added hex editor and basic pattern parsing/highlighting 2020-11-10 15:26:38 +01:00