From d536ddc24085bced267143b4f45102715d71693e Mon Sep 17 00:00:00 2001 From: van Hauser Date: Fri, 15 May 2020 09:27:15 +0200 Subject: change: slaves only sync from masters --- TODO.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index d084f6e8..4a4cd039 100644 --- a/TODO.md +++ b/TODO.md @@ -2,8 +2,6 @@ ## Roadmap 2.65+ - - sync_fuzzers(): only masters sync from all, slaves only sync from master - (@andrea: be careful, often people run all slaves) - AFL_MAP_SIZE for qemu_mode and unicorn_mode - random crc32 HASH_CONST per run? because with 65536 paths we have collisions - namespace for targets? e.g. network -- cgit v1.2.3 From 83007f77f52dc2a0a11d879db1651fb7c2c9491a Mon Sep 17 00:00:00 2001 From: van Hauser Date: Thu, 21 May 2020 10:31:37 +0200 Subject: update docs --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 4a4cd039..e7f5b257 100644 --- a/TODO.md +++ b/TODO.md @@ -6,7 +6,7 @@ - random crc32 HASH_CONST per run? because with 65536 paths we have collisions - namespace for targets? e.g. network - libradamsa as a custom module? - - focal for travis + - learn from honggfuzz ## Further down the road -- cgit v1.2.3 From 4c394a9d7b0477811531e8567dccb043a9c4a279 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 25 May 2020 10:57:15 +0200 Subject: new todo --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index e7f5b257..3ee8d091 100644 --- a/TODO.md +++ b/TODO.md @@ -7,6 +7,8 @@ - namespace for targets? e.g. network - libradamsa as a custom module? - learn from honggfuzz + - for persistent mode, have a functionality that transports the test case + via shared memory (and the int write to the FD from afl-fuzz is the size) ## Further down the road -- cgit v1.2.3 From 996e1515b320fb2d44c367dea7b4d26f2d56f5df Mon Sep 17 00:00:00 2001 From: van Hauser Date: Tue, 26 May 2020 13:19:57 +0200 Subject: better performance compilation options for afl++ and targets --- TODO.md | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 3ee8d091..b7d51369 100644 --- a/TODO.md +++ b/TODO.md @@ -9,6 +9,7 @@ - learn from honggfuzz - for persistent mode, have a functionality that transports the test case via shared memory (and the int write to the FD from afl-fuzz is the size) + - CPU affinity for many cores? ## Further down the road -- cgit v1.2.3