Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-13 | cleanup | vanhauser-thc | |
2023-02-13 | optimize performance | vanhauser-thc | |
2023-02-13 | remove ALTERNATIVE_TOKENIZE | vanhauser-thc | |
2023-02-06 | more options | vanhauser-thc | |
2023-02-05 | dict fix | vanhauser-thc | |
2023-02-05 | create from thin air, max mutation | vanhauser-thc | |
2023-02-04 | changes | vanhauser-thc | |
2023-02-04 | readme | vanhauser-thc | |
2023-02-04 | more autotoken options | vanhauser-thc | |
2023-02-01 | fix | vanhauser-thc | |
2023-01-29 | comment | vanhauser-thc | |
2023-01-27 | fix | vanhauser-thc | |
2023-01-20 | more default tokens | vanhauser-thc | |
2023-01-19 | nits | vanhauser-thc | |
2023-01-19 | enhance examples | vanhauser-thc | |
2023-01-19 | nit | vanhauser-thc | |
2023-01-19 | optimize | vanhauser-thc | |
2023-01-19 | lots of fixes | vanhauser-thc | |
2023-01-18 | autotokens: stats | vanhauser-thc | |
2023-01-18 | autotokens: define disable splice | vanhauser-thc | |
2023-01-18 | nit | vanhauser-thc | |
2023-01-18 | autotoken: splicing; splice_optout | vanhauser-thc | |
2023-01-18 | fix | vanhauser-thc | |
2023-01-18 | fix | vanhauser-thc | |
2023-01-18 | fixes | vanhauser-thc | |
2023-01-18 | alternate tokenize, options | vanhauser-thc | |
2023-01-17 | more whitespace | vanhauser-thc | |
2023-01-17 | autotokens: print stats at exit | vanhauser-thc | |
2023-01-16 | autotokens - much better tokenizer | vanhauser-thc | |
2023-01-15 | fixes | vanhauser-thc | |
2023-01-15 | dictionary support | vanhauser-thc | |
2023-01-14 | texts | vanhauser-thc | |
2023-01-13 | autotokens | vanhauser-thc | |
2023-01-05 | rust custom mutator: mark external fns unsafe | Dominik Maier | |
2023-01-05 | Updated rust custom mutator bindgen, fixed clippy lints | Dominik Maier | |
2023-01-05 | LibAFL custom mutator: unused variables with underscores | Dominik Maier | |
2023-01-05 | Update LibAFL custom mutator to latest | Dominik Maier | |
2023-01-03 | welcome 2023 | vanhauser-thc | |
2022-11-14 | custom_send example | vanhauser-thc | |
2022-10-03 | Enabled tricore arch for unicornafl | Dominik Maier | |
2022-09-26 | fix custom mutator build scripts | vanhauser-thc | |
2022-07-19 | fix custom mutator examples | vanhauser-thc | |
2022-07-07 | Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev | Ruben ten Hove | |
2022-06-27 | nits | vanhauser-thc | |
2022-06-27 | nits | vanhauser-thc | |
2022-06-21 | various changes | Ruben ten Hove | |
2022-06-18 | code format | vanhauser-thc | |
2022-06-14 | add line feed at end | hexcoder | |
2022-06-09 | uc update | Dominik Maier | |
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 |