mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 20:28:08 +00:00
changelog
This commit is contained in:
@ -37,6 +37,8 @@
|
|||||||
- new runtime (!) variable: `AFL_OLD_FORKSERVER` to use the old vanilla
|
- new runtime (!) variable: `AFL_OLD_FORKSERVER` to use the old vanilla
|
||||||
AFL type forkserver. Useful for symcc/symqemu/nautilus/etc. with
|
AFL type forkserver. Useful for symcc/symqemu/nautilus/etc. with
|
||||||
AFL_LLVM_INSTRUMENT=CLASSIC
|
AFL_LLVM_INSTRUMENT=CLASSIC
|
||||||
|
- new compile time variable: `AFL_OPT_LEVEL` to set a specific optimization
|
||||||
|
level, default is `3`
|
||||||
- code formatting updated to llvm 18
|
- code formatting updated to llvm 18
|
||||||
- improved custom_mutators/aflpp/standalone/aflpp-standalone
|
- improved custom_mutators/aflpp/standalone/aflpp-standalone
|
||||||
- added custom_mutators/autotokens/standalone/autotokens-standalone
|
- added custom_mutators/autotokens/standalone/autotokens-standalone
|
||||||
|
@ -65,7 +65,7 @@ fairly broad use of environment variables instead:
|
|||||||
`-fno-unroll-loops` are set, these are not overridden.
|
`-fno-unroll-loops` are set, these are not overridden.
|
||||||
|
|
||||||
- The optimization level can also be set with `AFL_OPT_LEVEL`, e.g.
|
- The optimization level can also be set with `AFL_OPT_LEVEL`, e.g.
|
||||||
`AFL_OPT_LEVEL=z` for `-Oz`
|
`AFL_OPT_LEVEL=z` for `-Oz`, default is `3`
|
||||||
|
|
||||||
- Setting `AFL_HARDEN` automatically adds code hardening options when invoking
|
- Setting `AFL_HARDEN` automatically adds code hardening options when invoking
|
||||||
the downstream compiler. This currently includes `-D_FORTIFY_SOURCE=2` and
|
the downstream compiler. This currently includes `-D_FORTIFY_SOURCE=2` and
|
||||||
|
Reference in New Issue
Block a user