1
0
mirror of synced 2024-11-15 11:33:23 +01:00
ImHex/source/views
WerWolv 31e5ec7bc3
Add Yara rule matching interface (#178)
* build: Added YARA as submodule

* ui: Added basic yara rules matching interface

* build: Make libyara link libpthread on Unix

* ui: Add jump-to feature to yara matches list

* yara: Add more modules and patch yara to support mbedtls crypto

* yara: Started to fix scanning of bigger data

* yara: Fixed implementation

* ui: Improved yara matcher interface and added localization

* build: Ignore changed files in yara submodule

* yara: Fixed rules matching agianst entire file

* yara: Properly handle compiler errors
2021-02-26 13:35:19 +01:00
..
view_bookmarks.cpp ui: Various ui improvements 2021-02-25 21:51:12 +01:00
view_command_palette.cpp Fixed localization issues when using the content registry 2021-02-13 15:15:32 +01:00
view_data_inspector.cpp Fixed localization issues when using the content registry 2021-02-13 15:15:32 +01:00
view_data_processor.cpp Added better settings API that handles errors better 2021-02-16 23:42:35 +01:00
view_disassembler.cpp ui: Various ui improvements 2021-02-25 21:51:12 +01:00
view_hashes.cpp Implement localization all throughout ImHex 2021-02-11 23:09:45 +01:00
view_help.cpp ui: Open all views and create default layout on first launch 2021-02-21 13:49:03 +01:00
view_hexeditor.cpp bookmarks: Added ability to lock bookmarks 2021-02-24 21:42:18 +01:00
view_information.cpp ui/ux: Improve data analyzer interface, make it run asynchronously 2021-02-22 13:08:06 +01:00
view_patches.cpp ui: Open all views and create default layout on first launch 2021-02-21 13:49:03 +01:00
view_pattern_data.cpp ui: Open all views and create default layout on first launch 2021-02-21 13:49:03 +01:00
view_pattern.cpp ui/ux: Give up on custom ImGui file browsers and just use the system one 2021-02-22 23:36:13 +01:00
view_settings.cpp ui: Open all views and create default layout on first launch 2021-02-21 13:49:03 +01:00
view_strings.cpp ui: Turned spinner into ImGui widget 2021-02-22 13:06:53 +01:00
view_tools.cpp ui: Open all views and create default layout on first launch 2021-02-21 13:49:03 +01:00
view_yara.cpp Add Yara rule matching interface (#178) 2021-02-26 13:35:19 +01:00