Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-07 | add changelog | vanhauser-thc | |
2021-06-07 | add changelog entry | vanhauser-thc | |
2021-06-07 | remove -D from -M | vanhauser-thc | |
2021-06-04 | add Rust | hexcoder | |
2021-06-04 | add known frontends for supported compiler infrastructures | hexcoder | |
2021-06-04 | move link | vanhauser-thc | |
2021-06-02 | fix -F with slash option | vanhauser-thc | |
2021-06-01 | add fix info | vanhauser-thc | |
2021-06-01 | update MacOS Install information | vanhauser-thc | |
2021-06-01 | v3.14a init | vanhauser-thc | |
2021-06-01 | v3.13c release | vanhauser-thc | |
2021-06-01 | fix docs | vanhauser-thc | |
2021-06-01 | fix afl_custom_post_process with multiple custom mutators | vanhauser-thc | |
2021-06-01 | Wording: "never zero" -> NeverZero | hexcoder | |
2021-06-01 | threadsafe doc fixes, code format | vanhauser-thc | |
2021-05-31 | Merge branch 'dev' into going_atomic | hexcoder | |
2021-05-30 | add documentation for AFL_LLVM_THREADSAFE_INST | hexcoder- | |
2021-05-28 | docs: fix link to README in QuickStartGuide (#946) | Dag Heyman Kajevic | |
2021-05-28 | add --afl-noopt to afl-cc | vanhauser-thc | |
2021-05-25 | typos | vanhauser-thc | |
2021-05-25 | tweaks | vanhauser-thc | |
2021-05-25 | Typo/wording | hexcoder | |
2021-05-25 | Typo | hexcoder | |
2021-05-25 | Typo | hexcoder | |
2021-05-25 | add AFL_TRY_AFFINITY | vanhauser-thc | |
2021-05-25 | AFL_SKIP_CRASHES is obsolete since 3.0 | vanhauser-thc | |
2021-05-25 | less executions on variable paths | vanhauser-thc | |
2021-05-24 | add libafl to binary-only doc | vanhauser-thc | |
2021-05-22 | turn off map size detection if skip_bin_check is set | vanhauser-thc | |
2021-05-22 | update binary-only doc | vanhauser-thc | |
2021-05-22 | added info about showmap queue directions | Dominik Maier | |
2021-05-21 | fix llvm-dict2file | vanhauser-thc | |
2021-05-17 | more documentation for AFL_EXIT_ON_TIME | Dominik Maier | |
2021-05-17 | AFL_PRINT_FILENAMES added | Dominik Maier | |
2021-05-17 | no core dumps | vanhauser-thc | |
2021-05-11 | fix a few cur_time uses | vanhauser-thc | |
2021-05-11 | OSX-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-10 | arch linux and mac os support for afl-system-config | vanhauser-thc | |
2021-05-07 | Exit 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-06 | unicorn fixes | Dominik Maier | |
2021-05-06 | unicorn mips fixes | Dominik Maier | |
2021-04-30 | fix stdin trimming | vanhauser-thc | |
2021-04-30 | update changelog | vanhauser-thc | |
2021-04-30 | fix PCGUARD, build aflpp_driver with fPIC | vanhauser-thc | |
2021-04-28 | nits | vanhauser-thc | |
2021-04-26 | fixed example location | Dominik Maier | |
2021-04-26 | moved custom_mutator examples | Dominik Maier | |
2021-04-19 | drop support for llvm < 6.0 | vanhauser-thc | |
2021-04-16 | update docs | vanhauser-thc | |
2021-04-16 | fix nits | vanhauser-thc | |