This commit is contained in:
mvonsteinkirch 2022-12-24 19:50:54 -08:00
parent a839a93af7
commit c76ff3fc88
52 changed files with 166 additions and 1528 deletions

23
static_analysis/README.md Normal file
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.