Created
June 10, 2022 08:12
-
-
Save H4niz/e937ea219020082d9c8c196ae8653f0a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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