ouspg / libfuzzerfication

libfuzzerfication - fuzzing for the rest of us!
MIT License
62 stars 16 forks source link

Support also MSAN and UBSAN #13

Open attekett opened 8 years ago

attekett commented 8 years ago

According to libFuzzer docs, in addition to AddressSanitizer libFuzzer also support MemorySanitizer(MSAN) and UndefinedBehaviorSanitizer(UBSAN).

Current libfuzzer-base fuzz.sh only supports AddressSanitizer errors.