minimize.sh (197B)
1 #!/bin/sh 2 3 set -e 4 5 if [ ! -d "$1" ] ; then 6 echo "I need a directory" 7 exit 1 8 fi 9 10 which=$(basename "$1") 11 12 mkdir "$1.out" 13 afl-cmin -i "$1" -o "$1.out" -m none "./src/test/fuzz/fuzz-${which}"
torThe Tor anonymity network | |
| git clone https://git.dasho.dev/tor.git | |
| Log | Files | Refs | README | LICENSE |