1
1
mirror of https://github.com/wader/fq.git synced 2024-09-11 20:07:11 +03:00

doc: Add ImHex to related tools

This commit is contained in:
Mattias Wadman 2024-02-15 10:31:54 +01:00
parent e1da76df6c
commit e741ca7888

View File

@ -285,6 +285,7 @@ for inventing the [jq](https://github.com/stedolan/jq) language.
#### Tools
- [HexFiend](https://github.com/HexFiend/HexFiend) - Hex editor for macOS with format template support.
- [ImHex](https://github.com/WerWolv/ImHex) - A Hex Editor for Reverse Engineers.
- [binspector](https://github.com/binspector/binspector) - Binary format analysis tool with query language and REPL.
- [kaitai](https://kaitai.io) - Declarative binary format parsing.
- [Wireshark](https://www.wireshark.org) - Decodes network traffic (tip: `tshark -T json`).