Releases: trou/rsbkb
Releases · trou/rsbkb
v1.9.0
v1.8.1
(un)escape: add HTML entities supporturlenc: fix encoding of "0xFF", thanks sha5010!
release-1.8.0
findso: better help, fixes.-sflag to skip symlinks.tsdec: add Chome/WebKit timestamp support.symlinkcommand to create symlinks for all applets.
v1.7.0
- new
escapeandunescapeapplets for easy string (un)escaping base: default to hex output for decimal input- improve code documentation
v1.6
- new
baseapplet for easy radix conversion - crate published for easy install
v1.5.1
Small fix for findso: --all and use *.so* instead of *.so.*
v1.5
slicenow supports specifyingendrelative to end of file (ex:slice /etc/passwd 10 -10will output/etc/passwdfrom offset 10 to size-10 onstdout)findso:- add
-ato look for the given function in all.sofiles in specified paths - improve
ld.so.confparser to handleincludedirectives
- add
Example for findso:
$ findso -l -a strdup
/lib/i386-linux-gnu/libc.so.6
/usr/lib/i386-linux-gnu/libc.so.6
/lib/x86_64-linux-gnu/libasan.so.6
/lib/x86_64-linux-gnu/libasan.so.6.0.0
/lib/x86_64-linux-gnu/libasan.so.8
/lib/x86_64-linux-gnu/libasan.so.8.0.0
...
v1.4
crccan now compute all known types, alg list updated.- Add
--recursiveoption tobgrep, thanks @marius851000!. urlenc:- Add
--exclude-chars - Add
-uto use RFC3986 - Add
--customto specify custom list of chars to encode
- Add
v1.3
slicenow supports non-seekable files.tsdec: verbose mode, which shows which type of timestamp was identifiedbgrep: support multiple files to search in.- Tests now cover real CLI invocations thanks to assert_cmd
v1.2.1
- Fix CLI parsing of flags
- Quality of life improvement in
findso: skip invalid files instead of exiting