ityfuzz
ityfuzz copied to clipboard
how to fuzz unverified contract, using local bytecode and abi
how to fuzz unverified contract? in this case, i only have abi and bytecode of the contract
- file Contract.abi
- file Contract.bytecode
something like this? ityfuzz evm --bytecode-file Contract.bytecode --abi-file Contract.abi