Skip to content

Instantly share code, notes, and snippets.

@H4niz
Created June 10, 2022 07:36
Show Gist options
  • Save H4niz/2d794d761276f3b1d76dc4a876ee4d3a to your computer and use it in GitHub Desktop.
Save H4niz/2d794d761276f3b1d76dc4a876ee4d3a to your computer and use it in GitHub Desktop.
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