mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
qemu mode TODO update
This commit is contained in:
7
TODO
7
TODO
@ -24,7 +24,7 @@ gcc_plugin:
|
|||||||
- neverZero
|
- neverZero
|
||||||
|
|
||||||
qemu_mode:
|
qemu_mode:
|
||||||
- Instrument only cmparison with immediate values by default when using compcov
|
- deferred mode with AFL_DEFERRED_QEMU=0xaddress
|
||||||
|
|
||||||
unit testing / or large testcase campaign
|
unit testing / or large testcase campaign
|
||||||
|
|
||||||
@ -34,3 +34,8 @@ Roadmap 2.54d:
|
|||||||
- expand MAP size to 256k (current L2 cache size on processors)
|
- expand MAP size to 256k (current L2 cache size on processors)
|
||||||
-> 18 bit size map
|
-> 18 bit size map
|
||||||
- llvm_mode: dynamic map size and collission free basic block IDs
|
- llvm_mode: dynamic map size and collission free basic block IDs
|
||||||
|
|
||||||
|
qemu_mode:
|
||||||
|
- persistent mode patching the return address (WinAFL style)
|
||||||
|
- instrument only comparison with immediate values by default when using compcov
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user