Created
June 10, 2022 07:36
-
-
Save H4niz/2d794d761276f3b1d76dc4a876ee4d3a 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
git clone https://github.com/vim/vim | |
cd vim | |
Compile with ASAN: https://aflplus.plus/docs/notes_for_asan/ | |
AFL_USE_ASAN=1 ./configure CC=afl-gcc CXX=afl-g++ CFLAGS="-g -O0" CXXFLAGS="-g -O0" | |
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