You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I setup the tool and tried to run it for one of my contracts. Upon running the fuzzMe file, I get this kind of cryptic error which I don't seem to find an origin for. Please look into it.
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorboost::property_tree::ptree_bad_path >'
what(): No such node (name)
./fuzzMe: line 13: 15970 Aborted ./fuzzer --file ../../../contracts/MyContract.sol.json --source ../../../contracts/MyContract.sol --name MyContract --assets ./assets --duration 120 --mode 0 --reporter 0 --attacker ReentrancyAttacker
The text was updated successfully, but these errors were encountered:
I setup the tool and tried to run it for one of my contracts. Upon running the
fuzzMe
file, I get this kind of cryptic error which I don't seem to find an origin for. Please look into it.terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorboost::property_tree::ptree_bad_path >'
what(): No such node (name)
./fuzzMe: line 13: 15970 Aborted ./fuzzer --file ../../../contracts/MyContract.sol.json --source ../../../contracts/MyContract.sol --name MyContract --assets ./assets --duration 120 --mode 0 --reporter 0 --attacker ReentrancyAttacker
The text was updated successfully, but these errors were encountered: