16 open-source projects similar to cdump/evmole, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Evmole alternative.
Mythril is an Ethereum Virtual Machine smart contract security analyzer that uses symbolic execution to identify vulnerabilities in bytecode before deployment. It functions as a vulnerability scanner and formal auditor, treating program inputs as mathematical symbols to prove the presence of bugs in contract logic. The tool performs bytecode-level analysis to detect flaws that may be hidden by high-level compilers. It integrates SMT solvers to determine if specific vulnerability states are reachable and compares symbolic execution traces against a library of known security flaw signatures. T
Faction is now an OWASP Project! You can find more information here
Framework for cryptoeconomic contract security, decentralized security bounties. Live on Ethereum.
An Analysis Tool for Smart Contracts
Visualize Solidity control flow for smart contract security analysis. :dollar: ⇆ :dollar:
A Collection of Vulnerabilities in ERC20 Smart Contracts With Tokens Affected
Tool to search secrets in various filetypes.
Comprehensive list of known attack vectors and common anti-patterns
Manticore is a symbolic execution engine designed for the analysis of binary executables and smart contracts. It functions as an automated vulnerability scanner and verification platform that systematically traverses program execution paths to identify security flaws, validate business invariants, and ensure software properties hold true under all possible input conditions. The engine distinguishes itself through a unified instruction set abstraction that enables consistent analysis across diverse architectures and contract formats. It provides a programmatic interface for deep customization,