mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-06-06 14:10:23 -04:00
🧋 static analysis tools
This commit is contained in:
parent
65c0593938
commit
3a1839440b
1 changed files with 23 additions and 0 deletions
23
static_analysis_tools/README.md
Normal file
23
static_analysis_tools/README.md
Normal 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.
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue