You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# File Format Tools [<imgalt="Logo for fftools"src="docs/favicon.svg"height="96"align="right"/>](https://www.fileformat.info/)
2
2
3
+
4
+
## Programs
5
+
6
+
-`asciify`: converts to ASCII using [anyascii](https://github.com/anyascii/anyascii)
7
+
-`asciitable`: prints out an table of ASCII characters
8
+
-`bytecount`: counts the number of occurrences of each byte
9
+
-`certinfo`: print info about an x509 (aka SSL/HTTPS) certificate
10
+
-`hexdumpc`: generate canonical hexdump (`hexdump -C`) output in case you don't have [`hexdump`](https://man7.org/linux/man-pages/man1/hexdump.1.html) installed
11
+
-`unicount`: count Unicode codepoints in a file
12
+
-`uniwhat`: print the names of each Unicode character in a file
-[x]`asciify`: converts to ASCII using [anyascii](https://github.com/anyascii/anyascii)
13
-
-[x]`asciitable`: prints out an table of ASCII characters
14
-
-[x]`bytecount`: counts the number of occurrences of each byte
15
-
-[x]`certinfo`: print info about an x509 (aka SSL/HTTPS) certificate
16
23
-[ ]`ghash`: calculate various [hashes available in the Go standard library](https://pkg.go.dev/crypto#Hash)
17
-
-[x]`hexdumpc`: generate canonical hexdump (`hexdump -C`) output in case you don't have [`hexdump`](https://man7.org/linux/man-pages/man1/hexdump.1.html) installed
24
+
-[]`body`: prints specific lines of a file (in between `head` and `tail`)
18
25
-[ ]`trilobyte`: translates bytes according to a map
19
26
-[ ]`ustrings`: like the standard [`strings`](https://man7.org/linux/man-pages/man1/strings.1.html) utility, but with Unicode support
27
+
-[ ]`utf8ify`: convert to UTF-8
20
28
-[ ]`unhexdump`: convert the (edited) output of [`hexdump -C`](https://man7.org/linux/man-pages/man1/hexdump.1.html) back to binary
0 commit comments