Manticore is a symbolic execution tool for analysis of binaries and smart contracts. Current version 0.3.7 (2022-10-06), released by Trail of Bits. Active development with major refactors in 0.3.x; Ethereum features use crytic-compile.
pip install manticoreNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic native binary symbolic execution. For Ethereum, use EthereumManticore.
Replace 'manticore.core.xxx' with 'manticore.xxx' as per new API.
Use 'from manticore.ethereum import EthereumManticore' instead.
Set procs=1 in Manticore constructor.