steinkirch.eth, phd 10a38018f9
Update README.md
2023-04-15 18:19:12 -07:00

676 B

static analysis tools


mythril

  • EVM bytecode assessment tool for detecting contract vulnerabilities using taint analysis, concolic analysis, and control flow checking.

slither

  • Python-based Solidity static analysis framework for finding vulnerabilities, enhancing code comprehension, and writing custom analyses for smart contracts.

rattle

  • EVM bytecode static analysis framework designed to work on deployed smart contracts.

[solhunt[(https://github.com/iFrostizz/solhunt#readme)

  • solidity analyzer in rust