diff --git a/Changelog.md b/Changelog.md index c95b76d..a9263d5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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` diff --git a/README.md b/README.md index 95c390f..cf5e397 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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