dobin / ffw

A fuzzing framework for network servers
GNU General Public License v3.0
114 stars 24 forks source link

Sane ASAN Parser #22

Open dobin opened 6 years ago

dobin commented 6 years ago

The current asan parser https://github.com/dobin/ffw/blob/master/verifier/asanparser.py is a complete hack.

Maybe someone else made a complete asan parser in python already?

If not, make it it's own project, add unit-tests.

dobin commented 6 years ago

asan issue: https://github.com/google/sanitizers/issues/931

project: https://github.com/dobin/asanparser