Rsbkb Versions Save

CLI tools to encode/decode things

release-1.3

4 months ago
  • 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

release-1.2.1

8 months ago
  • Fix CLI parsing of flags
  • Quality of life improvement in findso: skip invalid files instead of exiting

release-1.2

9 months ago
  • inflate/deflate applet
  • base64 update: support custom alphabet
  • global: check if given value is potentially a file and warn user

release-1.1

1 year ago
  • Better error reporting
  • Better command line usage

release-1.0

1 year ago
  • findso applet: find which shared libraries implements a give function / name
  • various code and dependencies updates

release-0.9

1 year ago
  • bgrep binary grep with regex and hexadecimal support
  • time crate update

release-0.8

2 years ago
  • add more CRC algorithms (crc command)
  • copy data from end of file with negative offsets in slice
  • entropy
  • bugfixes and general improvements

release-0.6.1

2 years ago

Bugfix release.

release-0.6

3 years ago

Add two new commands:

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

release-0.5

3 years ago

Almost complete rewrite, in a cleaner way.

  • merge xorf into xor and unhex2 into unhex
  • slicenow supports relative end.