UltraFuzz++
UltraFuzz++ is UltraFuzz with AFL++ patches, enjoy!
编译指南
编译器:
- gcc/g++ 7.3.1
- cmake 3.14.5
git clone http://git.hunter-ht.cn/mengxuan/UltraFuzzplusplus.git
cd UltraFuzzplusplus
# 构建master/client之外的模块
mkdir build
cd build
cmake ..
make -j24
# 构建master
cd ../master-node
make source-only NO_NYX=1 -j24
# 构建client
cd ../afl-client
make source-only NO_NYX=1 -j24
构建过程
构建过程的工作记录参见我的另一repo:Parafuzz
UltraFuzz++
编译指南
编译器:
构建过程
构建过程的工作记录参见我的另一repo:Parafuzz