Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-24 | Merge pull request #331 from Mindavi/feature/fail-on-invalid-binary-name | van Hauser | |
afl-gcc and afl-clang: fail when binary name can't be used to determine build mode | |||
2020-04-23 | afl-gcc and afl-clang: fail when binary name can't be used to determine ↵ | Rick van Schijndel | |
build mode This is a continuation of PR #318. The goal is to prevent issues where binaries with the wrong name will silently pass control to the C compiler instead of failing. This makes it more explicit that aflplusplus relies on the name of the binary for correct compiler execution. | |||
2020-04-23 | minor changes | van Hauser | |
2020-04-23 | add documentation for LTO fixed map address feature | van Hauser | |
2020-04-23 | use mmap in llvm_mode if LTO is enabled | van Hauser | |
2020-04-23 | fix make clean error | van Hauser | |
2020-04-23 | fixed map location support for LTO | van Hauser | |
2020-04-23 | more sanitizer functions for blacklist | van Hauser | |
2020-04-22 | Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev | Andrea Fioraldi | |
2020-04-22 | fix sed errors in afl_shm_init when using mmap | Andrea Fioraldi | |
2020-04-22 | GNUmakefile/unit tests: suppress compilation commandline output | hexcoder- | |
2020-04-22 | test.sh: custom mutator test; make it compilable with available instrumenting | hexcoder- | |
compiler | |||
2020-04-21 | unicornafl build script: fix prerequisite search for setuptools | hexcoder- | |
2020-04-21 | libdislocator android build fix. (#327) | David CARLIER | |
Fix function signature for bionic libc | |||
2020-04-21 | add NULL check to malloc_usable_size | David Mendenhall | |
2020-04-21 | unicornafl updated | Dominik Maier | |
2020-04-21 | add line | van Hauser | |
2020-04-21 | Move comment about adding 8 bytes to buffer length to the line where we | David Mendenhall | |
actually add 8 bytes Remove defunct TODO for posix_memalign as the function now exists Add wrapper for malloc_usable_size | |||
2020-04-21 | script to update uc refs; new unicornafl version | Dominik Maier | |
2020-04-21 | removed done todo | Dominik Maier | |
2020-04-21 | dont error on git reset | van Hauser | |
2020-04-21 | clang warning fixed | Dominik Maier | |
2020-04-21 | code format | Dominik Maier | |
2020-04-21 | updated unicorn | Dominik Maier | |
2020-04-21 | wording | van Hauser | |
2020-04-21 | double include removed | Dominik Maier | |
2020-04-21 | android ashmem fix | Dominik Maier | |
2020-04-21 | reset git on deepclean | Dominik Maier | |
2020-04-21 | typo | van Hauser | |
2020-04-21 | switched to clang-format-10 | van Hauser | |
2020-04-21 | clean and deepclean Makefile updates | van Hauser | |
2020-04-21 | clang-tidy readability-braces (#323) | Dominik Maier | |
2020-04-21 | make clean removes unicornafl dir if not in git | Dominik Maier | |
2020-04-21 | update documentation | van Hauser | |
2020-04-21 | fix some gcc dependencies and build problems on debian 32-Bit, | hexcoder- | |
adapted qemu_mode AFL_ENTRYPOINT test case for 32 bit | |||
2020-04-21 | no need to rm folder | Dominik Maier | |
2020-04-21 | clean doesn't fail without unicornafl | Dominik Maier | |
2020-04-21 | clean no longer deletes unicornafl folder | Dominik Maier | |
2020-04-21 | fix submodule | Dominik Maier | |
2020-04-21 | git for travis? | van Hauser | |
2020-04-21 | fix compilation on Debian 32-bit (thanks to Marc) | hexcoder- | |
2020-04-21 | better detection of intel cpu on 32-bit Linux | hexcoder- | |
2020-04-21 | fix docs typos | hexcoder- | |
2020-04-21 | small portability fix (32-bit) for warning (size_t %lu -> %zu) | hexcoder- | |
2020-04-21 | submodule path changed | Dominik Maier | |
2020-04-21 | unicornafl updaetd | Dominik Maier | |
2020-04-21 | latest unicornafl | Dominik Maier | |
2020-04-21 | added version | Dominik Maier | |
2020-04-21 | submodule | Dominik Maier | |
2020-04-21 | examples Makefiles: silence errors when there is no 32-bit support installed | hexcoder- | |