forked from AFLplusplus/AFLplusplus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dfb847a
commit f810639
Showing
4 changed files
with
1,351 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,9 @@ sending a mail to <[email protected]>. | |
- We received an enhanced gcc_plugin module from AdaCore, thank you | ||
very much!! | ||
- not overriding -Ox or -fno-unroll-loops anymore | ||
- we now have our own trace-pc-guard implementation. It is the same as | ||
-fsanitize-coverage=trace-pc-guard from llvm 12, but: it is a) inline | ||
and b) works from llvm 10+ on :) | ||
- new llvm pass: dict2file via AFL_LLVM_DICT2FILE, create afl-fuzz | ||
-x dictionary of string comparisons found during compilation | ||
- LTO autodict now also collects interesting cmp comparisons, | ||
|
Oops, something went wrong.