Init WFuzz state

This commit is contained in:
Jan Stárek
2019-10-09 13:24:01 +02:00
parent 7c3ed5ef0b
commit a5eb2a97e1
114 changed files with 6221 additions and 0 deletions

9
clean.sh Normal file
View File

@@ -0,0 +1,9 @@
API_REQUESTS_JSON=./parser/api.json
JUNIT_TEST_REPORT=./reporter/reports.junit.xml
HTML_TEST_REPORT=./reporter/reports.html
FUZZER_LOG=fuzzing.log
rm ${API_REQUESTS_JSON} ${FUZZER_LOG} ${JUNIT_TEST_REPORT} ${HTML_TEST_REPORT}
rm -rf ./fuzzer/boofuzz-results/
rm -rf ./boofuzz-results/
rm -rf ./env/