about summary refs log tree commit diff
path: root/src/afl-fuzz-init.c
AgeCommit message (Expand)Author
2020-05-15change: slaves only sync from mastersvan Hauser
2020-05-15code formatDominik Maier
2020-05-14unicorn mode may run scriptsDominik Maier
2020-05-14deprecated AFL_POST_LIBRARYvan Hauser
2020-05-13init/deinit need to be optional for post libvan Hauser
2020-05-13fix GNUmakefilevan Hauser
2020-05-13code-format and slight -S/-M modificationsvan Hauser
2020-05-13Fix previous commit bugsrish9101
2020-05-13Fix bugs, remove intial post library testrish9101
2020-05-13Add post library API as custom mutator and rename pre_saverish9101
2020-05-12new code formatting + appliedvan Hauser
2020-05-10indenting preprocessor directives breaks compilation and cant be fixed, rever...van Hauser
2020-05-10fix warning, code formatvan Hauser
2020-04-26refactored global listsDominik Maier
2020-04-19clang-tidy readability-braces (#323)Dominik Maier
2020-04-17added AFL_MAP_SIZE (wip)van Hauser
2020-04-17fix plot_data output and code-formatvan Hauser
2020-04-14unified forkservered run_target, fixes #308Dominik Maier
2020-04-13fixed uaf and warningsDominik Maier
2020-04-12Better solution for ARM64 build fix (#315)David CARLIER
2020-04-12build on arm64 fix. tested on Android. (#313)David CARLIER
2020-04-11refactored cmplogDominik Maier
2020-04-10LTO optimization, variable map size, autodictionary (#307)van Hauser
2020-04-10resize fix + code formatDominik Maier
2020-04-09merge PR#306 from neoni (thanks), silence test when bash is not foundhexcoder-
2020-04-09fix limits.h includevan Hauser
2020-04-09fix compilation in OpenBSDhexcoder-
2020-04-01minor changesDominik Maier
2020-04-01more custom mutator remodellingDominik Maier
2020-04-01fixed leakDominik Maier
2020-04-01code formatDominik Maier
2020-04-01not allocating paths anymoreDominik Maier
2020-03-23libasan.so is not a thing. libclang-rt.asan-ARCH.so is the asan DSO and it is...Andrea Fioraldi
2020-03-21renamed UB to rand_belowDominik Maier
2020-03-21remove debug codevan Hauser
2020-03-21moved string formatting to headerDominik Maier
2020-03-21test.sh with -no-pievan Hauser
2020-03-21adjusted int_bufsDominik Maier
2020-03-21fix stat displayvan Hauser
2020-03-19no more (?) staticsDominik Maier
2020-03-19fixed resize; removed more staticsDominik Maier
2020-03-19code formatDominik Maier
2020-03-1950% less globalsDominik Maier
2020-03-19moved repository to https://github.com/AFLplusplus/AFLplusplus and updated linksvan Hauser
2020-03-17cmplog was neither quiet nor where its llvm passes installedvan Hauser
2020-03-17fixed segfault on early bailoutDominik Maier
2020-03-15Move afl-fuzz related env variables into afl_state_t (#252)Rishi Ranjan
2020-03-13afl-fuzz-init.c, afl-fuzz.c: fix more wrong free() calls (found withhexcoder-
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-10unified pointer placementDominik Maier