summaryrefslogtreecommitdiff
path: root/tests/fuzz/cold-transaction.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fuzz_tests: set small subaddress lookahead for speedmoneromooo-monero2018-03-141-0/+1
|
* Stagenetstoffu2018-03-051-1/+1
|
* Readd copyright starting datexmr-eric2018-01-261-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* tests: test wallets don't need a dummy temp file anymoremoneromooo-monero2017-12-191-9/+1
|
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-1/+1
|
* move cryptonote command line options to cryptonote_coremoneromooo-monero2017-11-141-1/+0
| | | | Those have no reason to be in a generic module
* Add fuzz testing using american fuzzy lopmoneromooo-monero2017-06-241-0/+110
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.