|
what exactly does Ityfuzz do when you switch on "-i" option to detect fund loss? For example, Does it emit how much was taken from the protocol (ex: AES) providing the found exploit? I was trying to look for something like that in the work_dir but nothing really talks about the loss fund. Thank you so much for the answers in advance! |
Replies: 1 comment 3 replies
|
|
There is likely some code in the contract that can send all its balance to anyone. ItyFuzz assumes all accounts have max (infinite) balance.
-i detects any cases that attackers can pull the fund (erc20 + ETH) from the smart contract