Open YannickXiong opened 5 years ago
@feliam can you look at this?
I can confirm this is an issue. make_symbolic_arguments()
should make a better effort to produce reasonable symblic variabes for the given types. ref. https://github.com/trailofbits/manticore/blob/c113a13a27833597dd7336d7eee867d0225dd56d/manticore/ethereum/manticore.py#L568-L573
@feliam Thanks, bro. By the way, what's the temporary trouble shooting?
OS / Environment
macOS mojave 10.14.1
Manticore version
Version: 0.2.4
Python version
python 3.6
Dependencies
Summary of the problem
myContract.sol has multiple contracts. using
manticore --contract myContractName ./myContract.sol
leads to error as fellow.Step to reproduce the behavior
manticore --contract myContractName ./myContract.sol
Expected behavior
Actual behavior
Any relevant logs