🧋 static analysis tools

This commit is contained in:
bt3gl 2022-09-24 21:38:45 -07:00 committed by GitHub
parent 65c0593938
commit 3a1839440b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,23 @@
## 🧋 static analysis tools
<br>
### [mythril](https://github.com/ConsenSys/mythril)
* EVM bytecode assessment tool for detecting contract vulnerabilities using taint analysis, concolic analysis, and control flow checking.
<br>
### [slither](https://github.com/crytic/slither)
* Python-based Solidity static analysis framework for finding vulnerabilities, enhancing code comprehension, and writing custom analyses for smart contracts.
<br>
### [rattle](https://github.com/crytic/rattle)
* EVM bytecode static analysis framework designed to work on deployed smart contracts.