about summary refs log tree commit diff
path: root/docs
AgeCommit message (Collapse)Author
2021-05-22turn off map size detection if skip_bin_check is setvanhauser-thc
2021-05-22update binary-only docvanhauser-thc
2021-05-22added info about showmap queue directionsDominik Maier
2021-05-21fix llvm-dict2filevanhauser-thc
2021-05-17more documentation for AFL_EXIT_ON_TIMEDominik Maier
2021-05-17AFL_PRINT_FILENAMES addedDominik Maier
2021-05-17no core dumpsvanhauser-thc
2021-05-11fix a few cur_time usesvanhauser-thc
2021-05-11OSX-specific improvements (#912)Dustin Spicuzza
* Fix afl-cc to work correctly by default on OSX using xcode - CLANG_ENV_VAR must be set for afl-as to work - Use clang mode by default if no specific compiler selected * Add OSX-specific documentation for configuring shared memory
2021-05-10arch linux and mac os support for afl-system-configvanhauser-thc
2021-05-07Exit on time (#904)Roman M. Iudichev
* Variable AFL_EXIT_ON_TIME description has been added. Variables AFL_EXIT_ON_TIME and afl_exit_on_time has been added. afl->exit_on_time variable initialization has been added. The asignment of a value to the afl->afl_env.afl_exit_on_time variable from environment variables has been added. Code to exit on timeout if new path not found has been added. * Type of afl_exit_on_time variable has been changed. Variable exit_on_time has been added to the afl_state_t structure. * Command `export AFL_EXIT_WHEN_DONE=1` has been added. * Millisecond to second conversion has been added. Call get_cur_time() has been added. * Revert to using the saved current time value. * Useless check has been removed.
2021-05-06unicorn fixesDominik Maier
2021-05-06unicorn mips fixesDominik Maier
2021-04-30fix stdin trimmingvanhauser-thc
2021-04-30update changelogvanhauser-thc
2021-04-30fix PCGUARD, build aflpp_driver with fPICvanhauser-thc
2021-04-28nitsvanhauser-thc
2021-04-26fixed example locationDominik Maier
2021-04-26moved custom_mutator examplesDominik Maier
2021-04-19drop support for llvm < 6.0vanhauser-thc
2021-04-16update docsvanhauser-thc
2021-04-16fix nitsvanhauser-thc
2021-04-14fix aflpp qemu hookvanhauser-thc
2021-04-14ui updatevanhauser-thc
2021-04-13afl-whatsup -dvanhauser-thc
2021-04-13add AFL_EXIT_ON_SEED_ISSUESvanhauser-thc
2021-04-09Update ideas.mdUjjwal Kirti
Hey, I noticed there was a spelling error in above documentation for GSOC '21. I have corrected it, you can have a look at it if you want.
2021-04-09update grammar-mutator, show better fuzzing strategy yieldsvanhauser-thc
2021-04-09fix afl_custom_queue_new_entry when syncingvanhauser-thc
2021-04-04cleanupvanhauser-thc
2021-04-04Merge pull request #855 from MegaManSec/leak-sanitizervan Hauser
Add support for standalone leak-sanitizer
2021-04-04Move definition of __AFL_LEAK_CHECK inside ifguards,Joshua Rogers
use LSAN_OPTIONS=print_suppressions=0
2021-04-03Fix typos,Joshua Rogers
Use symbolize=0 for LSAN, Remove syntactic sugar.
2021-04-02Replace __AFL_CHECK_LEAK with __AFL_LEAK_CHECK to be more proper.Joshua Rogers
Fix spelling mistakes. Correctly call LSAN_ERROR not MSAN_ERROR.
2021-04-02 Add support for standalone leak-sanitizer, introducting the environmentJoshua Rogers
variable AFL_USE_LSAN. AFL_USE_LSAN introduces the macro __AFL_CHECK_LEAK() which will check for a memory leak when the macro is run. This is especially helpful when using __AFL_LOOP(). If __AFL_LEAK_CHECK() is not used when AFL_USE_LSAN=1 is set, the leak checker will run when the program exits.
2021-03-27ensure one fuzzer sync per cycle, cycle introspectionvanhauser-thc
2021-03-26Merge pull request #847 from zouyonghao/patch-1van Hauser
Update custom_mutators.md
2021-03-26Update custom_mutators.mdYong-Hao Zou
2021-03-25integrate frida_mode, code-formatvanhauser-thc
2021-03-25remove InsTrimvanhauser-thc
2021-03-25update changelogvanhauser-thc
2021-03-24changelog infovanhauser-thc
2021-03-24Merge branch 'replay' into tmpvan Hauser
2021-03-24v3.13a initvanhauser-thc
2021-03-24v3.12c ready to govanhauser-thc
2021-03-24v3.12c releasevanhauser-thc
2021-03-23make setting different file permissions easy via config.hvanhauser-thc
2021-03-23fixed tiny nitpicksDominik Maier
2021-03-23fix our PCGUARD for llvm 10.0.1aflpp
2021-03-22add details to AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES docJoshua Pereyda