about summary refs log tree commit diff
path: root/custom_mutators/grammar_mutator
AgeCommit message (Collapse)Author
2023-01-03welcome 2023vanhauser-thc
2022-09-26fix custom mutator build scriptsvanhauser-thc
2022-06-21various changesRuben ten Hove
2022-05-26Add 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-22try repeating writevanhauser-thc
2022-04-18remove WIP codevanhauser-thc
2022-04-07update grammar mutatorvanhauser-thc
2022-01-30make build_... scripts work without afl++ git checkoutvanhauser-thc
2022-01-264.00c readinessvanhauser-thc
2022-01-26svg logoDominik Maier
2022-01-23update commit idsvanhauser-thc
2022-01-22fix makefiles for uc2 c examplesDominik Maier
2022-01-21update grammar mutatorvanhauser-thc
2022-01-07more welcome 2022yuawn
2021-12-21update grammar mutatorvanhauser-thc
2021-10-15fix lto cmplog stability issuevanhauser-thc
2021-07-25update grammar mutatorvanhauser-thc
2021-07-23update grammar mutatorvanhauser-thc
2021-07-21optimin nitsvanhauser-thc
2021-07-21fixed rust exampleDominik Maier
2021-07-15fix "fix"vanhauser-thc
2021-07-15replaced \t with spacesDominik Maier
2021-04-28update grammar mutatorvanhauser-thc
2021-04-09update grammar-mutator, show better fuzzing strategy yieldsvanhauser-thc
2021-03-30Fixes: 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-08fix grammar download scriptvan Hauser
2020-12-08fixes for grammar scriptsvan Hauser
2020-12-08streamlined grammar mutator submoduleDominik Maier
2020-12-08Fix 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-10add libfuzzer custom mutator, minor enhancements and fixesvan Hauser