Open
Description
Description
As for as I know, currently, Mythril only supports specifying the contract of interest, but not function of interest. I think would be great if it supports specifying function of interest.
Background
When Mythril detected a smart contract is vulnerable, we would want to modify the reportedly vulnerable statements. Thus, to verify we have successfully addressed the problem, we only need Mythril care about the paths starting from the modified functions, not every path in the smart contract. So, supporting such functionality would allow faster debugging time (arguable, Mythril can be very slow under some smart contracts, run > 20 mins).
Thanks