diff options
| author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-07 20:43:32 +0100 |
|---|---|---|
| committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-07 20:43:32 +0100 |
| commit | 420b1aa85934b59ccf0b58fb9b2740418a379241 (patch) | |
| tree | 1ba4d282f75925611d3ca0418ce8fcd5ec1f8a1f /TODO | |
| parent | f2f6be5e999632b05ce92b4934ee97531d546a44 (diff) | |
| parent | e360726730aa9e4e54548f20f76da7de368fa35f (diff) | |
| download | afl++-420b1aa85934b59ccf0b58fb9b2740418a379241.tar.gz | |
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO index d153f1b4..b9c209f8 100644 --- a/TODO +++ b/TODO @@ -18,6 +18,9 @@ qemu_mode: - instrim for QEMU mode via static analysis (with r2pipe? or angr?) Idea: The static analyzer outputs a map in which each edge that must be skipped is marked with 1. QEMU loads it at startup in the parent process. + - rename qemu specific envs to AFL_QEMU (espec. AFL_ENTRYPOINT) + - add AFL_QEMU_EXITPOINT (maybe multiple?) + - add/implement AFL_QEMU_INST_LIBLIST and AFL_QEMU_NOINST_PROGRAM custom_mutators: - rip what Superion is doing into custom mutators for js, php, etc. |
