mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
v2.62c
This commit is contained in:
11
README.md
11
README.md
@ -4,9 +4,9 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
Release Version: 2.61c
|
Release Version: 2.62c
|
||||||
|
|
||||||
Github Version: 2.61d
|
Github Version: 2.62d
|
||||||
|
|
||||||
includes all necessary/interesting changes from Google's afl 2.56b
|
includes all necessary/interesting changes from Google's afl 2.56b
|
||||||
|
|
||||||
@ -14,8 +14,11 @@
|
|||||||
|
|
||||||
Repository: [https://github.com/vanhauser-thc/AFLplusplus](https://github.com/vanhauser-thc/AFLplusplus)
|
Repository: [https://github.com/vanhauser-thc/AFLplusplus](https://github.com/vanhauser-thc/AFLplusplus)
|
||||||
|
|
||||||
afl++ is maintained by Marc "van Hauser" Heuse <mh@mh-sec.de>,
|
afl++ is maintained by:
|
||||||
Heiko "hexcoder-" Eißfeldt <heiko.eissfeldt@hexco.de>, Andrea Fioraldi <andreafioraldi@gmail.com> and Dominik Maier <mail@dmnk.co>.
|
* Marc "van Hauser" Heuse <mh@mh-sec.de>,
|
||||||
|
* Heiko "hexcoder-" Eißfeldt <heiko.eissfeldt@hexco.de>,
|
||||||
|
* Andrea Fioraldi <andreafioraldi@gmail.com> and
|
||||||
|
* Dominik Maier <mail@dmnk.co>.
|
||||||
|
|
||||||
Note that although afl now has a Google afl repository [https://github.com/Google/afl](https://github.com/Google/afl),
|
Note that although afl now has a Google afl repository [https://github.com/Google/afl](https://github.com/Google/afl),
|
||||||
it is unlikely to receive any noteable enhancements: [https://twitter.com/Dor3s/status/1154737061787660288](https://twitter.com/Dor3s/status/1154737061787660288)
|
it is unlikely to receive any noteable enhancements: [https://twitter.com/Dor3s/status/1154737061787660288](https://twitter.com/Dor3s/status/1154737061787660288)
|
||||||
|
@ -46,7 +46,7 @@ Or write your worn LKM from scratch to do this.
|
|||||||
The perf-fuzz kernel can be found at [https://github.com/sslab-gatech/perf-fuzz](https://github.com/sslab-gatech/perf-fuzz)
|
The perf-fuzz kernel can be found at [https://github.com/sslab-gatech/perf-fuzz](https://github.com/sslab-gatech/perf-fuzz)
|
||||||
There also is/was a FreeBSD project at [https://github.com/veracode-research/freebsd-perf-fuzz](https://github.com/veracode-research/freebsd-perf-fuzz)
|
There also is/was a FreeBSD project at [https://github.com/veracode-research/freebsd-perf-fuzz](https://github.com/veracode-research/freebsd-perf-fuzz)
|
||||||
|
|
||||||
This enable snapshot fuzzing on Linux with an incredible performance!
|
This enables snapshot fuzzing on Linux with an incredible performance!
|
||||||
|
|
||||||
Mentor: any
|
Mentor: any
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
/* Version string: */
|
/* Version string: */
|
||||||
|
|
||||||
// c = release, d = volatile github dev, e = experimental branch
|
// c = release, d = volatile github dev, e = experimental branch
|
||||||
#define VERSION "++2.61d"
|
#define VERSION "++2.62c"
|
||||||
|
|
||||||
/******************************************************
|
/******************************************************
|
||||||
* *
|
* *
|
||||||
|
Reference in New Issue
Block a user