diff options
author | vanhauser-thc <vh@thc.org> | 2023-02-13 09:52:57 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-02-13 09:52:57 +0100 |
commit | 54fa78d32ce6779117a656c72f5c630713e7033f (patch) | |
tree | d68b135690bda4f5d433abe81777e53999d8559a /custom_mutators/autotokens/TODO | |
parent | 61439859cece05cd3e204af60bb5ff08556c490d (diff) | |
download | afl++-54fa78d32ce6779117a656c72f5c630713e7033f.tar.gz |
autodisable and better performance
Diffstat (limited to 'custom_mutators/autotokens/TODO')
-rw-r--r-- | custom_mutators/autotokens/TODO | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/custom_mutators/autotokens/TODO b/custom_mutators/autotokens/TODO index 496bfd45..2e99e147 100644 --- a/custom_mutators/autotokens/TODO +++ b/custom_mutators/autotokens/TODO @@ -1,24 +1,3 @@ -create from thin air if no good seed after a cycle and dict large enough? -(static u32 no_of_struct_inputs;) - -splicing -> check if whitespace/token is needed - -whitespace/token check only AFTER mutation - -analyse welche einen DICT haben, und welche davon rein ascii - -corpus analyse: - + libxml - - sqlite - - libpcap -min len, max len, % wenn 95/98/99/100 ascii - env für menge an per mutation run -AFL_TXT_MAX_LEN 65535 -AFL_TXT_MIN_LEN 16 -AFL_TXT_MIN_PERCENT=99 - --> KEIN FAV! - change_min/_max werte |