mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 20:48:07 +00:00
update qemuafl, info in afl-plot
This commit is contained in:
2
afl-plot
2
afl-plot
@ -287,7 +287,7 @@ $PLOT_EG
|
|||||||
|
|
||||||
_EOF_
|
_EOF_
|
||||||
|
|
||||||
) | gnuplot
|
) | gnuplot || echo "Note: if you see errors concerning 'unknown or ambiguous terminal type' then you need to use a gnuplot that has png support compiled in."
|
||||||
|
|
||||||
echo "[?] You can also use -g flag to view the plots in an GUI window, and interact with the plots (if you have built afl-plot-ui). Run \"afl-plot -h\" to know more."
|
echo "[?] You can also use -g flag to view the plots in an GUI window, and interact with the plots (if you have built afl-plot-ui). Run \"afl-plot -h\" to know more."
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
- afl-fuzz:
|
- afl-fuzz:
|
||||||
- ensure temporary file descriptor is closed when not used
|
- ensure temporary file descriptor is closed when not used
|
||||||
- added `AFL_NO_WARN_INSTABILITY`
|
- added `AFL_NO_WARN_INSTABILITY`
|
||||||
- added `AFL_FRIDA_STATS_INTERVAL`
|
|
||||||
- added time_wo_finds to fuzzer_stats
|
- added time_wo_finds to fuzzer_stats
|
||||||
- fixed a crash in pizza (1st april easter egg) mode. Sorry for
|
- fixed a crash in pizza (1st april easter egg) mode. Sorry for
|
||||||
everyone who was affected!
|
everyone who was affected!
|
||||||
@ -15,18 +14,23 @@
|
|||||||
- option `-p mmopt` now also selects new queue items more often
|
- option `-p mmopt` now also selects new queue items more often
|
||||||
- fix bug in post_process custom mutator implementation
|
- fix bug in post_process custom mutator implementation
|
||||||
- print name of custom mutator in UI
|
- print name of custom mutator in UI
|
||||||
|
- slight changes that improve fuzzer performance
|
||||||
- afl-cc:
|
- afl-cc:
|
||||||
- add CFI sanitizer variant to gcc targets
|
- add CFI sanitizer variant to gcc targets
|
||||||
- llvm 16 + 17 support (thanks to @devnexen!)
|
- llvm 16 + 17 support (thanks to @devnexen!)
|
||||||
- support llvm 15 native pcguard changes
|
- support llvm 15 native pcguard changes
|
||||||
- support for LLVMFuzzerTestOneInput -1 return
|
- support for LLVMFuzzerTestOneInput -1 return
|
||||||
|
- LTO autoken and llvm_mode: added AFL_LLVM_DICT2FILE_NO_MAIN support
|
||||||
- qemu_mode:
|
- qemu_mode:
|
||||||
- fix _RANGES envs to allow hyphens in the filenames
|
- fix _RANGES envs to allow hyphens in the filenames
|
||||||
- new custom module: autotoken, grammar free fuzzer for text inputs
|
- basic riscv support
|
||||||
- LTO autoken and llvm_mode: added AFL_LLVM_DICT2FILE_NO_MAIN support
|
- frida_mode:
|
||||||
|
- added `AFL_FRIDA_STATS_INTERVAL`
|
||||||
|
- fix issue on MacOS
|
||||||
|
- unicorn_mode:
|
||||||
|
- updated and minor issues fixed
|
||||||
|
- new custom module: autotoken, a grammar free fuzzer for text inputs
|
||||||
- better sanitizer default options support for all tools
|
- better sanitizer default options support for all tools
|
||||||
- unicorn_mode: updated and minor issues fixed
|
|
||||||
- frida_mode: fix issue on MacOS
|
|
||||||
- more minor fixes and cross-platform support
|
- more minor fixes and cross-platform support
|
||||||
|
|
||||||
### Version ++4.05c (release)
|
### Version ++4.05c (release)
|
||||||
|
@ -1 +1 @@
|
|||||||
249bf0c872
|
0569eff8a1
|
||||||
|
Submodule qemu_mode/qemuafl updated: 249bf0c872...0569eff8a1
Reference in New Issue
Block a user