crytic / echidna

Ethereum smart contract fuzzer
GNU Affero General Public License v3.0
2.65k stars 346 forks source link

Fix Windows support after crytic-compile changes #1235

Closed elopez closed 3 months ago

elopez commented 3 months ago

Recent changes in the path handling in crytic-compile broke the library functionality. This PR checks both path styles to fix the issue.

See https://github.com/crytic/crytic-compile/pull/554,