about summary refs log tree commit diff
path: root/custom_mutators
AgeCommit message (Collapse)Author
2023-02-13cleanupvanhauser-thc
2023-02-13optimize performancevanhauser-thc
2023-02-13remove ALTERNATIVE_TOKENIZEvanhauser-thc
2023-02-06more optionsvanhauser-thc
2023-02-05dict fixvanhauser-thc
2023-02-05create from thin air, max mutationvanhauser-thc
2023-02-04changesvanhauser-thc
2023-02-04readmevanhauser-thc
2023-02-04more autotoken optionsvanhauser-thc
2023-02-01fixvanhauser-thc
2023-01-29commentvanhauser-thc
2023-01-27fixvanhauser-thc
2023-01-20more default tokensvanhauser-thc
2023-01-19nitsvanhauser-thc
2023-01-19enhance examplesvanhauser-thc
2023-01-19nitvanhauser-thc
2023-01-19optimizevanhauser-thc
2023-01-19lots of fixesvanhauser-thc
2023-01-18autotokens: statsvanhauser-thc
2023-01-18autotokens: define disable splicevanhauser-thc
2023-01-18nitvanhauser-thc
2023-01-18autotoken: splicing; splice_optoutvanhauser-thc
2023-01-18fixvanhauser-thc
2023-01-18fixvanhauser-thc
2023-01-18fixesvanhauser-thc
2023-01-18alternate tokenize, optionsvanhauser-thc
2023-01-17more whitespacevanhauser-thc
2023-01-17autotokens: print stats at exitvanhauser-thc
2023-01-16autotokens - much better tokenizervanhauser-thc
2023-01-15fixesvanhauser-thc
2023-01-15dictionary supportvanhauser-thc
2023-01-14textsvanhauser-thc
2023-01-13autotokensvanhauser-thc
2023-01-05rust custom mutator: mark external fns unsafeDominik Maier
2023-01-05Updated rust custom mutator bindgen, fixed clippy lintsDominik Maier
2023-01-05LibAFL custom mutator: unused variables with underscoresDominik Maier
2023-01-05Update LibAFL custom mutator to latestDominik Maier
2023-01-03welcome 2023vanhauser-thc
2022-11-14custom_send examplevanhauser-thc
2022-10-03Enabled tricore arch for unicornaflDominik Maier
2022-09-26fix custom mutator build scriptsvanhauser-thc
2022-07-19fix custom mutator examplesvanhauser-thc
2022-07-07Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devRuben ten Hove
2022-06-27nitsvanhauser-thc
2022-06-27nitsvanhauser-thc
2022-06-21various changesRuben ten Hove
2022-06-18code formatvanhauser-thc
2022-06-14add line feed at endhexcoder
2022-06-09uc updateDominik Maier
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