diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-05-29 10:14:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 10:14:33 +0200 |
commit | 8aae1fc5d72cf463dfd087e41ca30dd2f01d29b4 (patch) | |
tree | 564ef42374fa72daaf9f1a79ef7d21a3d727da71 | |
parent | bb0a31158ae84a7f9ae287c7ce5837c66ae83990 (diff) | |
parent | 4ad3144f50333593da2f84d12617720cdeb3c4fd (diff) | |
download | afl++-8aae1fc5d72cf463dfd087e41ca30dd2f01d29b4.tar.gz |
Merge pull request #384 from RootUp/patch-4
Grammar for fuzzing Perl
-rw-r--r-- | dictionaries/perl.dict | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dictionaries/perl.dict b/dictionaries/perl.dict new file mode 100644 index 00000000..580a2248 --- /dev/null +++ b/dictionaries/perl.dict @@ -0,0 +1,16 @@ + +# +# AFL dictionary for fuzzing Perl +# -------------------------------- +# +# Created by @RandomDhiraj +# + +"<:crlf" +"fwrite()" +"fread()" +":raw:utf8" +":raw:eol(LF)" +"Perl_invert()" +":raw:eol(CRLF)" +"Perl_PerlIO_eof()" |