Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-05 | maybe_grow->ck_maybe_grow | van Hauser | |
2020-05-05 | more typos fixed | van Hauser | |
2020-05-05 | more typos fixed | van Hauser | |
2020-05-05 | fixed typos | van Hauser | |
2020-05-04 | ctx and ngram can be used together now | van Hauser | |
2020-05-04 | final touches for afl_network_proxy | van Hauser | |
2020-05-04 | nw fixes | van Hauser | |
2020-05-04 | makefile fix | van Hauser | |
2020-05-04 | fix makefile | van Hauser | |
2020-05-04 | add GNUmakefile | van Hauser | |
2020-05-03 | doubled the speed of afl_network_proxy | van Hauser | |
2020-05-01 | add ghidra script and workaround ghidra/linux/ida weirdness | van Hauser | |
2020-05-01 | code format | Dominik Maier | |
2020-04-30 | afl-untracer little change to display libraries mapping on FreeBSD. | David Carlier | |
2020-04-30 | afl-untracer raw freebsd support. | David Carlier | |
2020-04-30 | fix send child status | van Hauser | |
2020-04-30 | afl-network-client fix | van Hauser | |
2020-04-30 | afl-untracer completed | van Hauser | |
2020-04-30 | afl-untracer - next step | van Hauser | |
2020-04-29 | wip: afl-untracer | van Hauser | |
2020-04-29 | afl-proxy -> afl_proxy | van Hauser | |
2020-04-29 | added afl_network_proxy | van Hauser | |
2020-04-29 | add readme for afl-proxy | van Hauser | |
2020-04-29 | added afl-proxy to examples | van Hauser | |
2020-04-19 | clang-tidy readability-braces (#323) | Dominik Maier | |
2020-04-17 | examples Makefiles: silence errors when there is no 32-bit support installed | hexcoder- | |
2020-04-14 | fix Makefile for examples/argv_fuzzing and socket_fuzzing | hexcoder- | |
2020-04-09 | fix crash triage example (#304) | Toizi | |
2020-04-09 | argv_fuzzing Makefile: portable version | hexcoder- | |
2020-04-09 | socket_fuzzing Makefile: make it portable | hexcoder- | |
2020-04-09 | custom mutator readme | Andrea Fioraldi | |
2020-04-09 | restore portable Makefiles | hexcoder- | |
2020-04-09 | rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checks | hexcoder- | |
2020-04-01 | docs | Dominik Maier | |
2020-04-01 | reenabled custom mutator report | Dominik Maier | |
2020-04-01 | fixed example | Dominik Maier | |
2020-04-01 | Fix heap allocation bug | h1994st | |
- Reason: `afl->out_size` is not consistent with the actual allocation of `afl->out_buf`. The deleted line in `src/afl-fuzz-one.c` may change `afl->out_size`, but `afl->out_buf` is not changed | |||
2020-04-01 | test.sh: "trusty-amd64" does not work well with "realpath". Use | h1994st | |
"readlink -f" for Ubuntu instead. | |||
2020-04-01 | example.py: add deinit() | h1994st | |
2020-04-01 | Fix invalid memory access bug in `afl_custom_pre_save` of example.c | h1994st | |
2020-04-01 | Fix typo | h1994st | |
2020-04-01 | Add a test case for the custom mutator | h1994st | |
- Update the Makefile in examples/custom_mutators - Add a test program for testing the custom mutator - Update test.sh for testing the custom mutator - [TODO] Update the result checking criterias of the custom mutator in test.sh | |||
2020-04-01 | merged dev | Dominik Maier | |
2020-04-01 | code format | Dominik Maier | |
2020-04-01 | error handling for custom mutators | Dominik Maier | |
2020-04-01 | tiny changes in custom mut api | Dominik Maier | |
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 | code format | Dominik Maier | |
2020-03-27 | example fixed | Dominik Maier | |