about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-01-03Typo in namehexcoder
2020-01-02Typos fixedhexcoder
2020-01-02remove unnecessary conditionsvan Hauser
2020-01-02compile fixesvan Hauser
2020-01-01Merge pull request #161 from devnexen/libtokencap_mac_fixvan Hauser
libtokencap, fix mac os process map lookup.
2020-01-01libtokencap, fix mac os process map lookup.David Carlier
Incrementing base address for next iteration.
2019-12-31typovan Hauser
2019-12-31show correct python version and readme namevan Hauser
2019-12-31show correct python version and readme namevan Hauser
2019-12-31v2.60d and year 2020 initvan Hauser
2019-12-31final touches before 2.60 2.60cvan Hauser
2019-12-30Update README.mdhexcoder
2019-12-30added testcases for afl-tmin and afl-cminvan Hauser
2019-12-30critical bugfix for afl-tminvan Hauser
2019-12-30Merge pull request #160 from devnexen/timingsafe_flavors_libtokenvan Hauser
libtokencap adding timingsafe* string comparators
2019-12-30libtokencap adding timingsafe* string comparatorsDavid Carlier
2019-12-30really ensure that all .test files are removed after they are not needed anymorevan Hauser
2019-12-30makefile clean fixvan Hauser
2019-12-29added AFL_AS_FORCE_INSTRUMENT envvan Hauser
2019-12-28make clean beautificationvan Hauser
2019-12-28Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2019-12-28remove docs when building qemu staticAndrea Fioraldi
2019-12-28code formatvan Hauser
2019-12-28Update README.mdhexcoder
fix some typos
2019-12-27Merge pull request #156 from n0pFlux/mastervan Hauser
Fixed memory leak in afl-fuzz-python.c - trim_case_python.
2019-12-27fix issue #155 AFL_LLVM_LAF_SPLIT_FLOATS breaks bogofilterhexcoder-
added some forgotten floating point comparison types
2019-12-27Fixed memory leak in afl-fuzz-python.c - trim_case_python.n0p
2019-12-26Merge pull request #154 from devnexen/setsockopt_socket_fuzzingvan Hauser
socket fuzzing build warning fixes proposal / setsockopt no-op
2019-12-26socket fuzzing build warning fixes proposal / setsockopt no-opDavid Carlier
2019-12-25code formatAndrea Fioraldi
2019-12-25AFL_PRELOAD -> QEMU_SET_ENV for afl-fuzz,afl-showmap,afl-analyze,afl-tminAndrea Fioraldi
2019-12-24qemu ld_preload support and added socket_fuzzing ld_preload libraryvan Hauser
2019-12-24Merge pull request #152 from afflux/argvfuzzvan Hauser
argvfuzz preload for fuzzing binaries' argv
2019-12-24argv_fuzzing: should also compile with AFL_NO_X86Kjell Braden
2019-12-24be sure to have directories for install targetsvan Hauser
2019-12-21restore llvm DebugInfoAndrea Fioraldi
2019-12-21argvfuzz preload for fuzzing binaries' argvKjell Braden
2019-12-21try to work with llvm < 3.7Andrea Fioraldi
2019-12-21Merge pull request #150 from afflux/masterAndrea Fioraldi
minor fix for llvm_mode build with non-standard paths
2019-12-21remove remainder of git submoduleKjell Braden
commit 7028c9b59d6171426457494a179cd55022cd483b only removed the .gitmodules entry. this commit removes the corresponding directory, so `git submodule status` won't fail anymore.
2019-12-21use llvm-config from env for version checkKjell Braden
2019-12-20Merge pull request #148 from devnexen/make_distrib_non_linux_fix_proposalvan Hauser
On non Linux systems, (g)make distrib stops halfway
2019-12-20On non Linux systems, (g)make distrib stops halfwayDavid Carlier
because of QEMU not supported. Symplifying cores counting data gathering.
2019-12-19Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2019-12-19split havoc/custom line in status screenAndrea Fioraldi
2019-12-19llvm_mode for Androidvan Hauser
2019-12-18Merge pull request #146 from domenukk/unmappingvan Hauser
Tidied up python examles and fixed bug in uc_afl_fuzz
2019-12-18removed debug printDominik Maier
2019-12-18afl_fuzz unmappingDominik Maier
2019-12-18fix travis bug?van Hauser