update AFL++ to 3.10c (#609)

This commit is contained in:
bmc-msft
2021-03-02 22:11:46 -05:00
committed by GitHub
parent 04fc41597e
commit b30ade7d0c

View File

@ -12,8 +12,8 @@ sudo apt-get install -y llvm llvm-dev clang
git clone https://github.com/AFLplusplus/AFLplusplus git clone https://github.com/AFLplusplus/AFLplusplus
cd AFLplusplus cd AFLplusplus
# checkout v3.00c # checkout v3.10c
git checkout 8e712d1a740b30f9e2d5655d97d4cac6e8aed543 git checkout bd0a23de73011a390714b9f3836a46443054fdd5
make make
(cd utils/libdislocator && make) (cd utils/libdislocator && make)
(cd utils/aflpp_driver && make); cp utils/aflpp_driver/*.so . (cd utils/aflpp_driver && make); cp utils/aflpp_driver/*.so .