duytai / sFuzz

GNU General Public License v3.0
86 stars 28 forks source link

fuzzer fails to run #8

Open msingh824 opened 1 year ago

msingh824 commented 1 year ago

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_injector >' 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

NamPT-2611 commented 4 months ago

can you fix this isssue? i have the same issue