We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
slither-find-paths finds all the paths that reach a given target.
slither-find-paths
slither-find-paths file.sol [contract.function targets]
[contract.function targets]
Tested on tests/possible_paths/paths.sol
$ slither-find-paths paths.sol A.destination Target functions: - A.destination() The following functions reach the specified targets: - A.call() - B.call2(A) The following paths reach the specified targets: A.call() -> A.destination() B.call2(A) -> A.call() -> A.destination()