Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-28 | fixed leak | Dominik Maier | |
2020-03-27 | code format | Dominik Maier | |
2020-03-27 | Less allocs | Dominik Maier | |
2020-03-27 | less allocs | Dominik Maier | |
2020-03-27 | not allocating paths anymore | Dominik Maier | |
2020-03-27 | almost | Dominik Maier | |
2020-03-27 | add CFI sanitizer | van Hauser | |
2020-03-26 | more api | Dominik Maier | |
2020-03-26 | Code Format (#275) | Rishi Ranjan | |
2020-03-25 | edited custom mutator pre_save api | Dominik Maier | |
2020-03-25 | code format | Dominik Maier | |
2020-03-24 | fixed call of custom mutators | Dominik Maier | |
2020-03-23 | custom mutators might work again like this | Dominik Maier | |
2020-03-23 | unsafer | Dominik Maier | |
2020-03-23 | libasan.so is not a thing. libclang-rt.asan-ARCH.so is the asan DSO and it ↵ | Andrea Fioraldi | |
is not linked by default. Search for __asan_init instead. | |||
2020-03-23 | more fixes and code-format | van Hauser | |
2020-03-23 | less branches, cleanup | Dominik Maier | |
2020-03-22 | little performance enhancements | van Hauser | |
2020-03-22 | a little bit more performance | 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 fix | van Hauser | |
2020-03-21 | test.sh with -no-pie | van Hauser | |
2020-03-21 | adjusted int_bufs | Dominik Maier | |
2020-03-21 | afl-gotcpu.c: compielr warning fixed: initialize variable v2 | hexcoder- | |
2020-03-21 | fix stat display | van Hauser | |
2020-03-20 | added llvm_mode ngram coverage | van Hauser | |
2020-03-20 | expose cycles_wo_finds in fuzzer_stats | 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 | fixed resize; removed more statics | Dominik Maier | |
2020-03-19 | code format | Dominik Maier | |
2020-03-19 | 50% less globals | Dominik Maier | |
2020-03-19 | Merge pull request #262 from rish9101/remove_alarm | Andrea Fioraldi | |
Port the fauxserver changes to afl-cmplog and code format | |||
2020-03-19 | moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links | van Hauser | |
2020-03-17 | added mmopt power schedule | van Hauser | |
2020-03-17 | fix reading env vars in afl-fuzz | van Hauser | |
2020-03-17 | cmplog was neither quiet nor where its llvm passes installed | van Hauser | |
2020-03-17 | Port the fauxserver changes to afl-cmplog and code format | rish9101 | |
2020-03-17 | fixed segfault on early bailout | Dominik Maier | |
2020-03-16 | fix broken MOpt mode that was broken by Dominiks no-global patch :p | van Hauser | |
2020-03-15 | print a completed UI screen on exit without bugs :) | van Hauser | |
2020-03-15 | Just compute the current len once. | David Carlier | |
Fix env var types assignments. | |||
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 | fix afl-fuzz-document | van Hauser | |
2020-03-15 | fauxserver | Dominik Maier | |
2020-03-14 | fix compiler warning on MacOS | hexcoder- | |