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

Credit where it's due

This commit is contained in:
WerWolv 2020-12-03 09:17:55 +01:00 committed by GitHub
parent 7c2df736df
commit ae9ec8851c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,3 +102,13 @@ On both Windows and Linux, copy the files from `python_libs` in the `lib` folder
Place your magic databases in the `magic` folder next to your built executable
Place your patterns in the `pattern` folder next to your built executable
Place your include pattern files in the `include` folder next to your built executable
## Credits
Thanks a lot to ocornut for their amazing [Dear ImGui](https://github.com/ocornut/imgui) which is used for building the entire interface
- Thanks to orconut as well for their hex editor view used as base for this project.
- Thanks to BalazsJako for their incredible [ImGuiColorTextEdit](https://github.com/BalazsJako/ImGuiColorTextEdit) used for the pattern language syntax highlighting
- Thanks to AirGuanZ for their amazing [imgui-filebrowser](https://github.com/AirGuanZ/imgui-filebrowser) used for loading and saving files
Thanks to nlohmann for their [json](https://github.com/nlohmann/json) library used for project files
Thanks to aquynh for [capstone](https://github.com/aquynh/capstone) which is the base of the disassembly window