about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-30 11:33:42 +0200
committerDominik Maier <domenukk@gmail.com>2020-04-01 13:10:06 +0200
commitb247366c4ef8c24874604be2ac6d3086c3f42cac (patch)
treebcc32e4165de204a5cef73d604d2122fe031c0c8
parent7c383094d92af16cf610a7c58cc0e7fbd701ff40 (diff)
downloadafl++-b247366c4ef8c24874604be2ac6d3086c3f42cac.tar.gz
regec dict additions
-rw-r--r--dictionaries/regexp.dict9
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"