diff options
| author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-03 11:12:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-03 11:12:49 +0200 |
| commit | f3617bd83bcf4de3b10866faca4b83f566ee0e8f (patch) | |
| tree | 6308bf840cdf24af50fdef4c216d6c9433cd021b /TODO | |
| parent | 3bfd88aabbf3fdf70cb053aa25944f32d2113d8f (diff) | |
| parent | d47ef88fcd842bd13923b1b519544fa2c8d6d0eb (diff) | |
| download | afl++-f3617bd83bcf4de3b10866faca4b83f566ee0e8f.tar.gz | |
Merge pull request #53 from vanhauser-thc/code-cleanup
Code cleanup
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/TODO b/TODO index cb95f899..c2cf10a5 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,9 @@ Roadmap 2.53d: ============== - - indent all the code: .clang-format - - update docs/sister_projects.txt +all: + - indent all the code: .clang-format? + (vh: tried, the variable definion look very ugly then, what to do?) afl-fuzz: - put mutator, scheduler, forkserver and input channels in individual files @@ -18,8 +19,9 @@ gcc_plugin: - neverZero qemu_mode: + - update to 4.x - deferred mode with AFL_DEFERRED_QEMU=0xaddress - @andrea - dont we have that already with AFL_ENTRYPOINT? + (vh: @andrea - dont we have that already with AFL_ENTRYPOINT?) unit testing / or large testcase campaign |
