diff options
author | Dhiraj Mishra <mishra.dhiraj95@gmail.com> | 2020-02-21 00:08:10 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-21 00:08:10 +0530 |
commit | e5eb06c78bf27571f5eabea92705ea0122c9e10a (patch) | |
tree | b6e0cb256275c900e51ed1f96088c6ffcc836a76 | |
parent | d6623d4b65727057238d7038b489b82843bd544f (diff) | |
download | afl++-e5eb06c78bf27571f5eabea92705ea0122c9e10a.tar.gz |
Update regexp.dict
-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]" |