diff options
author | Akira Moroo <retrage01@gmail.com> | 2021-11-16 02:31:12 +0000 |
---|---|---|
committer | Akira Moroo <retrage01@gmail.com> | 2021-11-16 02:31:12 +0000 |
commit | 3f864fa129c821ff35771ad0fe74c9e1ec88ee08 (patch) | |
tree | c1b273faa72e5e1ecba4db65d87500d332967bf1 | |
parent | 2d4b18f98ea15cef30a47d62319a10defda45237 (diff) | |
download | afl++-3f864fa129c821ff35771ad0fe74c9e1ec88ee08.tar.gz |
coresight_mode: Add TODO list to README.md
Signed-off-by: Akira Moroo <retrage01@gmail.com>
-rw-r--r-- | coresight_mode/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/coresight_mode/README.md b/coresight_mode/README.md index e08421ed..31e77d92 100644 --- a/coresight_mode/README.md +++ b/coresight_mode/README.md @@ -53,6 +53,12 @@ There are AFL++ CoreSight mode-specific environment variables for run-time confi * `AFLCS_COV` specifies coverage type on CoreSight trace decoding. `edge` and `path` is supported. The default value is `edge`. * `AFLCS_UDMABUF` is the u-dma-buf device number used to store trace data in the DMA region. The default value is `0`. +## TODO List + +* Change `afl-showmap` ARM CoreSight mode option to `-A` without conflict +* Eliminate modified glibc dependency +* Support parallel fuzzing + ## Acknowledgements This project has received funding from the Acquisition, Technology & Logistics Agency (ATLA) under the National Security Technology Research Promotion Fund 2021 (JPJ004596). |