mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-04-27 19:26:06 -04:00
27 lines
676 B
Markdown
27 lines
676 B
Markdown
## 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.
|
|
|
|
|
|
<br>
|
|
|
|
### [solhunt[(https://github.com/iFrostizz/solhunt#readme)
|
|
|
|
* solidity analyzer in rust
|