Skip to content

Instantly share code, notes, and snippets.

@laanwj
Created April 21, 2016 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laanwj/68551528b7ae641ccaeb519566ca67c7 to your computer and use it in GitHub Desktop.
Save laanwj/68551528b7ae641ccaeb519566ca67c7 to your computer and use it in GitHub Desktop.
Build univalue for afl-fuzz
#!/bin/bash
AFLPATH=/store/orion/upstream/testing/afl
CC=${AFLPATH}/afl-gcc CXX=${AFLPATH}/afl-g++ ./configure --disable-shared
export AFL_HARDEN=1
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment