about summary refs log tree commit diff
path: root/custom_mutators
AgeCommit message (Collapse)Author
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
2022-04-22try repeating writevanhauser-thc
2022-04-18remove WIP codevanhauser-thc
2022-04-18code formatvanhauser-thc
2022-04-07update grammar mutatorvanhauser-thc
2022-02-01small doc updatevanhauser-thc
2022-02-01libafl custom mut readmeAndrea Fioraldi
2022-01-30make build_... scripts work without afl++ git checkoutvanhauser-thc
2022-01-26libafl_base custom mutatorAndrea Fioraldi
2022-01-26fix cfg in macro_rules in rust custom mutatorAndrea Fioraldi
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-13Removed unused byte in allocationDamiano Melotti
2022-01-13Fixed wrong delete operator and added mutator's destructorDamiano Melotti
2022-01-07more welcome 2022yuawn
2021-12-21update grammar mutatorvanhauser-thc
2021-12-12radamsa mutator adding freebsd specific fcntl flags.David CARLIER
2021-12-11rename pathyuawn
2021-12-07Merge pull request #1191 from llzmb/docs_quality_assurancevan Hauser
Docs content - quality assurance
2021-12-05Fix various missed issues - 1st runllzmb
2021-12-05Merge pull request #1192 from Kiprey/stablevan Hauser
Fix memory leak in libprotobuf-mutator-example
2021-12-04Add missing blank lines and remove double blank linesllzmb
2021-12-04Fix memory leak in libprotobuf-mutator-exampleKiprey
2021-12-02Fix typos - 1st runllzmb
2021-12-02Change "eg" to "e.g." and fix punctuationllzmb
2021-12-02Remove the word "simply"llzmb
2021-10-15fix lto cmplog stability issuevanhauser-thc
2021-10-06fix memory leak in libfuzzer custom mutatorDaniel Ebert
2021-10-06Merge pull request #1098 from ↵van Hauser
DanielEbert/fix-stack-use-after-return-in-libfuzzer-custom-mutator fix stack-use-after-return in libfuzzer custom mutator
2021-10-05fix stack-use-after-return in libfuzzer custom mutatorDaniel Ebert
2021-09-03Update symcc mutator to new afl_custom_queue_new_entry signature (#1087)dloffre-snl
Co-authored-by: van Hauser <vh@thc.org>
2021-08-08Change afl to AFL in *.md (#1057)llzmb
Changes in *.md files: - afl++ > AFL++ (acronym) - afl > AFL (compare https://github.com/google/AFL) Excluded from changes: - source code - function names - paths (folder and file names) - URLs
2021-07-26fix gramatronvanhauser-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-21fix rust mutator bindingsbuildDominik Maier
2021-07-20fix rust bindingsvanhauser-thc