diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-03-11 20:43:11 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-03-11 20:43:45 +0100 |
commit | c7448a72a2d1c8362084855b441f8aadef902a94 (patch) | |
tree | a473992efede64ef734646ed63b6f29e0bea86b0 | |
parent | 1cb069aa8bc0eeb17a747174026de2f032c57d17 (diff) | |
download | hex-c7448a72a2d1c8362084855b441f8aadef902a94.tar.gz hex-c7448a72a2d1c8362084855b441f8aadef902a94.tar.xz hex-c7448a72a2d1c8362084855b441f8aadef902a94.zip |
README.adoc: mention fq
-rw-r--r-- | README.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 74c9fbd..16864a1 100644 --- a/README.adoc +++ b/README.adoc @@ -72,6 +72,8 @@ Similar software ---------------- * https://ide.kaitai.io/ and https://codisec.com/veles/ are essentially what this project wanted to be but the description language is purely declarative + * https://github.com/wader/fq goes a step above, allowing transformations + of identified data * https://bitbucket.org/haypo/hachoir/wiki/Home seems to be strictly hierarchical, which may not work for file formats like ELF * https://github.com/ruslashev/elfcat is a more interactive viewer for ELF |