- XXXX-XX-XX: v1.X:
(un)escape
: add HTML entities support
- 2025-01-03: v1.8, the "Happy New Year" release:
findso
: better help, fixes.-s
flag to skip symlinks.tsdec
: add Chome/WebKit timestamp support.symlink
command to create symlinks for all applets.
- 2024-11-11: v1.7:
- new
escape
andunescape
applets for easy string (un)escaping base
: default to hex output for decimal input- improve code documentation
- new
- 2024-09-14: v1.6:
- new
base
applet for easy radix conversion - crate published for easy install
- new
- 2024-08-15: v1.5.1: small fix for
findso
- 2024-08-14: v1.5:
slice
now supports specifyingend
relative to end of filefindso
:- add
-a
to look for the given function in all.so
files in specified paths - improve
ld.so.conf
parser to handleinclude
directives
- add
- 2024-05-20: v1.4:
crc
can now compute all known types, alg list updated.- Add
--recursive
option tobgrep
, thanks @marius851000!. urlenc
:- Add
--exclude-chars
- Add
-u
to use RFC3986 - Add
--custom
to specify custom list of chars to encode
- Add
- 2024-01-24: v1.3 :
slice
now supports non-seekable files.tsdec
verbose mode.bgrep
multiple args. Tests now cover real CLI invocations. - 2023-09-26: v1.2.1: fix CLI flags parsing, add skipping of invalid files in findso
- 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 inbgrep
- 2022-05-01: v0.8: handle most errors gracefully, add more CRC algorithms (
crc
command), negative offset forslice
- 2020-09-09: v0.6: add buffer overflow pattern tools, timestamp decoding
- 2020-08-13: v0.5: code rewrite, merge
xorf
intoxor
andunhex2
intounhex
.slice
now supports relativeend
. - 2020-08-06: v0.3 : URL-safe support for base64, cleaner argument parsing
- 2020-04-12: v0.2 :
xorf
command to xor files - 2019-09-30: v0.1 : Initial release