crytic / medusa

Parallelized, coverage-guided, mutational Solidity smart contract fuzzing, powered by go-ethereum
https://www.trailofbits.com/
GNU Affero General Public License v3.0
273 stars 33 forks source link

The guideline of medusa is outdate #341

Closed Demonhero0 closed 3 months ago

Demonhero0 commented 3 months ago

In README.md, the Command-line to use medusa is as follows:

medusa fuzz --target contract.sol --deployment-order ContractName

But the actual usage is "--compilation-target" and "--target-contracts". The guideline is confusing. Furthermore, it seems that the "fuzz_" test tag is invalid, medusa does not report any violation during testing.