Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-19 | cleaned up AFL_PRINT_FILENAMES env | Dominik Maier | |
2021-05-19 | fix afl-fuzz.c frida preload | Andrea Fioraldi | |
2021-05-19 | merge | Andrea Fioraldi | |
2021-05-17 | FASAN Support (#918) | WorksButNotTested | |
* FASAN Support * Fix handling of Address Sanitizer DSO * Changes to identification of Address Sanitizer DSO Co-authored-by: Your Name <you@example.com> | |||
2021-05-15 | additional safety checks for restarts | Dominik Maier | |
2021-05-11 | fix a few cur_time uses | 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-01 | remove the input file .cur_input at the end of the fuzzing, if AFL_TMPDIR is ↵ | hexcoder- | |
used | |||
2021-04-29 | nits | vanhauser-thc | |
2021-04-28 | Frida persistent (#880) | WorksButNotTested | |
* Added x64 support for persistent mode (function call only), in-memory teest cases and complog * Review changes, fix NeverZero and code to parse the .text section of the main executable. Excluded ranges TBC * Various minor fixes and finished support for AFL_INST_LIBS * Review changes Co-authored-by: Your Name <you@example.com> | |||
2021-04-16 | fixes | vanhauser-thc | |
2021-04-15 | cmplog -l3: disable trimming, forcing input2stage for all | vanhauser-thc | |
2021-04-15 | remove duplicate plot file write | vanhauser-thc | |
2021-04-15 | fix writing stat file on exit | vanhauser-thc | |
2021-03-27 | ensure one fuzzer sync per cycle, cycle introspection | vanhauser-thc | |
2021-03-25 | Merge pull request #833 from WorksButNotTested/frida | van Hauser | |
Frida | |||
2021-03-25 | Fix support for afl-cmin and updated README | Your Name | |
2021-03-25 | update dynamic list | vanhauser-thc | |
2021-03-25 | remove warnings | vanhauser-thc | |
2021-03-24 | Add support for FRIDA mode | Your Name | |
2021-03-24 | Merge branch 'replay' into tmp | van Hauser | |
2021-03-24 | ifdef for record | vanhauser-thc | |
2021-03-23 | fixed tiny nitpicks | Dominik Maier | |
2021-03-19 | Merge branch 'dev' into dev | van Hauser | |
2021-03-20 | add AFL_TARGET_ENV to afl-fuzz | fuzzah | |
2021-03-18 | typo | hexcoder | |
2021-03-18 | afl-fuzz cleanup | vanhauser-thc | |
2021-03-17 | better map variability | vanhauser-thc | |
2021-03-17 | shmem map size in config.h | vanhauser-thc | |
2021-03-17 | debug | vanhauser-thc | |
2021-03-17 | lto test | vanhauser-thc | |
2021-03-17 | fix attempt | vanhauser-thc | |
2021-03-16 | Merge pull request #819 from realmadsci/qemu-consistent-preload | Andrea Fioraldi | |
Remove AFL_PRELOAD and AFL_USE_QASAN handlers | |||
2021-03-15 | Remove AFL_PRELOAD and AFL_USE_QASAN handlers | realmadsci | |
These are now processed in afl-qemu-trace so that the "copy+paste" code that is in all of the other AFL tools can be removed. This also allows the AFL_USE_QASAN flag to work the same when used with tools like afl-fuzz as it does with afl-qemu-trace. This is important in situations where loading the QASAN library changes the address of your desired entrypoint, or for crash validation using the same environment that afl-fuzz was using. With this change, the same set of environment variables can be used in exactly the same way between afl-fuzz, afl-showmap, and afl-qemu-trace, and you will get exactly the same guest environment. | |||
2021-03-15 | fixes | aflpp | |
2021-03-12 | make get_offsets executable | Dominik Maier | |
2021-03-11 | fix | aflpp | |
2021-03-11 | new auto map | aflpp | |
2021-03-11 | fix the auto map fix | vanhauser-thc | |
2021-03-10 | fix auto map discovery | vanhauser-thc | |
2021-03-10 | change map_size tests | vanhauser-thc | |
2021-03-10 | fixed scan-build warnings | Dominik Maier | |
2021-03-09 | setting general schedule priority for performance on Mac. | David CARLIER | |
2021-03-07 | documentation for AFL_PERSISTENT_RECORD | vanhauser-thc | |
2021-03-06 | fixes | vanhauser-thc | |
2021-03-06 | fixes | vanhauser-thc | |
2021-03-06 | complete implemenation, still no test | vanhauser-thc | |
2021-03-06 | implementation without testing | vanhauser-thc | |
2021-03-03 | add new tutorial | vanhauser-thc | |
2021-03-02 | add de-unicoded dictionary entries | vanhauser-thc | |