tools.md
... ...
@@ -1,30 +1,24 @@
1
-## dynamic linkers
2
-
3
-**elfling:** https://github.com/google/elfling
4
-
5
-**bold:** http://www.alrj.org/pages/bold.html
6
-
7
-**dnload:** https://github.com/faemiyah/dnload
8
-
9
-**smol:** https://github.com/Shizmob/smol
10
-
11
-## compressors
12
-
13
-**shell dropping:**
14
-* `cp $0 /tmp/M;(sed 1d $0|lzcat)>$_;exec $_`
15
-
16
-**fishypack:** https://bitbucket.org/blackle_mori/cenotaph4soda/src/master/packer/?at=master
17
-
18
-**vondehi:** https://gitlab.com/PoroCYon/vondehi
19
-
20
-## synths
21
-
22
-**ghostsyn:** https://github.com/Juippi/ghostsyn
23
-
24
-**4klang:** https://www.pouet.net/prod.php?which=53398 , **ForkedKlang:** https://www.pouet.net/topic.php?which=11312
25
-
26
-* replayer is 32-bit only!
27
-
28
-**Oidos:** https://www.pouet.net/prod.php?which=69524, untested port: https://gitlab.com/PoroCYon/oidos
29
-
30
-**Axiom:** https://github.com/monadgroup/axiom/ , is "supposed" to work
... ...
\ No newline at end of file
0
+### dynamic linkers
1
+
2
+* [elfling](https://github.com/google/elfling) (currently broken)
3
+* [bold](http://www.alrj.org/pages/bold.html) (currently broken)
4
+* [dnload](https://github.com/faemiyah/dnload) (Linux, FreeBSD)
5
+* [smol](https://github.com/Shizmob/smol) (glibc Linux, with non-glibc
6
+ "compatibility mode")
7
+
8
+### compressors
9
+
10
+* shell dropping: `cp $0 /tmp/M;(sed 1d $0|lzcat)>$_;exec $_`
11
+* [fishypack
12
+ ](https://bitbucket.org/blackle_mori/cenotaph4soda/src/master/packer/?at=master) (Deprecated in favor of vondehi)
13
+* [vondehi](https://gitlab.com/PoroCYon/vondehi) (See its list of known bugs)
14
+
15
+### synths
16
+
17
+* [ghostsyn](https://github.com/Juippi/ghostsyn)
18
+* [4klang](https://www.pouet.net/prod.php?which=53398), [ForkedKlang
19
+ ](https://www.pouet.net/topic.php?which=11312). Note that the replayer code
20
+ is 32-bit only! You'll need some hacks to make it work on 64-bit.
21
+* [Oidos](https://www.pouet.net/prod.php?which=69524), [untested Linux port
22
+ ](https://gitlab.com/PoroCYon/oidos)
23
+* [Axiom](https://github.com/monadgroup/axiom/) is "supposed" to work