mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-20 21:25:43 +00:00
test case files with time information
This commit is contained in:
8
TODO
8
TODO
@ -1,5 +1,7 @@
|
|||||||
Roadmap 2.53d:
|
Roadmap 2.53d:
|
||||||
==============
|
==============
|
||||||
|
- indent all the code
|
||||||
|
|
||||||
- better defaults:
|
- better defaults:
|
||||||
* laf-intel activated, needs deactiatation
|
* laf-intel activated, needs deactiatation
|
||||||
* fast mode schedule
|
* fast mode schedule
|
||||||
@ -7,7 +9,7 @@ Roadmap 2.53d:
|
|||||||
* ... ?
|
* ... ?
|
||||||
|
|
||||||
afl-fuzz:
|
afl-fuzz:
|
||||||
- put mutator, scheduler and forkserver in individual files
|
- put mutator, scheduler, forkserver and input channels in individual files
|
||||||
- reuse forkserver for showmap, afl-cmin, etc.
|
- reuse forkserver for showmap, afl-cmin, etc.
|
||||||
|
|
||||||
gcc_plugin:
|
gcc_plugin:
|
||||||
@ -15,6 +17,10 @@ gcc_plugin:
|
|||||||
- whitelist support
|
- whitelist support
|
||||||
- skip over uninteresting blocks
|
- skip over uninteresting blocks
|
||||||
- laf-intel
|
- laf-intel
|
||||||
|
- neverZero
|
||||||
|
|
||||||
|
unit testing / large testcase campaign
|
||||||
|
|
||||||
|
|
||||||
Roadmap 2.54d:
|
Roadmap 2.54d:
|
||||||
==============
|
==============
|
||||||
|
@ -3350,6 +3350,8 @@ static u8* describe_op(u8 hnb) {
|
|||||||
|
|
||||||
sprintf(ret, "src:%06u", current_entry);
|
sprintf(ret, "src:%06u", current_entry);
|
||||||
|
|
||||||
|
sprintf(ret + strlen(ret), ",time:%llu", get_cur_time() - start_time);
|
||||||
|
|
||||||
if (splicing_with >= 0)
|
if (splicing_with >= 0)
|
||||||
sprintf(ret + strlen(ret), "+%06u", splicing_with);
|
sprintf(ret + strlen(ret), "+%06u", splicing_with);
|
||||||
|
|
||||||
|
@ -18,6 +18,7 @@ Version ++2.52d (tbd):
|
|||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
- Using the old ineffective afl-gcc will now show a deprecation warning
|
- Using the old ineffective afl-gcc will now show a deprecation warning
|
||||||
|
- all queue, hang and crash files now have their discovery time in their name
|
||||||
- if llvm_mode was compiled, afl-clang/afl-clang++ will point to these
|
- if llvm_mode was compiled, afl-clang/afl-clang++ will point to these
|
||||||
instead of afl-gcc
|
instead of afl-gcc
|
||||||
- added gcc_plugin which is like llvm_mode but for gcc. This version
|
- added gcc_plugin which is like llvm_mode but for gcc. This version
|
||||||
|
@ -7,7 +7,7 @@ distribution of operators with respect to fuzzing effectiveness.
|
|||||||
More details can be found in the technical report.
|
More details can be found in the technical report.
|
||||||
|
|
||||||
### 2. Cite Information
|
### 2. Cite Information
|
||||||
Chenyang Lv, Shouling Ji, Chao Zhang, Yuwei Li, Wei-Han Lee, Yu Song and
|
Chenyang Lyu, Shouling Ji, Chao Zhang, Yuwei Li, Wei-Han Lee, Yu Song and
|
||||||
Raheem Beyah, MOPT: Optimized Mutation Scheduling for Fuzzers,
|
Raheem Beyah, MOPT: Optimized Mutation Scheduling for Fuzzers,
|
||||||
USENIX Security 2019.
|
USENIX Security 2019.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user