Installing Fandango#
To install Fandango, you first need to install Python. Then, run the following command:
$ pip install fandango-fuzzer
Note
In this tutorial, a $
at the beginning of a command stands for your input prompt.
Do not enter it yourself.
You can check if everything works well by running
$ fandango --help
Entering fandango --help
should result in an output like this:
usage: fandango [-h] [--version] [--verbose | --quiet]
{fuzz,parse,shell,help,copyright,version} ...
The access point to the Fandango framework
options:
-h, --help show this help message and exit
--version show version number
--verbose, -v increase verbosity. Can be given multiple times (-vv)
--quiet, -q decrease verbosity. Can be given multiple times (-qq)
commands:
{fuzz,parse,shell,help,copyright,version}
the command to execute
fuzz produce outputs from .fan files and test programs
parse parse input file(s) according to .fan spec
shell run an interactive shell (default)
help show this help and exit
copyright show copyright
version show version
Use `fandango help` to get a list of commands.
Use `fandango help COMMAND` to learn more about COMMAND.
See https://fandango-fuzzer.github.io/ for more information.
If this did not work, try out an alternate option; see Installing Fandango.