aboutsummaryrefslogtreecommitdiff
path: root/tests/data/fuzz
Commit message (Collapse)AuthorAgeFilesLines
* tests: add levin fuzz testmoneromooo-monero2017-12-231-0/+0
|
* tests: add http client fuzz testmoneromooo-monero2017-12-231-0/+8
|
* add parse_url fuzz testmoneromooo-monero2017-12-232-0/+2
|
* tests: add base58 fuzz testmoneromooo-monero2017-12-232-0/+1
|
* tests: better load-from-binary fuzz test data filemoneromooo-monero2017-12-231-0/+0
| | | | Looks like there's some kind of header/signature
* add load_from_binary/load_from_json fuzzersmoneromooo-monero2017-12-232-0/+1
|
* Add fuzz testing using american fuzzy lopmoneromooo-monero2017-06-249-0/+1
Existing tests: block, transaction, signature, cold outputs, cold transaction. Data for these is in tests/data/fuzz. A convenience shell script is in contrib/fuzz_testing/fuzz.sh, eg: contrib/fuzz_testing/fuzz.sh signature The fuzzer will run indefinitely, ^C to stop. Fuzzing is currently supported for GCC only. I can't get CLANG to build Monero here as it dies on some system headers, so if someone wants to make it work on both, that'd be great. In particular, the __AFL_LOOP construct should be made to work so that a given run can fuzz multiple inputs, as the C++ load time is substantial.