added multiafl for concurrent afls

This commit is contained in:
Yan 2015-05-17 19:50:56 -07:00
parent 30aa0b0dc5
commit 78f3b7dd3f

View file

@ -24,11 +24,10 @@ END
chmod 755 bin/afl-fuzz chmod 755 bin/afl-fuzz
# #
# AFL-utils # multiafl
# #
#git clone https://github.com/rc0r/afl-utils git clone https://github.com/zardus/multiafl
#sed -i -e "s/env python/env python3/" afl-utils/{afl_multikill,afl_multicore,afl_vcrash,afl_collect} cd bin
#cd bin ln -s ../multiafl/multiafl
#ln -s ../afl-utils/afl_* . cd ..
#cd ..