fuzzland / ityfuzz

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

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

Open MrFatoni opened 4 days ago

MrFatoni commented 4 days 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 2 days ago

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