diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2019-09-25 12:31:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-25 12:31:08 +0200 |
commit | 7bec9e3804df83f4333fabcbb7e0030046fad389 (patch) | |
tree | 55dfe5080909812780ca6022d487ba684c0eb3ad | |
parent | c08f4f584557559ad711fab3cbe82f91a714bd41 (diff) | |
parent | 06cb695cd7942b1c4b7903ae77414bd61c332f10 (diff) | |
download | afl++-7bec9e3804df83f4333fabcbb7e0030046fad389.tar.gz |
Merge pull request #64 from XairGit/master
Fix CCS'16 link in README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md index 24165a32..1024eabb 100644 --- a/README.md +++ b/README.md @@ -281,11 +281,7 @@ explore mode. made the default mode). More details can be found in the paper published at the 23rd ACM Conference on -Computer and Communications Security (CCS'16): - - (https://www.sigsac.org/ccs/CCS2016/accepted-papers/)[https://www.sigsac.org/ccs/CCS2016/accepted-papers/] - - +Computer and Communications Security [CCS'16](https://www.sigsac.org/ccs/CCS2016/accepted-papers/) ## 6) Choosing initial test cases To operate correctly, the fuzzer requires one or more starting file that |