Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-19 | merge | Andrea Fioraldi | |
2021-05-18 | Minor integration tweaks (#926) | WorksButNotTested | |
Co-authored-by: Your Name <you@example.com> | |||
2021-05-18 | update readme | vanhauser-thc | |
2021-05-18 | libqasan: use syscalls for read and write | Andrea Fioraldi | |
2021-05-18 | Update frida_mode readme (#925) | WorksButNotTested | |
2021-05-17 | Support for x86 (#920) | WorksButNotTested | |
Co-authored-by: Your Name <you@example.com> | |||
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-17 | Flushing for AFL_PRINT_FILENAMES | Dominik Maier | |
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-17 | add warning for afl-showmap partial read | vanhauser-thc | |
2021-05-17 | fix seed crash disable | vanhauser-thc | |
2021-05-17 | restrict afl-showmap in_file size | vanhauser-thc | |
2021-05-15 | additional safety checks for restarts | Dominik Maier | |
2021-05-15 | added bounds check to pivot_inputs (fixes #921) | Dominik Maier | |
2021-05-11 | fix a few cur_time uses | vanhauser-thc | |
2021-05-11 | Fixes to memory operands for complog (#916) | WorksButNotTested | |
Co-authored-by: Your Name <you@example.com> | |||
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 | github workflow for qemu | vanhauser-thc | |
2021-05-10 | update documentation | vanhauser-thc | |
2021-05-10 | code-format | vanhauser-thc | |
2021-05-10 | typo | hexcoder | |
2021-05-10 | arch linux and mac os support for afl-system-config | vanhauser-thc | |
2021-05-10 | afl-plot: relative time | vanhauser-thc | |
2021-05-10 | Frida cmplog fail fast (#914) | WorksButNotTested | |
* Changes to remove binaries from frida_mode * Changes to make cmplog fail fast Co-authored-by: Your Name <you@example.com> | |||
2021-05-10 | Changes to remove binaries from frida_mode (#913) | WorksButNotTested | |
Co-authored-by: Your Name <you@example.com> | |||
2021-05-10 | fix afl-plot | vanhauser-thc | |
2021-05-10 | remove merge conflict artifacts | hexcoder | |
2021-05-09 | Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into dev | Dominik Maier | |
2021-05-09 | testcase fixes for unicorn | Dominik Maier | |
2021-05-08 | Fix numeric overflow in cmplog implementation (#907) | WorksButNotTested | |
Co-authored-by: Your Name <you@example.com> | |||
2021-05-08 | Changes to bump FRIDA version and to clone FRIDA repo in to build directory ↵ | WorksButNotTested | |
rather than use a submodule as the FRIDA build scripts don't like it (#906) Co-authored-by: Your Name <you@example.com> | |||
2021-05-08 | fix | vanhauser-thc | |
2021-05-08 | ensure crashes/README.txt exists | vanhauser-thc | |
2021-05-08 | fix new path to custom-mutators | hexcoder- | |
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-07 | typo | vanhauser-thc | |
2021-05-07 | Fix memory errors when trim causes testcase growth (#881) (#903) | realmadsci | |
* Revert "fixed potential double free in custom trim (#881)" This reverts commit e9d2f72382cab75832721d859c3e731da071435d. * Revert "fix custom trim for increasing data" This reverts commit 86a8ef168dda766d2f25f15c15c4d3ecf21d0667. * Fix memory errors when trim causes testcase growth Modify trim_case_custom to avoid writing into in_buf because some custom mutators can cause the testcase to grow rather than shrink. Instead of modifying in_buf directly, we write the update out to the disk when trimming is complete, and then the caller is responsible for refreshing the in-memory buffer from the file. This is still a bit sketchy because it does need to modify q->len in order to notify the upper layers that something changed, and it could end up telling upper layer code that the q->len is *bigger* than the buffer (q->testcase_buf) that contains it, which is asking for trouble down the line somewhere... * Fix an unlikely situation Put back some `unlikely()` calls that were in the e9d2f72382cab75832721d859c3e731da071435d commit that was reverted. | |||
2021-05-06 | more unicorn fixes | Dominik Maier | |
2021-05-06 | unicorn fixes | Dominik Maier | |
2021-05-06 | instrumentation further move to C++11 (#900) | David CARLIER | |
2021-05-06 | unicorn mips fixes | Dominik Maier | |
2021-05-05 | not on qemu 3 anymore | Dominik Maier | |
2021-05-04 | prepare for 32-bit support (later) | hexcoder- | |
2021-05-04 | set ARCH for linux intel 32-bit for frida-gum-devkit | hexcoder- | |
2021-05-04 | fix persistent mode (64-bit) | hexcoder- | |
2021-05-04 | typos | hexcoder | |
2021-05-03 | add new test for frida_mode (please review) | hexcoder- | |
2021-05-03 | clarify that no modifications are required. | hexcoder- | |