diff options
author | vanhauser-thc <vh@thc.org> | 2024-11-09 16:28:26 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-11-09 16:28:26 +0100 |
commit | e62999c95f3e796c8f6ff8beab36799a661c755c (patch) | |
tree | 00a80e778e9495fd9adaaca5a8ab5f6cfc63567e | |
parent | 0b22665391f5f068191a6c16c884c85aadee52b9 (diff) | |
download | afl++-e62999c95f3e796c8f6ff8beab36799a661c755c.tar.gz |
install all includes
-rw-r--r-- | GNUmakefile | 2 | ||||
-rw-r--r-- | docs/Changelog.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index fb7cf1bd..24295c48 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -34,7 +34,7 @@ VERSION = $(shell grep '^$(HASH)define VERSION ' ../config.h | cut -d '"' -f PROGS = afl-fuzz afl-showmap afl-tmin afl-gotcpu afl-analyze SH_PROGS = afl-plot afl-cmin afl-cmin.bash afl-whatsup afl-addseeds afl-system-config afl-persistent-config afl-cc -HEADERS = include/config.h include/types.h +HEADERS = include/afl-as.h include/afl-fuzz.h include/afl-mutations.h include/afl-persistent-replay.h include/afl-prealloc.h include/afl-record-compat.h include/alloc-inl.h include/android-ashmem.h include/cmplog.h include/common.h include/config.h include/coverage-32.h include/coverage-64.h include/debug.h include/envs.h include/forkserver.h include/hash.h include/list.h include/sharedmem.h include/snapshot-inl.h include/t1ha.h include/t1ha0_ia32aes_b.h include/t1ha_bits.h include/t1ha_selfcheck.h include/types.h include/xxhash.h MANPAGES=$(foreach p, $(PROGS) $(SH_PROGS), $(p).8) afl-as.8 ASAN_OPTIONS=detect_leaks=0 diff --git a/docs/Changelog.md b/docs/Changelog.md index 186d9387..0d39f708 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -44,7 +44,7 @@ - code formatting updated to llvm 18 - improved custom_mutators/aflpp/standalone/aflpp-standalone - added custom_mutators/autotokens/standalone/autotokens-standalone - + - AFL++ headers are now installed to $PREFIX/include/afl ### Version ++4.21c (release) * afl-fuzz |