mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 08:11:34 +00:00
adding blame
This commit is contained in:
parent
b14fead592
commit
487a87df02
@ -32,6 +32,8 @@
|
|||||||
|
|
||||||
* unicorn_mode which allows fuzzing of binaries from completely different platforms (integration provided by domenukk)
|
* unicorn_mode which allows fuzzing of binaries from completely different platforms (integration provided by domenukk)
|
||||||
|
|
||||||
|
* Custom mutator by a library (instead of Python) by kyakdan
|
||||||
|
|
||||||
A more thorough list is available in the PATCHES file.
|
A more thorough list is available in the PATCHES file.
|
||||||
|
|
||||||
So all in all this is the best-of AFL that is currently out there :-)
|
So all in all this is the best-of AFL that is currently out there :-)
|
||||||
|
@ -17,6 +17,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
|
|||||||
Version ++2.53d (dev):
|
Version ++2.53d (dev):
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
- custom mutator by a loaded library is now supported (thanks to kyakdan!)
|
||||||
- afl-showmap: new option -r now shows the real values in the buckets (stock
|
- afl-showmap: new option -r now shows the real values in the buckets (stock
|
||||||
afl never did), plus shows tuple content summary information now
|
afl never did), plus shows tuple content summary information now
|
||||||
- fix building on *BSD (thanks to tobias.kortkamp for the patch)
|
- fix building on *BSD (thanks to tobias.kortkamp for the patch)
|
||||||
|
@ -17,6 +17,7 @@ afl-qemu-optimize-entrypoint.diff by mh(at)mh-sec(dot)de
|
|||||||
afl-qemu-speed.diff by abiondo on github
|
afl-qemu-speed.diff by abiondo on github
|
||||||
afl-qemu-optimize-map.diff by mh(at)mh-sec(dot)de
|
afl-qemu-optimize-map.diff by mh(at)mh-sec(dot)de
|
||||||
|
|
||||||
|
+ Custom mutator (native library) (by kyakdan)
|
||||||
+ unicorn_mode (modernized and updated by domenukk)
|
+ unicorn_mode (modernized and updated by domenukk)
|
||||||
+ instrim (https://github.com/csienslab/instrim) was integrated
|
+ instrim (https://github.com/csienslab/instrim) was integrated
|
||||||
+ MOpt (github.com/puppet-meteor/MOpt-AFL) was imported
|
+ MOpt (github.com/puppet-meteor/MOpt-AFL) was imported
|
||||||
|
Loading…
x
Reference in New Issue
Block a user