We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd23f7 commit 7a05565Copy full SHA for 7a05565
1 file changed
README.md
@@ -0,0 +1,15 @@
1
+# File Format Tools
2
+
3
+## Credits
4
5
6
+## To Do
7
8
+- [ ] `anyascii`: converts to ASCII using [anyascii](https://github.com/anyascii/anyascii)
9
+- [ ] `asciitable`: prints out an table of ASCII characters
10
+- [ ] `bytecount`: counts the number of occurrences of each byte
11
+- [ ] `ghash`: calculate various hashes
12
+- [ ] `hexdumpc`: generate `hexdump -C` output in case you don't have `hexdump` installed
13
+- [ ] `trilobyte`: translates bytes according to a map
14
+- [ ] `ustrings`: like the standard [`strings`]() utility, but with Unicode support
15
+- [ ] `unhexdump`: convert the (edited) output of [`hexdump -C`]() back to binary
0 commit comments