vandal
vandal copied to clipboard
Solidity 0.5.x
Is it possible to check vulnerabilities in contract build with Solidity 0.5x?
We are working on the bytecode level not at source code level. This should work as long as your compiler produces eligible bytecode.
Hi does it produce high-level code like panoramix generates python after decompile?