Skip to content

Commit

Permalink
update README and Changelog for *flate applet
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Rigo committed Aug 13, 2023
1 parent 4dfbd15 commit 6aa1839
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* XXX: v1.2: base64 update: support custom alphabet ; global: check if given value is potentially a file and warn user
* 2023-08-13: v1.2: inflate/deflate applet ; base64 update: support custom alphabet ; global: check if given value is potentially a file and warn user
* 2023-01-08: v1.1: better usage info and error reporting
* 2022-08-20: v1.0: `findso` applet, clap update
* 2022-06-25: v0.9: `time` crate update, basic implementation of binary grep in `bgrep`
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ for i in $(rsbkb list) ; do ln -s rsbkb $i ; done
* `entropy`: entropy of a file
* `bgrep`: simple binary grep
* `findso`: find which ELF shared library (.so) exports a given name/function
* `inflate` and `deflate`: raw inflate/deflate compression, fault tolerant and with optional Zlib header support


### Getting help

Expand All @@ -113,18 +115,20 @@ APPLETS:
b64 base64 encode
bgrep binary grep
bofpatt buffer overflow pattern generator
bofpattoff Buffer overflow pattern offset finder
bofpattoff buffer overflow pattern offset finder
crc flexible CRC computation
crc16 compute CRC-16
crc32 compute CRC-32
d64 base64 decode
deflate (raw) deflate compression
entropy compute file entropy
findso Find which .so implements a given function
findso find which .so implements a given function
help Print this message or the help of the given subcommand(s)
hex hex encode
inflate (raw) inflate decompression
list list applets
slice slice
tsdec TimeStamp decode
tsdec timestamp decoder
unhex hex decode
urldec URL decode
urlenc URL encode
Expand Down

0 comments on commit 6aa1839

Please sign in to comment.