AngoraFuzzer / Angora

Angora is a mutation-based fuzzer. The main goal of Angora is to increase branch coverage by solving path constraints without symbolic execution.
Apache License 2.0
918 stars 168 forks source link

Building C++ binaries #88

Open kedjames opened 4 years ago

kedjames commented 4 years ago

What is the correct procedure for building C++ binaries, I have followed the instructions in building a target program and it worked for C. However for C++ I get eg. **fatal error: 'string' file not found

include **

If I try running with USE_DFSAN=1 make I get eg. undefined reference to `dfsan_mark_signed'

I would appreciate any help that would demonstrate how I build the fast and track C++ binaries?

I am using CMake and following the example here https://github.com/AngoraFuzzer/Angora/blob/master/docs/build_target.md#cmake