Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-27 | Add AFL_SYNC_TIME variable for synchronization time tuning (#1425) | Daniil Kuts | |
* Add AFL_SYNC_TIME variable for synchronization time tuning * Documentation for AFL_SYNC_TIME variable | |||
2022-04-08 | add AFL_KEEP_TIMEOUTS | vanhauser-thc | |
2022-04-03 | Merge pull request #1374 from CarloMara/stable | van Hauser | |
Add new mode to AFLplusplus | |||
2022-04-01 | Fix layout | Carlo Maragno | |
2022-02-18 | Add global caching of block translation to instrumentation | Your Name | |
2022-02-18 | Changes to default CMOV instrumentation to off | Your Name | |
2022-02-18 | Added instrumentation for CMOV instructions | Your Name | |
2022-02-08 | add AFL_EARLY_FORKSERVER support | vanhauser-thc | |
2022-02-05 | change -y to -g/-G and add env var alternatives | vanhauser-thc | |
2021-12-20 | Improvements to debug output | Your Name | |
2021-12-17 | allow ignore dlopen issues | vanhauser-thc | |
2021-11-15 | Changes to allow configuration of stalker adjacent blocks | Your Name | |
2021-11-08 | Add support for option to disable backpatch | Your Name | |
2021-11-07 | env | vanhauser-thc | |
2021-11-04 | add AFL_USE_TSAN | vanhauser-thc | |
2021-10-26 | Fix issues with Yama restrictions in FRIDA mode | Your Name | |
2021-08-26 | Add unstable coverage support | Your Name | |
2021-08-20 | Fixed coverage on OSX (dependency on pipe2) | Your Name | |
Removed use of 'realpath' in makefiles to fix OSX incompatibility Fixed handling of when prefetching should be enabled Snap the main binary during initialization to avoid stability issues with lazy loading Add support for configurable inline cache entries for FRIDA on x86/x64 Support for prefetching FRIDA backpatches on x86/x64 Improved stats support on x86/x64/aarch64 | |||
2021-08-17 | Add support for generating coverage information | Your Name | |
2021-08-12 | AFL_IGNORE_PROBLEMS + library checks and documentation | vanhauser-thc | |
2021-07-15 | Support for setting a fixed seed for the hash function (#1026) | WorksButNotTested | |
Co-authored-by: Your Name <you@example.com> | |||
2021-07-06 | Support for excluding JIT code (#1006) | WorksButNotTested | |
Co-authored-by: Your Name <you@example.com> | |||
2021-06-24 | Added JS support (#992) | WorksButNotTested | |
* Added JS support * Added some documentation Co-authored-by: Your Name <you@example.com> | |||
2021-06-11 | Improve tracing support to include real addresses and edge ids and also ↵ | WorksButNotTested | |
support logging edges only once (#972) Co-authored-by: Your Name <you@example.com> | |||
2021-06-10 | FRIDA - Remove need for AFL_FRIDA_PERSISTENT_RETADDR_OFFSET (#970) | WorksButNotTested | |
Co-authored-by: Your Name <you@example.com> | |||
2021-05-31 | Merge branch 'dev' into going_atomic | hexcoder | |
2021-05-30 | support new env var AFL_LLVM_THREADSAFE_INST to enable atomic counters. | hexcoder- | |
add new test case for that. | |||
2021-05-29 | Support writing Stalker stats (#945) | WorksButNotTested | |
* Support writing Stalker stats * Fixed string handling in print functions Co-authored-by: Your Name <you@example.com> | |||
2021-05-27 | Support for AFL_FRIDA_PERSISTENT_RET (#941) | WorksButNotTested | |
Co-authored-by: Your Name <you@example.com> | |||
2021-05-25 | add AFL_TRY_AFFINITY | vanhauser-thc | |
2021-05-19 | cleaned up AFL_PRINT_FILENAMES env | Dominik Maier | |
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-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-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-13 | add AFL_EXIT_ON_SEED_ISSUES | vanhauser-thc | |
2021-04-06 | add missing env | vanhauser-thc | |
2021-04-04 | Merge pull request #855 from MegaManSec/leak-sanitizer | van Hauser | |
Add support for standalone leak-sanitizer | |||
2021-04-02 | Add support for standalone leak-sanitizer, introducting the environment | Joshua 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-25 | Merge pull request #833 from WorksButNotTested/frida | van Hauser | |
Frida | |||
2021-03-24 | Add support for FRIDA mode | Your Name | |
2021-03-24 | Merge branch 'replay' into tmp | van Hauser | |
2021-03-19 | Merge branch 'dev' into dev | van Hauser | |
2021-03-20 | add AFL_TARGET_ENV to afl-fuzz | fuzzah | |
2021-03-19 | refactor finding binaries | vanhauser-thc | |
2021-03-16 | fix cmplog rtn | vanhauser-thc | |
2021-03-15 | Add AFL_QEMU_CUSTOM_BIN environment flag | realmadsci | |
In QEMU mode (-Q), setting AFL_QEMU_CUSTOM_BIN cause afl-fuzz to skip prepending afl-qemu-trace to your command line. Use this if you wish to use a custom afl-qemu-trace or if you need to modify the afl-qemu-trace arguments. | |||
2021-03-09 | fix ctx-1 | vanhauser-thc | |
2021-03-09 | add AFL_NOOPT | vanhauser-thc | |
2021-03-06 | fixes | vanhauser-thc | |
2021-03-04 | fix kctx compilation hang | Andrea Fioraldi | |