tools.md
... ...
@@ -1,7 +1,7 @@
1 1
### dynamic linkers
2 2
3
-* [elfling](https://github.com/google/elfling) (currently broken)
4
-* [bold](http://www.alrj.org/pages/bold.html) (currently broken)
3
+* ~~[elfling](https://github.com/google/elfling)~~ (currently broken)
4
+* ~~[bold](http://www.alrj.org/pages/bold.html)~~ (currently broken)
5 5
* [dnload](https://github.com/faemiyah/dnload) (Linux, FreeBSD)
6 6
* [smol](https://github.com/Shizmob/smol) (glibc Linux, with non-glibc
7 7
"compatibility mode")
... ...
@@ -9,8 +9,8 @@
9 9
### compressors
10 10
11 11
* shell dropping: `cp $0 /tmp/M;(sed 1d $0|lzcat)>$_;exec $_`
12
-* [fishypack
13
- ](https://bitbucket.org/blackle_mori/cenotaph4soda/src/master/packer/?at=master): In-memory `memfd`/`execveat`-based decompressor (Deprecated in favor of vondehi)
12
+* ~~[fishypack
13
+ ](https://bitbucket.org/blackle_mori/cenotaph4soda/src/master/packer/?at=master): In-memory `memfd`/`execveat`-based decompressor~~ (Deprecated in favor of vondehi)
14 14
* [vondehi](https://gitlab.com/PoroCYon/vondehi): Next-generation in-memory `memfd`/`execveat`-based decompressor (See list of known bugs)
15 15
* [oneKpaq](https://github.com/temisu/oneKpaq): Generic PAQ-based (de)compressor for 32-bit x86
16 16