tor/scripts/codegen
Nick Mathewson 845e8dbe59 Fuzzing module for various string operations, currently focusing on
encoding and decoding.

There are bunches of places where we don't want to invest in a full
fuzzer, but we would like to make sure that some string operation
can handle all its possible inputs.  This fuzzer uses the first byte
of its input to decide what to do with the rest of the input.  Right
now, all the possibilities are decoding a string, and seeing whether
it is decodeable.  If it is, we try to re-encode it and do the whole
thing again, to make sure we get the same result.

This turned up a lot of bugs in the key-value parser, and I think it
will help in other cases too.

Closes ticket 28808.
2018-12-12 11:07:08 -05:00
..
fuzzing_include_am.py Fuzzing module for various string operations, currently focusing on 2018-12-12 11:07:08 -05:00
gen_linux_syscalls.pl Move code-generation scripts to scripts/codegen 2014-05-07 01:17:41 -04:00
gen_server_ciphers.py Update copyrights to 2018. 2018-06-20 08:13:28 -04:00
get_mozilla_ciphers.py Update copyrights to 2018. 2018-06-20 08:13:28 -04:00
makedesc.py Update copyrights to 2018. 2018-06-20 08:13:28 -04:00
run_trunnel.sh run_trunnel.sh: Use 'find -exec' instead of a 'for' loop 2018-10-29 10:54:31 +02:00