Angora icon indicating copy to clipboard operation
Angora copied to clipboard

Building C++ binaries

Open kedjames opened this issue 5 years ago • 0 comments

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

kedjames avatar Mar 02 '20 20:03 kedjames