2018-09-19 23:49:15 +02:00
|
|
|
#!/bin/bash -x
|
2020-04-16 10:50:39 +02:00
|
|
|
# Copyright (C) 2017-2020 The Project X-Ray Authors.
|
|
|
|
|
#
|
|
|
|
|
# Use of this source code is governed by a ISC-style
|
|
|
|
|
# license that can be found in the LICENSE file or at
|
|
|
|
|
# https://opensource.org/licenses/ISC
|
|
|
|
|
#
|
|
|
|
|
# SPDX-License-Identifier: ISC
|
2018-09-19 23:49:15 +02:00
|
|
|
|
|
|
|
|
source ${XRAY_GENHEADER}
|
|
|
|
|
|
2019-01-15 20:20:37 +01:00
|
|
|
python3 $FUZDIR/run_fuzzer.py $2 $3 $4
|
2018-09-19 23:49:15 +02:00
|
|
|
|
2019-01-15 13:46:09 +01:00
|
|
|
cd $FUZDIR && ./generate_after_dump.sh
|