Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-01 | alloc-inl.h/ck_maybe_grow(): restore original exponential allocs | hexcoder- | |
2020-04-01 | alloc-inl.h/ck_maybe_grow() back to size_t, reimplement overflow check | hexcoder- | |
2020-04-01 | alloc_inl.h/ck_maybe_grow(): fix compiler warning | hexcoder- | |
2020-04-01 | if exponential growth is too much, don't doo it | Dominik Maier | |
2020-04-01 | more custom mutator remodelling | Dominik Maier | |
2020-04-01 | fixed leak | Dominik Maier | |
2020-04-01 | code format | Dominik Maier | |
2020-04-01 | almost | Dominik Maier | |
2020-03-27 | more api | Dominik Maier | |
2020-03-27 | edited custom mutator pre_save api | Dominik Maier | |
2020-03-27 | code format | Dominik Maier | |
2020-03-23 | custom mutators might work again like this | Dominik Maier | |
2020-03-23 | unsafer | Dominik Maier | |
2020-03-23 | less branches, cleanup | Dominik Maier | |
2020-03-22 | little performance enhancements | van Hauser | |
2020-03-22 | silly, silly typo | van Hauser | |
2020-03-22 | all afl msgs to stdout and only read AFL_BENCH_JUST_ONE once | van Hauser | |
2020-03-21 | renamed UB to rand_below | Dominik Maier | |
2020-03-21 | remove debug code | van Hauser | |
2020-03-21 | moved string formatting to header | Dominik Maier | |
2020-03-21 | test.sh with -no-pie | van Hauser | |
2020-03-20 | add RARE schedule. also fixes doc_path | van Hauser | |
2020-03-19 | no more (?) statics | Dominik Maier | |
2020-03-19 | removed unneeded func | Dominik Maier | |
2020-03-19 | code format | Dominik Maier | |
2020-03-19 | 50% less globals | Dominik Maier | |
2020-03-17 | added mmopt power schedule | van Hauser | |
2020-03-15 | print a completed UI screen on exit without bugs :) | van Hauser | |
2020-03-15 | fix errors in last commit (u8)afl_get_env | van Hauser | |
2020-03-15 | Move afl-fuzz related env variables into afl_state_t (#252) | Rishi Ranjan | |
* Move afl-fuzz related env variables into afl_state_t * Move the env variables assignment from fuzz_init and code Format * Fix typo * Remove redundant env variables from afl_env struct * Rename function to read_afl_environment | |||
2020-03-15 | fauxserver | Dominik Maier | |
2020-03-14 | fix compilation under FreeBSD: ugly name clash of LIST_FOREACH (FreeBSDs fault) | hexcoder- | |
2020-03-11 | honor afl_quiet on env var checks + code-format | van Hauser | |
2020-03-10 | unified pointer placement | Dominik Maier | |
2020-03-10 | document new environment variables and code format | van Hauser | |
2020-03-09 | now wiht 90% less leaks | Dominik Maier | |
2020-03-09 | quickfix for first big bug that use_stdin was not correctly initialized and ↵ | van Hauser | |
could not be set | |||
2020-03-09 | replaced free with ck_free | Dominik Maier | |
2020-03-09 | fix leaks | van Hauser | |
2020-03-09 | copyleft note | Andrea Fioraldi | |
2020-03-09 | code-format | van Hauser | |
2020-03-09 | AFL without globals (#220) | Dominik Maier | |
* moved globals to afl, shm and fsrv * moved argv to afl state, less bugs * fixed unicorn docu * lists everywhere * merged custom mutators * fixed leaks in afl-fuzz | |||
2020-03-09 | Merge pull request #240 from rish9101/refactor | van Hauser | |
Remove get_cut_time function from multiple places and refactor code | |||
2020-03-09 | more code format | van Hauser | |
2020-03-09 | Remove get_cut_time function from multiple places and refactor code | rish9101 | |
2020-03-07 | Add two new hooks for the custom mutator | h1994st | |
- `afl_custom_queue_get` and `afl_custom_queue_new_entry` - Update the corresponding document and examples | |||
2020-03-07 | solve linking error when python is not available | Andrea Fioraldi | |
2020-03-07 | custom havoc mutation | Andrea Fioraldi | |
2020-03-05 | Add LTO collision free llvm_mode (#223) | van Hauser | |
* first new implementation, only works with AFL_DONT_OPTIMIZE * bug hunting * interim commit * finalized LTO non-collision solution * update documentation * merge resulted in some problems, fixing these * added lto env to env check * fixed llvm weirdness to messes up our instrumentation due CFG rewrite optimizations * all llvm instrumentation issues have been resolved! :-) * llvm 9 is required (so far) * update lto readme | |||
2020-03-04 | Merge pull request #221 from h1994st/master | Andrea Fioraldi | |
Uniform Python and custom mutator API |