about summary refs log tree commit diff
path: root/libtokencap
AgeCommit message (Collapse)Author
2020-12-09move libdislocator, libtokencap and qbdi_mode to utils/vanhauser-thc
2020-12-01remove docs/README symlink and update referencesvan Hauser
2020-08-31Merge pull request #530 from rhertzog/add-cppflagsvan Hauser
Pass CPPFLAGS to all calls of the C compiler
2020-08-28Pass CPPFLAGS to all calls of the C compilerRaphaë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-28Fix installation path of manual pagesRaphaël Hertzog
Manual pages are stored in /usr/share/man/.
2020-08-25lintokencap: fix compiler complains on Solaris 11. (#525)David CARLIER
2020-08-03bugfix libtokencap Makefilehexcoder-
2020-08-03no support for DragonFlyBSD.hexcoder-
2020-07-05code formatvan Hauser
2020-07-02Fix map list iteration.David Carlier
2020-07-02libtokencap illumos/solaris support proposal.David Carlier
2020-06-23lto whitelist in test.shvan Hauser
2020-06-23libtokencap Haiku supportDavid Carlier
2020-06-09Disable array subscript warningDavid Carlier
2020-05-12new code formatting + appliedvan Hauser
2020-05-10indenting preprocessor directives breaks compilation and cant be fixed, ↵van Hauser
reverting ... :-(
2020-05-10fix warning, code formatvan Hauser
2020-05-09NetBSD build fixDavid Carlier
2020-04-19clang-tidy readability-braces (#323)Dominik Maier
2020-04-10remove GNU makefile variantshexcoder-
2020-04-09Makefile bugfix macros are generally not expanded in shell callshexcoder-
2020-04-09fix silly error with uname -shexcoder-
2020-04-09libtokencap, portable Makefile (for GNUmake and BSDmake)hexcoder-
2020-04-09rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checkshexcoder-
2020-04-01making 'CFLAGS="-m32" make source-only tests' workhexcoder-
2020-03-18rework docs installationhexcoder-
2020-03-18libtokencap Makefile install: forgot -T for READMEhexcoder
2020-03-18libtokencap: install correct README without name collisionhexcoder
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-10unified pointer placementDominik Maier
2020-02-25fix references to README docshexcoder-
2020-02-13fix strncmp in tokencapAndrea Fioraldi
2020-02-13fix strncasecmp in tokencapAndrea Fioraldi
2020-02-01adjust a bit readmesAndrea Fioraldi
2020-01-06moar moar copyrightsAndrea Fioraldi
2020-01-06moar copyright notesAndrea Fioraldi
2020-01-06Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-01-06added ++ to copyright notesAndrea Fioraldi
2020-01-02compile fixesvan Hauser
2020-01-01libtokencap, fix mac os process map lookup.David Carlier
Incrementing base address for next iteration.
2019-12-30libtokencap adding timingsafe* string comparatorsDavid Carlier
2019-12-24be sure to have directories for install targetsvan Hauser
2019-12-10fixes for FreeBSD: libtokencap, free cpu detection thresholdhexcoder-
2019-12-10fix libtokencap for OpenBSDhexcoder-
2019-12-10fix libtokencap Makefile for NetBSD, add VPATH to avoid rebuildinghexcoder-
the lib on every make.
2019-12-02Enable libtokencap on DragonFlyBSDDavid Carlier
2019-12-02tokencap now wraps common routines and uses RTLD_NEXTAndrea Fioraldi
2019-12-01libtokencap, simple optimised memmem implementation enough for this lib proposalDavid Carlier
2019-11-05catching current pid before library usage in case implementations rely on ↵David Carlier
those string calls
2019-10-31libtokencap/libdislocator README rename proposalsDavid Carlier
and fixing the install tasks in the process.