mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 01:01:33 +00:00
4.03a
This commit is contained in:
parent
1f06b55a8b
commit
79a69b14ef
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Release version: [4.02c](https://github.com/AFLplusplus/AFLplusplus/releases)
|
Release version: [4.02c](https://github.com/AFLplusplus/AFLplusplus/releases)
|
||||||
|
|
||||||
GitHub version: 4.02c
|
GitHub version: 4.03a
|
||||||
|
|
||||||
Repository:
|
Repository:
|
||||||
[https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)
|
[https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)
|
||||||
|
@ -8,6 +8,10 @@
|
|||||||
Want to stay in the loop on major new features? Join our mailing list by
|
Want to stay in the loop on major new features? Join our mailing list by
|
||||||
sending a mail to <afl-users+subscribe@googlegroups.com>.
|
sending a mail to <afl-users+subscribe@googlegroups.com>.
|
||||||
|
|
||||||
|
### Version ++4.03a (dev)
|
||||||
|
- ... your PR? :)
|
||||||
|
|
||||||
|
|
||||||
### Version ++4.02c (release)
|
### Version ++4.02c (release)
|
||||||
- afl-cc:
|
- afl-cc:
|
||||||
- important fix for the default pcguard mode when LLVM IR vector
|
- important fix for the default pcguard mode when LLVM IR vector
|
||||||
@ -22,7 +26,6 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
|
|||||||
- change post_process hook to allow returning NULL and 0 length to
|
- change post_process hook to allow returning NULL and 0 length to
|
||||||
tell afl-fuzz to skip this mutated input
|
tell afl-fuzz to skip this mutated input
|
||||||
|
|
||||||
|
|
||||||
### Version ++4.01c (release)
|
### Version ++4.01c (release)
|
||||||
- fixed */build_...sh scripts to work outside of git
|
- fixed */build_...sh scripts to work outside of git
|
||||||
- new custom_mutator: libafl with token fuzzing :)
|
- new custom_mutator: libafl with token fuzzing :)
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
/* Version string: */
|
/* Version string: */
|
||||||
|
|
||||||
// c = release, a = volatile github dev, e = experimental branch
|
// c = release, a = volatile github dev, e = experimental branch
|
||||||
#define VERSION "++4.02c"
|
#define VERSION "++4.03a"
|
||||||
|
|
||||||
/******************************************************
|
/******************************************************
|
||||||
* *
|
* *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user