Add some blockchain security tools

This commit is contained in:
bt3gl 2022-09-17 11:14:22 -07:00 committed by GitHub
parent 4a25a44fbf
commit a020d40799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,26 +146,24 @@
#### Analysis tools
* [Symbolic execution tool](https://github.com/trailofbits/manticore)
* [Manticor, symbolic execution tool](https://github.com/trailofbits/manticore)
* [Echidna, smart contract fuzzer](https://github.com/crytic/echidna)
* [Security analysis tool for EVM bytecode](https://github.com/ConsenSys/mythril)
* [Analysis Tool for Smart Contracts](https://github.com/enzymefinance/oyente)
* [Ethereum Security Toolbox](https://github.com/trailofbits/eth-security-toolbox)
* [EVM binary static analysis](https://github.com/crytic/rattle)
* [Static Analyzer for Solidity](https://github.com/crytic/slither)
* [Security scanner for Ethereum smart contracts](https://github.com/eth-sri/securify2)
* [Ethereum security analysis and testing](https://github.com/crytic/etheno)
* [Ethereum smart contract fuzzer](https://github.com/crytic/echidna)
* [A Solidity Inspector](https://github.com/ConsenSys/surya)
* [Security Analysis tool for WebAssembly](https://github.com/pventuzelo/octopus)
* [EVM toolkit](https://github.com/quilt/etk)
* [EVM disassembler and assembler](https://github.com/crytic/pyevmasm)
* [Smart contract code analyzer](https://github.com/crytic/slither)
* [Mythril, security analysis tool for EVM bytecode](https://github.com/ConsenSys/mythril)
* [Oyente, analysis Tool for Smart Contracts](https://github.com/enzymefinance/oyente)
* [Trail of Bits' Ethereum Security Toolbox](https://github.com/trailofbits/eth-security-toolbox)
* [Rattler, EVM binary static analysis](https://github.com/crytic/rattle)
* [Slither, Static Analyzer for Solidity](https://github.com/crytic/slither)
* [Securify, Security scanner for Ethereum smart contracts](https://github.com/eth-sri/securify2)
* [Etheno, Ethereum security analysis and testing](https://github.com/crytic/etheno)
* [Surya, A Solidity Inspector](https://github.com/ConsenSys/surya)
* [Octopus, Security Analysis tool for WebAssembly](https://github.com/pventuzelo/octopus)
* [ETK, EVM toolkit](https://github.com/quilt/etk)
* [Pyevmasm, EVM disassembler and assembler](https://github.com/crytic/pyevmasm)
* [Verx, smart contract verifier](http://verx.ch/)
* [Semgrep rules for smart contracts](https://github.com/Raz0r/semgrep-smart-contracts)
* [ETH detective](https://www.ethtective.com/address/)
* [Tornado Cash Pool Anonymity Auditor](https://tutela.xyz/)
* [Ethereum Virtual Machine transaction tracing tool](https://github.com/ApeWorX/evm-trace)
* [EVM-trace, Ethereum Virtual Machine transaction tracing tool](https://github.com/ApeWorX/evm-trace)
<br>