Skip to content

Commit 7a05565

Browse files
committed
Added README
1 parent 1bd23f7 commit 7a05565

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)