about summary refs log tree commit diff
path: root/libdislocator
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-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-07-05code formatvan Hauser
2020-07-04libdislocator: hugepage enabled for illumos too.David Carlier
2020-06-23lto whitelist in test.shvan Hauser
2020-06-23Libdislocator Haiku build fixDavid Carlier
2020-06-21remove -Werror and add include for libdislocatorvan Hauser
2020-06-09code formatDominik Maier
2020-06-05libdislocator, adding subset of specific NetBSD api.David Carlier
2020-05-12new code formatting + appliedvan Hauser
2020-05-10hopefully final fixes from code-format disaster :-(van Hauser
2020-05-10indenting preprocessor directives breaks compilation and cant be fixed, ↵van Hauser
reverting ... :-(
2020-05-10fix warning, code formatvan Hauser
2020-04-26Merge pull request #337 from devnexen/android_support_arc4_apivan Hauser
Android supports arc4 api.
2020-04-25fix issue #333hexcoder
2020-04-25Android supports arc4 api.David Carlier
2020-04-25refactored whitelist and blacklist in llvm_modevan Hauser
2020-04-25Merge branch 'master' into devvan Hauser
2020-04-23fixed map location support for LTOvan Hauser
2020-04-21libdislocator android build fix. (#327)David CARLIER
Fix function signature for bionic libc
2020-04-21add NULL check to malloc_usable_sizeDavid Mendenhall
2020-04-21Move comment about adding 8 bytes to buffer length to the line where weDavid Mendenhall
actually add 8 bytes Remove defunct TODO for posix_memalign as the function now exists Add wrapper for malloc_usable_size
2020-04-21libdislocator android build fix. (#327)David CARLIER
Fix function signature for bionic libc
2020-04-20add NULL check to malloc_usable_sizeDavid Mendenhall
2020-04-20Move comment about adding 8 bytes to buffer length to the line where weDavid Mendenhall
actually add 8 bytes Remove defunct TODO for posix_memalign as the function now exists Add wrapper for malloc_usable_size
2020-04-09Makefile cleanuphexcoder-
2020-04-09libdislocator: make Makefile portablehexcoder-
2020-04-09rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checkshexcoder-
2020-04-01making 'CFLAGS="-m32" make source-only tests' workhexcoder-
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-09fuzzer_stat eps is now overall not current, clang-format fixed to v8van Hauser
2020-02-08libdislocator FreeBSD build fix. max_align_t had been define from the 12th ↵David Carlier
release.
2020-02-08build fixes for FreeBSD 11hexcoder-
2020-02-05afl-showmap fixvan Hauser
2020-02-01aligned libdislocator in readmeAndrea Fioraldi
2020-02-01align to max_align_tAndrea Fioraldi
2020-02-01dislocator readmeAndrea Fioraldi
2020-02-01AFL_ALIGNED_ALLOC in libdislocatorAndrea Fioraldi
2020-01-20fixed Heiko's global search-replace :)van Hauser
2020-01-18libdislocator: reallocarray API introductionDavid Carlier
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
2019-12-24be sure to have directories for install targetsvan Hauser
2019-12-18v2.59c release 2.59cvan Hauser