tools.md
... ...
@@ -8,7 +8,7 @@
8 8
9 9
### compressors
10 10
11
-* shell dropping: `cp $0 /tmp/M;(sed 1d $0|lzcat)>$_;exec $_`
11
+* shell dropping: `cp $0 /tmp/M;(sed 1d $0|lzcat)>$_;exec $_;`
12 12
* ~~[fishypack
13 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)