about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-04-23fix make clean errorvan Hauser
2020-04-23fixed map location support for LTOvan Hauser
2020-04-23more sanitizer functions for blacklistvan Hauser
2020-04-22Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into devAndrea Fioraldi
2020-04-22fix sed errors in afl_shm_init when using mmapAndrea Fioraldi
2020-04-22GNUmakefile/unit tests: suppress compilation commandline outputhexcoder-
2020-04-22test.sh: custom mutator test; make it compilable with available instrumentinghexcoder-
compiler
2020-04-21unicornafl build script: fix prerequisite search for setuptoolshexcoder-
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-21unicornafl updatedDominik Maier
2020-04-21add linevan Hauser
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-21script to update uc refs; new unicornafl versionDominik Maier
2020-04-21removed done todoDominik Maier
2020-04-21dont error on git resetvan Hauser
2020-04-21clang warning fixedDominik Maier
2020-04-21code formatDominik Maier
2020-04-21updated unicornDominik Maier
2020-04-21wordingvan Hauser
2020-04-21double include removedDominik Maier
2020-04-21android ashmem fixDominik Maier
2020-04-21reset git on deepcleanDominik Maier
2020-04-21typovan Hauser
2020-04-21switched to clang-format-10van Hauser
2020-04-21clean and deepclean Makefile updatesvan Hauser
2020-04-21clang-tidy readability-braces (#323)Dominik Maier
2020-04-21make clean removes unicornafl dir if not in gitDominik Maier
2020-04-21update documentationvan Hauser
2020-04-21fix some gcc dependencies and build problems on debian 32-Bit,hexcoder-
adapted qemu_mode AFL_ENTRYPOINT test case for 32 bit
2020-04-21no need to rm folderDominik Maier
2020-04-21clean doesn't fail without unicornaflDominik Maier
2020-04-21clean no longer deletes unicornafl folderDominik Maier
2020-04-21fix submoduleDominik Maier
2020-04-21git for travis?van Hauser
2020-04-21fix compilation on Debian 32-bit (thanks to Marc)hexcoder-
2020-04-21better detection of intel cpu on 32-bit Linuxhexcoder-
2020-04-21fix docs typoshexcoder-
2020-04-21small portability fix (32-bit) for warning (size_t %lu -> %zu)hexcoder-
2020-04-21submodule path changedDominik Maier
2020-04-21unicornafl updaetdDominik Maier
2020-04-21latest unicornaflDominik Maier
2020-04-21added versionDominik Maier
2020-04-21submoduleDominik Maier
2020-04-21examples Makefiles: silence errors when there is no 32-bit support installedhexcoder-
2020-04-21v2.64d initvan Hauser
2020-04-21libdislocator android build fix. (#327)David CARLIER
Fix function signature for bionic libc
2020-04-21Merge pull request #326 from dpmdpm2/mastervan Hauser
Add malloc_usable_size to libdislocator.so
2020-04-20add NULL check to malloc_usable_sizeDavid Mendenhall
2020-04-20unicornafl updatedDominik Maier