Skip to content

Commit

Permalink
doc for 'base'
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Rigo committed Aug 23, 2024
1 parent 25316e6 commit 68dac0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
* 202X-XX-XX: v1.6:
* new `base` applet for easy radix conversion
* 2024-08-15: v1.5.1: small fix for `findso`
* 2024-08-14: v1.5:
* `slice` now supports specifying `end` relative to end of file
* `findso`:
* `findso`:
* add `-a` to look for the given function in all `.so` files in specified paths
* improve `ld.so.conf` parser to handle `include` directives
* 2024-05-20: v1.4:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ for i in $(rsbkb list) ; do ln -s rsbkb $i ; done
* `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

* `base`: easy radix conversion of big integers

### Getting help

Expand Down

0 comments on commit 68dac0c

Please sign in to comment.