Open MrFatoni opened 2 months ago
how to fuzz unverified contract? in this case, i only have abi and bytecode of the contract
something like this? ityfuzz evm --bytecode-file Contract.bytecode --abi-file Contract.abi
If its deployed on-chain already, you can directly fuzz it by forking. Example: https://docs.ityfuzz.rs/tutorials/exp-hacking-bego
how to fuzz unverified contract? in this case, i only have abi and bytecode of the contract
something like this? ityfuzz evm --bytecode-file Contract.bytecode --abi-file Contract.abi