fuzzland / ityfuzz

Blazing Fast Bytecode-Level Hybrid Fuzzer for Smart Contracts
https://docs.ityfuzz.rs
MIT License
868 stars 137 forks source link

how to fuzz unverified contract, using local bytecode and abi #538

Open MrFatoni opened 2 months ago

MrFatoni commented 2 months ago

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

shouc commented 1 month ago

If its deployed on-chain already, you can directly fuzz it by forking. Example: https://docs.ityfuzz.rs/tutorials/exp-hacking-bego