diff options
author | van Hauser <vh@thc.org> | 2020-06-24 08:23:31 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-06-24 08:23:31 +0200 |
commit | 9289af040c25a9c426cc2a275596d8a009aee894 (patch) | |
tree | 46e777ae2b77d2321b6d7a8ceda3a88f4ce1157f | |
parent | 49a769ac06c78b90882a646f1bcf60248e584b5f (diff) | |
download | afl++-9289af040c25a9c426cc2a275596d8a009aee894.tar.gz |
gitignore
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | TODO.md | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8448c8f6..a1c4c389 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ afl-gcc-fast afl-g++-fast afl-gotcpu afl-ld +afl-ld-lto afl-qemu-trace afl-showmap afl-tmin diff --git a/TODO.md b/TODO.md index fd6bbb5b..7043b9a6 100644 --- a/TODO.md +++ b/TODO.md @@ -15,6 +15,9 @@ afl-fuzz: - ascii_only mode for mutation output - or use a custom mutator for this? - setting min_len/max_len/start_offset/end_offset limits for mutation output +llvm_mode: + - LTO - imitate sancov + gcc_plugin: - (wait for submission then decide) - laf-intel |