single-file-mode
Quick Start
To start fuzzing a single contract, e.g., HoloToken.sol
in the ./sample_contracts
folder the came with the release, execute the following command.
*Note, the command is meant to be executed in the same directory where the magic_mirror
executable resides.
The fuzzing result will be saved in ./report/<contract file name>/
folder by default, e.g. ./report/HoloToken.sol/
. The reports are saved in the format of <contract file name>:<contract name>.<report type>
.
Last updated