vandal icon indicating copy to clipboard operation
vandal copied to clipboard

Solidity 0.5.x

Open mstad opened this issue 4 years ago • 2 comments

Is it possible to check vulnerabilities in contract build with Solidity 0.5x?

mstad avatar May 20 '20 20:05 mstad

We are working on the bytecode level not at source code level. This should work as long as your compiler produces eligible bytecode.

b-scholz avatar Jul 29 '20 07:07 b-scholz

Hi does it produce high-level code like panoramix generates python after decompile?

metrocoding avatar Jan 07 '22 13:01 metrocoding