diff options
| author | van Hauser <vh@thc.org> | 2019-07-16 08:34:17 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2019-07-16 08:34:17 +0200 |
| commit | 8a4cdd56d4d7557a54b0f28af7edceaddfb30663 (patch) | |
| tree | efaf460b40d94183f235073ac1d10f2268cb70c4 /docs/ChangeLog | |
| parent | 32525238238e96ec0ce64a36f70558f76bc90ff5 (diff) | |
| download | afl++-8a4cdd56d4d7557a54b0f28af7edceaddfb30663.tar.gz | |
added gcc_plugin
Diffstat (limited to 'docs/ChangeLog')
| -rw-r--r-- | docs/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog index 116029ea..8c1aa994 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -17,6 +17,10 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. Version ++2.52d (tbd): ----------------------------- + - if llvm_mode was compiled, afl-clang/afl-clang++ will point to these + instead of afl-gcc + - added gcc_plugin which is like llvm_mode but for gcc. This version + supports gcc version 5 to 8. See gcc_plugin/README (https://github.com/T12z/afl) - added instrim, a much faster llvm_mode instrumentation at the cost of path discovery. See llvm_mode/README.instrim (https://github.com/csienslab/instrim) - added MOpt (github.com/puppet-meteor/MOpt-AFL) mode, see docs/README.MOpt |
