ityfuzz icon indicating copy to clipboard operation
ityfuzz copied to clipboard

how to fuzz unverified contract, using local bytecode and abi

Open MrFatoni opened this issue 1 year ago • 1 comments

how to fuzz unverified contract? in this case, i only have abi and bytecode of the contract

  1. file Contract.abi
  2. file Contract.bytecode

something like this? ityfuzz evm --bytecode-file Contract.bytecode --abi-file Contract.abi

MrFatoni avatar Sep 15 '24 10:09 MrFatoni