mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-05-10 10:44:59 -04:00
organize chapters for the ongoing research, remove dead links, add new resources
This commit is contained in:
parent
1748d1ed22
commit
184e917000
98 changed files with 421 additions and 11268 deletions
|
@ -4,23 +4,37 @@
|
|||
|
||||
### [mythril](https://github.com/ConsenSys/mythril)
|
||||
|
||||
* EVM bytecode assessment tool for detecting contract vulnerabilities using taint analysis, concolic analysis, and control flow checking.
|
||||
* 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.
|
||||
* 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.
|
||||
|
||||
* EVM bytecode static analysis framework designed to work on deployed smart contracts
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### [solhunt](https://github.com/iFrostizz/solhunt#readme)
|
||||
|
||||
* solidity analyzer in rust
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### [codeql](https://codeql.github.com/)
|
||||
|
||||
* powerful static analysis framework allowing query codebases for specific code patterns
|
||||
* **[trail of bits docs](https://appsec.guide/docs/static-analysis/codeql/)**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue