Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-09 | move libdislocator, libtokencap and qbdi_mode to utils/ | vanhauser-thc | |
2020-08-31 | Merge pull request #530 from rhertzog/add-cppflags | van Hauser | |
Pass CPPFLAGS to all calls of the C compiler | |||
2020-08-28 | Pass CPPFLAGS to all calls of the C compiler | Raphaël Hertzog | |
This variable is a standard way to inject options for the C preprocessor. It's respected by the implicit rules of make and autoconf/automake. Debian sets this variable during package build to inject `-D_FORTIFY_SOURCE=2` and we would like afl++ to respect it. Note that this commit also adds $(CFLAGS) in the build of afl-performance.o where it was missing. It might have been on purpose but we want to keep CFLAGS everywhere as well since Debian injects various options through that variable (for hardening and reproducibility). | |||
2020-08-28 | Fix installation path of manual pages | Raphaël Hertzog | |
Manual pages are stored in /usr/share/man/. | |||
2020-08-03 | bugfix libtokencap Makefile | hexcoder- | |
2020-08-03 | no support for DragonFlyBSD. | hexcoder- | |
2020-07-02 | libtokencap illumos/solaris support proposal. | David Carlier | |
2020-06-23 | libtokencap Haiku support | David Carlier | |
2020-04-09 | Makefile bugfix macros are generally not expanded in shell calls | hexcoder- | |
2020-04-09 | fix silly error with uname -s | hexcoder- | |
2020-04-09 | libtokencap, portable Makefile (for GNUmake and BSDmake) | hexcoder- | |
2020-04-09 | rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checks | hexcoder- | |
2020-04-01 | making 'CFLAGS="-m32" make source-only tests' work | hexcoder- | |
2020-03-18 | rework docs installation | hexcoder- | |
2020-03-18 | libtokencap Makefile install: forgot -T for README | hexcoder | |
2020-03-18 | libtokencap: install correct README without name collision | hexcoder | |
2020-01-06 | moar moar copyrights | Andrea Fioraldi | |
2020-01-06 | Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus | Andrea Fioraldi | |
2020-01-06 | added ++ to copyright notes | Andrea Fioraldi | |
2020-01-02 | compile fixes | van Hauser | |
2019-12-24 | be sure to have directories for install targets | van Hauser | |
2019-12-10 | fixes for FreeBSD: libtokencap, free cpu detection threshold | hexcoder- | |
2019-12-10 | fix libtokencap for OpenBSD | hexcoder- | |
2019-12-10 | fix libtokencap Makefile for NetBSD, add VPATH to avoid rebuilding | hexcoder- | |
the lib on every make. | |||
2019-12-02 | Enable libtokencap on DragonFlyBSD | David Carlier | |
2019-12-02 | tokencap now wraps common routines and uses RTLD_NEXT | Andrea Fioraldi | |
2019-10-31 | libtokencap/libdislocator README rename proposals | David Carlier | |
and fixing the install tasks in the process. | |||
2019-10-28 | Fix proposal for libtokencap | David Carlier | |
Avoiding fopen API seems buggy on NetBSD. | |||
2019-10-26 | libtokencap ported to OpenBSD | hexcoder- | |
2019-10-24 | FreeBSD implementation | David Carlier | |
2019-10-23 | Porting libtokencap to Darwin. | David Carlier | |
Reading only main addresses and read only's. | |||
2019-10-19 | Remove lcamtuf's old email from Google (not valid anymore), also remove ↵ | hexcoder- | |
maintainance from him. | |||
2019-09-26 | build linux-specific libtokencap only when compiling in Linux | hexcoder- | |
2019-09-20 | install libtokencap and libdislocator if present | van Hauser | |
2019-08-27 | -I include in makefiles | Andrea Fioraldi | |
2019-05-28 | afl++ 2.52c initial commit | van Hauser | |