diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-02-20 19:46:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-20 19:46:59 +0100 |
commit | 50c28dbf923923b32670b5c7f96e5ebba18ea7a6 (patch) | |
tree | e32feec2d95e5c0a72439bc2c44f98c13efc3336 | |
parent | 7c8cb338482f7c5155afc9e41d5d361d32199e18 (diff) | |
parent | e5eb06c78bf27571f5eabea92705ea0122c9e10a (diff) | |
download | afl++-50c28dbf923923b32670b5c7f96e5ebba18ea7a6.tar.gz |
Merge pull request #203 from RootUp/patch-2
Regular expression dictonary
-rw-r--r-- | dictionaries/regexp.dict | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dictionaries/regexp.dict b/dictionaries/regexp.dict index 01ecb4f1..2f29357e 100644 --- a/dictionaries/regexp.dict +++ b/dictionaries/regexp.dict @@ -594,3 +594,10 @@ "?[a-zA-Z0-9]c2jocom" "?[bfoo(?!bar)bazcom" "?[bfoo(?!bar)bazf?" +"(?:a?)??" +"a?)"xyz{93}" +"{93}" +"a{12za?)?" +"[\x8f]" +"[\xf0\x9f\x92\xa9-\xf4\x8f\xbf\x92\xa9-\xf4\x8f\xbf\xbf]" +"[\x92\xa9-\xf4\x8f\xbf\xbf]" |