Manticore

What is Manticore

Manticore is a symbolic execution tool for the analysis of Ethereum smart contracts and binaries.

What is Manticore?

Released in 2017 by TrailOfBits, Manticore provides a symbolic execution tool for the analysis of Ethereum smart contracts, Linux ELF binaries, and WASM modules. Manticore automatically generates new inputs based on a state, detects crashes and failure cases, and explores the states a program can reach. Using instruction hooks and callbacks, devs are given precise control of state exploration. Shipped with a wiki, examples, and an API-reference guide, Manticore provides devs the resources necessary to make full-use and custom-use of its interface.

Manticore Alternatives:

Mythril
Mythril

Mythril is a dynamic analysis tool for EVM bytecode that detects security vulnerabilities.

Oyente
Oyente

Oyente is a smart contract analysis tool built in 2016 to detect security vulnerabilities.