Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-03 | welcome 2023 | vanhauser-thc | |
2022-09-26 | fix custom mutator build scripts | vanhauser-thc | |
2022-06-21 | various changes | Ruben ten Hove | |
2022-05-26 | Add automaton parser (#1426) | yihellen | |
* have compilable program * enable read in file * add hashmap usage * add build hashmap; WIP; test if constructed correctly tomorrow * add testcase to test hashmap * add sorted symbols list * build symbols dictionary * clean up DEBUG * successfully find automaton path * fix all memory leaks * test if automaton same with example * able to iterate through files in a folder * finish testing on one random queue wip - change macro values - add bound checking * add bound checking to program length * add bound checking to program walk length * add boundary check to terminal number, terminal lengths and program length * commit test makefile * add makefile * able to add seeds to gramatron * remove useless argument in automaton_parser * add automaton parser to gramfuzz * change build * revert test.c to original state * add makefile to test.c for testing | |||
2022-04-22 | try repeating write | vanhauser-thc | |
2022-04-18 | remove WIP code | vanhauser-thc | |
2022-04-07 | update grammar mutator | vanhauser-thc | |
2022-01-30 | make build_... scripts work without afl++ git checkout | vanhauser-thc | |
2022-01-26 | 4.00c readiness | vanhauser-thc | |
2022-01-26 | svg logo | Dominik Maier | |
2022-01-23 | update commit ids | vanhauser-thc | |
2022-01-22 | fix makefiles for uc2 c examples | Dominik Maier | |
2022-01-21 | update grammar mutator | vanhauser-thc | |
2022-01-07 | more welcome 2022 | yuawn | |
2021-12-21 | update grammar mutator | vanhauser-thc | |
2021-10-15 | fix lto cmplog stability issue | vanhauser-thc | |
2021-07-25 | update grammar mutator | vanhauser-thc | |
2021-07-23 | update grammar mutator | vanhauser-thc | |
2021-07-21 | optimin nits | vanhauser-thc | |
2021-07-21 | fixed rust example | Dominik Maier | |
2021-07-15 | fix "fix" | vanhauser-thc | |
2021-07-15 | replaced \t with spaces | Dominik Maier | |
2021-04-28 | update grammar mutator | vanhauser-thc | |
2021-04-09 | update grammar-mutator, show better fuzzing strategy yields | vanhauser-thc | |
2021-03-30 | Fixes: 6d2ac3e3140 ("fix grammar download script") | R. Elliott Childre | |
The git submodle entry point is "grammar_mutator" not "grammar-mutator" The build script fails without this | |||
2020-12-08 | fix grammar download script | van Hauser | |
2020-12-08 | fixes for grammar scripts | van Hauser | |
2020-12-08 | streamlined grammar mutator submodule | Dominik Maier | |
2020-12-08 | Fix Grammar Mutator Submodule (#623) | R. Elliott Childre | |
Fixes: 651ad18e2179 ("added the grammar mutator as a git submodule ...") * Project pointer never pushed * Reduces dirctory complexity * Building and dependencies for the subproject should be isolated to the subproject's documentation * Fix broken link to README * Use `--init` for `git submodule` | |||
2020-09-10 | add libfuzzer custom mutator, minor enhancements and fixes | van Hauser | |