diff options
author | vanhauser-thc <vh@thc.org> | 2023-01-15 13:47:31 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-01-15 13:47:31 +0100 |
commit | 35801bed7a5feb8cc3a363bafbd577f256c467f6 (patch) | |
tree | 29a48f21bc678a605e15cdd4fd205ae7a42cba45 /custom_mutators/autotokens/TODO | |
parent | 9548af52b266ecc2aed81f388f7a1a7a3fcfb181 (diff) | |
download | afl++-35801bed7a5feb8cc3a363bafbd577f256c467f6.tar.gz |
dictionary support
Diffstat (limited to 'custom_mutators/autotokens/TODO')
-rw-r--r-- | custom_mutators/autotokens/TODO | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/custom_mutators/autotokens/TODO b/custom_mutators/autotokens/TODO index 700b3fa7..2e5e384f 100644 --- a/custom_mutators/autotokens/TODO +++ b/custom_mutators/autotokens/TODO @@ -1,13 +1,12 @@ whitespace belassen oder notieren? MAYBE 0=space 1=tab 2=linefeed -dictionary mitverwenden? JA aber nur ascii --> neue liste? -wie mache ich das bei honggfuzz? -ansonsten neuer custom mutator entrypoint? +cmplog: only add tokens that were found to fit? + +create from thin air if no good seed after a cycle and dict large enough? +(static u32 no_of_struct_inputs;) + +splice insert, splice overwrite +(linefeed, semicolon) -nur is_ascii wenn cmplog aktiv, ansonsten eigene implementierung -die aber dann dafür sorgt dass eine leere struktur da ist. -is is_ascii in afl-common.o ? -cmplog: only add tokens that were found to fit? |