File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change
1
+ * 202X-XX-XX: v1.6:
2
+ * new ` base ` applet for easy radix conversion
1
3
* 2024-08-15: v1.5.1: small fix for ` findso `
2
4
* 2024-08-14: v1.5:
3
5
* ` slice ` now supports specifying ` end ` relative to end of file
4
- * ` findso ` :
6
+ * ` findso ` :
5
7
* add ` -a ` to look for the given function in all ` .so ` files in specified paths
6
8
* improve ` ld.so.conf ` parser to handle ` include ` directives
7
9
* 2024-05-20: v1.4:
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ for i in $(rsbkb list) ; do ln -s rsbkb $i ; done
102
102
* ` bgrep ` : simple binary grep
103
103
* ` findso ` : find which ELF shared library (.so) exports a given name/function
104
104
* ` inflate ` and ` deflate ` : raw inflate/deflate compression, fault tolerant and with optional Zlib header support
105
-
105
+ * ` base ` : easy radix conversion of big integers
106
106
107
107
### Getting help
108
108
You can’t perform that action at this time.
0 commit comments