Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-30 | fix stdin trimming | 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-07 | fix forkserver timeout error msg | vanhauser-thc | |
2021-04-04 | cleanup | vanhauser-thc | |
2021-04-04 | Merge pull request #855 from MegaManSec/leak-sanitizer | van Hauser | |
Add support for standalone leak-sanitizer | |||
2021-04-04 | Move definition of __AFL_LEAK_CHECK inside ifguards, | Joshua Rogers | |
use LSAN_OPTIONS=print_suppressions=0 | |||
2021-04-03 | Fix typos, | Joshua Rogers | |
Use symbolize=0 for LSAN, Remove syntactic sugar. | |||
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 | remove warnings | vanhauser-thc | |
2021-03-24 | Merge branch 'replay' into tmp | van Hauser | |
2021-03-24 | ifdef for record | vanhauser-thc | |
2021-03-24 | better forkserver error help and code format | vanhauser-thc | |
2021-03-23 | make setting different file permissions easy via config.h | vanhauser-thc | |
2021-03-10 | change map_size tests | vanhauser-thc | |
2021-03-09 | fix sanitizer settings | vanhauser-thc | |
2021-03-06 | fixes | vanhauser-thc | |
2021-03-06 | fixes | vanhauser-thc | |
2021-03-06 | fix | vanhauser-thc | |
2021-03-06 | complete implemenation, still no test | vanhauser-thc | |
2021-03-06 | implementation without testing | vanhauser-thc | |
2021-03-05 | point explicitly to AFL_MAP_SIZE on problems | vanhauser-thc | |
2021-03-04 | no ASAN odr violations by default | vanhauser-thc | |
2021-03-01 | ensure proper aligning for skim patch | vanhauser-thc | |
2021-02-07 | persistent replay env setup | vanhauser-thc | |
2021-02-01 | making AFL_MAP_SIZE obsolete | van Hauser | |
2021-01-29 | AFL_USE_QASAN | Andrea Fioraldi | |
2021-01-21 | forkserver debug flag support | van Hauser | |
2021-01-21 | fix silly mistake | van Hauser | |
2021-01-21 | code format and not setting sanitizers if debug and settings present | van Hauser | |
2021-01-20 | hex en/decode works now | van Hauser | |
2021-01-20 | better cmp map fsrv fix | van Hauser | |
2021-01-15 | better error message | van Hauser | |
2021-01-12 | minor changes | van Hauser | |
2021-01-08 | code fmt | Dominik Maier | |
2021-01-08 | cleaned up and added comments to forkserver exits | Dominik Maier | |
2021-01-07 | cleaned up AFL_KILL_SIGNAL | Dominik Maier | |
2021-01-07 | User defined kill signal value (#678) | buherator | |
* Adding AFL_KILL_SIGNAL environment variable Controlling the kill signal used to end forked processes. * Checking validity of AFL_KILL_SIGNAL env variable This commit also sets a valid value in the environment to avoid duplicating code in at_exit(). Changing data type of fsrv->kill_signal to u8 to match last_kill_signal. * Adding afl_kill_signal to AFL (environment) state This commit simply introduces a struct member for future use. The env variable is not used from the afl struct but from fsrv, where its validity is checked, resulting in a FATAL in case of errors. | |||
2021-01-04 | code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.) | hexcoder- | |
2020-12-18 | mem error fix | van Hauser | |
2020-12-09 | fix cmin/tmin potential overflow on too large files | van Hauser | |
2020-12-08 | fix showmap output | van Hauser | |
2020-12-08 | small fixes | hexcoder- | |
2020-12-08 | more reporting on errors | van Hauser | |
2020-12-03 | AFL_CRASH_EXITCODE env var added, u8->bool | Dominik Maier | |
2020-12-01 | added AFL_NO_AUTODICT | van Hauser | |
2020-11-14 | fix error handling in fauxserver | hexcoder- | |
2020-11-14 | now really fix -n | hexcoder- | |
2020-11-03 | fix -N for forkserver | van Hauser | |
2020-11-03 | revert out_fd copy | van Hauser | |
2020-11-03 | fsrv copy: out_fd = 0 on stdin | van Hauser | |