diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-03-30 16:01:33 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-03-30 16:01:33 +0200 |
commit | 738016952f3bb57e8059e90c40094f662e03ed7b (patch) | |
tree | bcc32e4165de204a5cef73d604d2122fe031c0c8 | |
parent | 209aa25d27fa6f0cfe8f9713d338b68a11f968e2 (diff) | |
parent | 1279c935e27a6cc90d12111d4220e04f317e3916 (diff) | |
download | afl++-738016952f3bb57e8059e90c40094f662e03ed7b.tar.gz |
Merge branch 'dev' of github.com:aflplusplus/aflplusplus into dev
-rw-r--r-- | dictionaries/regexp.dict | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dictionaries/regexp.dict b/dictionaries/regexp.dict index 2f29357e..0ca0a720 100644 --- a/dictionaries/regexp.dict +++ b/dictionaries/regexp.dict @@ -601,3 +601,12 @@ "[\x8f]" "[\xf0\x9f\x92\xa9-\xf4\x8f\xbf\x92\xa9-\xf4\x8f\xbf\xbf]" "[\x92\xa9-\xf4\x8f\xbf\xbf]" +"\\1\\2(b\\1\\2))\\2)\\1" +"\\1\\2(a(?:\\1\\2))\\2)\\1" +"?:\\1" +"\\1(b\\1\\2))\\2)\\1" +"\\1\\2(a(?:\\1(b\\1\\2))\\2)\\1" +"foo(?=bar)bar)baz" +"fo(?o(?o(?o(?=bar)baz" +"foo(?=bar)baz" +"foo(?=bar)bar)az" |