mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 16:51:34 +00:00
* first new implementation, only works with AFL_DONT_OPTIMIZE * bug hunting * interim commit * finalized LTO non-collision solution * update documentation * merge resulted in some problems, fixing these * added lto env to env check * fixed llvm weirdness to messes up our instrumentation due CFG rewrite optimizations * all llvm instrumentation issues have been resolved! :-) * llvm 9 is required (so far) * update lto readme
11 lines
269 B
Plaintext
11 lines
269 B
Plaintext
TODO for afl-ld:
|
|
* handle libfoo.a object archives
|
|
|
|
TODO for afl-llvm-lto-instrumentation:
|
|
* better algo for putting stuff in the map?
|
|
* try to predict how long the instrumentation process will take
|
|
|
|
TODO for afl-llvm-lto-whitelist
|
|
* different solution then renaming?
|
|
|