Sep 29, 2017

[C++][cppcon 2017] libfuzzer

clang++ -std=c++11 string_view_uaf.cc -stdlib=libc++ -fsanitize=address && ./a.out

clang -g -O1 -fsanitize=address,fuzzer fuzz.cpp lib/*.cpp

Security + Stability > Memory Safety

Proposal: C++ attribute
[[fuzz]]

reference:

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.