mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
make CI green
This commit is contained in:
@ -628,9 +628,9 @@ distrib: all
|
|||||||
-$(MAKE) -j$(nproc) -f GNUmakefile.llvm
|
-$(MAKE) -j$(nproc) -f GNUmakefile.llvm
|
||||||
ifneq "$(SYS)" "Darwin"
|
ifneq "$(SYS)" "Darwin"
|
||||||
-$(MAKE) -f GNUmakefile.gcc_plugin
|
-$(MAKE) -f GNUmakefile.gcc_plugin
|
||||||
endif
|
|
||||||
-$(MAKE) -C utils/libdislocator
|
-$(MAKE) -C utils/libdislocator
|
||||||
-$(MAKE) -C utils/libtokencap
|
-$(MAKE) -C utils/libtokencap
|
||||||
|
endif
|
||||||
-$(MAKE) -C utils/afl_network_proxy
|
-$(MAKE) -C utils/afl_network_proxy
|
||||||
-$(MAKE) -C utils/socket_fuzzing
|
-$(MAKE) -C utils/socket_fuzzing
|
||||||
-$(MAKE) -C utils/argv_fuzzing
|
-$(MAKE) -C utils/argv_fuzzing
|
||||||
@ -659,8 +659,10 @@ endif
|
|||||||
|
|
||||||
.PHONY: binary-only
|
.PHONY: binary-only
|
||||||
binary-only: test_shm test_python ready $(PROGS)
|
binary-only: test_shm test_python ready $(PROGS)
|
||||||
|
ifneq "$(SYS)" "Darwin"
|
||||||
-$(MAKE) -C utils/libdislocator
|
-$(MAKE) -C utils/libdislocator
|
||||||
-$(MAKE) -C utils/libtokencap
|
-$(MAKE) -C utils/libtokencap
|
||||||
|
#endif
|
||||||
-$(MAKE) -C utils/afl_network_proxy
|
-$(MAKE) -C utils/afl_network_proxy
|
||||||
-$(MAKE) -C utils/socket_fuzzing
|
-$(MAKE) -C utils/socket_fuzzing
|
||||||
-$(MAKE) -C utils/argv_fuzzing
|
-$(MAKE) -C utils/argv_fuzzing
|
||||||
@ -717,9 +719,9 @@ source-only: all
|
|||||||
-$(MAKE) -j$(nproc) -f GNUmakefile.llvm
|
-$(MAKE) -j$(nproc) -f GNUmakefile.llvm
|
||||||
ifneq "$(SYS)" "Darwin"
|
ifneq "$(SYS)" "Darwin"
|
||||||
-$(MAKE) -f GNUmakefile.gcc_plugin
|
-$(MAKE) -f GNUmakefile.gcc_plugin
|
||||||
endif
|
|
||||||
-$(MAKE) -C utils/libdislocator
|
-$(MAKE) -C utils/libdislocator
|
||||||
-$(MAKE) -C utils/libtokencap
|
-$(MAKE) -C utils/libtokencap
|
||||||
|
endif
|
||||||
# -$(MAKE) -C utils/plot_ui
|
# -$(MAKE) -C utils/plot_ui
|
||||||
ifeq "$(SYS)" "Linux"
|
ifeq "$(SYS)" "Linux"
|
||||||
ifndef NO_NYX
|
ifndef NO_NYX
|
||||||
|
@ -4,6 +4,10 @@
|
|||||||
release of the tool. See README.md for the general instruction manual.
|
release of the tool. See README.md for the general instruction manual.
|
||||||
|
|
||||||
### Version ++4.05a (dev)
|
### Version ++4.05a (dev)
|
||||||
|
- MacOS: libdislocator, libtokencap etc. do not work with modern
|
||||||
|
MacOS anymore, but could be patched to work, see this issue if you
|
||||||
|
want to make the effort and send a PR:
|
||||||
|
https://github.com/AFLplusplus/AFLplusplus/issues/1594
|
||||||
- afl-fuzz:
|
- afl-fuzz:
|
||||||
- added afl_custom_fuzz_send custom mutator feature. Now your can
|
- added afl_custom_fuzz_send custom mutator feature. Now your can
|
||||||
send fuzz data to the target as you need, e.g. via IPC.
|
send fuzz data to the target as you need, e.g. via IPC.
|
||||||
|
Reference in New Issue
Block a user