about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-04-20add linevan Hauser
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-20script to update uc refs; new unicornafl versionDominik Maier
2020-04-20removed done todoDominik Maier
2020-04-20dont error on git resetvan Hauser
2020-04-20clang warning fixedDominik Maier
2020-04-20code formatDominik Maier
2020-04-20updated unicornDominik Maier
2020-04-20wordingvan Hauser
2020-04-20double include removedDominik Maier
2020-04-20android ashmem fixDominik Maier
2020-04-20reset git on deepcleanDominik Maier
2020-04-20typovan Hauser
2020-04-20switched to clang-format-10van Hauser
2020-04-20Revert "fix compilation use CFLAGS_FLTO for afl-gotcpu also (thanks Marc)"hexcoder-
This reverts commit b408fdffcc317f865a1379f802cb6e80bf862f62.
2020-04-19clean and deepclean Makefile updatesvan Hauser
2020-04-19clang-tidy readability-braces (#323)Dominik Maier
2020-04-19make clean removes unicornafl dir if not in gitDominik Maier
2020-04-19update documentationvan Hauser
2020-04-19Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devhexcoder-
2020-04-19fix some gcc dependencies and build problems on debian 32-Bit,hexcoder-
adapted qemu_mode AFL_ENTRYPOINT test case for 32 bit
2020-04-18no need to rm folderDominik Maier
2020-04-18clean doesn't fail without unicornaflDominik Maier
2020-04-18clean no longer deletes unicornafl folderDominik Maier
2020-04-18fix submoduleDominik Maier
2020-04-18git for travis?van Hauser
2020-04-18fix compilation on Debian 32-bit (thanks to Marc)hexcoder-
2020-04-18fix compilation use CFLAGS_FLTO for afl-gotcpu also (thanks Marc)hexcoder-
2020-04-18better detection of intel cpu on 32-bit Linuxhexcoder-
2020-04-18fix docs typoshexcoder-
2020-04-18small portability fix (32-bit) for warning (size_t %lu -> %zu)hexcoder-
2020-04-17submodule path changedDominik Maier
2020-04-17unicornafl updaetdDominik Maier
2020-04-17latest unicornaflDominik Maier
2020-04-17added versionDominik Maier
2020-04-17submoduleDominik Maier
2020-04-17examples Makefiles: silence errors when there is no 32-bit support installedhexcoder-
2020-04-17v2.64d initvan Hauser
2020-04-17Merge pull request #321 from AFLplusplus/dev 2.64cvan Hauser
Push for next release
2020-04-17locked to unicornafl versionDominik Maier
2020-04-17headers for clang-tidyDominik Maier
2020-04-17unused varDominik Maier
2020-04-17++2.64cvan Hauser
2020-04-17little more speed for queue analysisvan Hauser
2020-04-17add missing limits.h include for PATH_MAX (OpenBSD)hexcoder-
2020-04-17Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devhexcoder-
2020-04-17add AFL_NO_PYTHON to list of env variableshexcoder-
2020-04-17fix afl-showmap for PATH_MAX on *BSDhexcoder-
2020-04-17removed tmp alloc in queueDominik Maier
2020-04-17remove static from tmp var in qemuvan Hauser