Skip to content

Releases: trou/rsbkb

v1.4

20 May 19:11
Compare
Choose a tag to compare
  • crc can now compute all known types, alg list updated.
  • Add --recursive option to bgrep, thanks @marius851000!.
  • urlenc:
    • Add --exclude-chars
    • Add -u to use RFC3986
    • Add --custom to specify custom list of chars to encode

v1.3

24 Jan 12:47
Compare
Choose a tag to compare
  • slice now supports non-seekable files.
  • tsdec: verbose mode, which shows which type of timestamp was identified
  • bgrep: support multiple files to search in.
  • Tests now cover real CLI invocations thanks to assert_cmd

v1.2.1

26 Sep 12:37
Compare
Choose a tag to compare
  • Fix CLI parsing of flags
  • Quality of life improvement in findso: skip invalid files instead of exiting

v1.2

13 Aug 12:47
Compare
Choose a tag to compare
  • inflate/deflate applet
  • base64 update: support custom alphabet
  • global: check if given value is potentially a file and warn user

v1.1

08 Jan 13:30
Compare
Choose a tag to compare
  • Better error reporting
  • Better command line usage

v1.0

20 Aug 20:12
Compare
Choose a tag to compare
  • findso applet: find which shared libraries implements a give function / name
  • various code and dependencies updates

v0.9

25 Jun 15:13
Compare
Choose a tag to compare
  • bgrep binary grep with regex and hexadecimal support
  • time crate update

v0.8

01 May 16:12
Compare
Choose a tag to compare
  • add more CRC algorithms (crc command)
  • copy data from end of file with negative offsets in slice
  • entropy
  • bugfixes and general improvements

v0.6.1

31 Oct 11:47
Compare
Choose a tag to compare

Bugfix release.

Version 0.6

09 Sep 11:32
Compare
Choose a tag to compare

Add two new commands:

  • tsdec: "intelligent" timestamp decoding
  • bofpatt / boffpattoff: buffer overflow pattern generator / offset calculator