Secure Coding Principles and Practices (PA193)
Faculty of Informatics (FI)
Masaryk University (MU)
Team Slytherin: @sobuch, @lsolodkova, @mvondracek.
Install the package from its root folder, where setup.py
is.
pip install .
pip uninstall pa193mnemonicslytherin
Please see built-in help by calling mnemoniccli --help
.
For development purposes, install the package and CLI tool using
pip install -e .
in the root package folder. Please see
development guidelines in CONTRIBUTING.md.
Before you start fuzzing install the package and also radamsa.
cd fuzz ; ./install.sh