Skip to content

Instantly share code, notes, and snippets.

@H4niz
Created June 10, 2022 08:12
Show Gist options
  • Save H4niz/e937ea219020082d9c8c196ae8653f0a to your computer and use it in GitHub Desktop.
Save H4niz/e937ea219020082d9c8c196ae8653f0a to your computer and use it in GitHub Desktop.
AFL_USE_ASAN=1 export CC=afl-gcc
AFL_USE_ASAN=1 export CXX=afl-g++
AFL_USE_ASAN=1 export CFLAGS="-g -O0 -lpthread"
AFL_USE_ASAN=1 export CXXFLAGS="-g -O0 -lpthread"
AFL_USE_ASAN=1 make
AFL_USE_ASAN=1 make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment