Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 506 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 506 Bytes

Fuzzerr_AFLPlusPlus

This repository contains the modified version of AFL++ to be used with FuzzERR. This tool is a part of our research paper detailing FuzzERR, accepted at AsiaCCS-2024, titled "Fuzzing API Error Handling Behaviors using Coverage Guided Fault Injection".

Building and Installing

# build
make clean
CC=clang CXX=clang++ make source-only -j$(nproc) STATIC=1 NO_NYX=1

# install
make install DESTDIR=/path/to/aflpp_install_dir