zimmski / tavor

A generic fuzzing and delta-debugging framework
MIT License
245 stars 10 forks source link

Tavor does not support all Perl character classes #106

Open saescha opened 6 years ago

saescha commented 6 years ago

For example \W does not work

dgryski commented 6 years ago

Tavor uses the Go regular expression package: https://golang.org/pkg/regexp/syntax/