-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manticore tutorial simple example incorrect #2583
Comments
I think I am having similar problem. manticore version : 0.3.7 Expected behavior
Actual behavior
|
From manticore version 3.6 onwards the cli defaults to quick-mode instead of thorough-mode. |
Hi,
1. Using eth-security-toolbox in DockerOnce I run the following commands:
then I get:
or:
2. Using manticore in DockerThis one produce at least some results, but it still seems not to work as indented:
I get:
3. Using manticore standaloneThis produces the same result as manticore in docker
I get the same results:
|
Using eth-security-toolbox in Docker WSL Ubuntu 18.04.6 LTS ethsec@c805cd48e755:/code$ manticore manticore/examples/evm/umd_example.sol |
@bzhang42 did you get a solution to the bug which you have raised? I too am facing a similar problem. Please share in case you have found out a solution or workaround for this issue. |
No solution so far. I decided to use |
Using python3.8 for manticore solves this |
Summary of the problem
Running the simple example on the Tutorial does not result in the correct output. https://github.com/trailofbits/manticore/wiki/Tutorial:-Running-under-Manticore
Manticore version
0.3.7
Python version
3.7
OS / Environment
Ubuntu (WSL)
Dependencies
I am using solc version 0.8.16.
Step to reproduce the behavior
Create a file called
simple_example.sol
:Then run
manticore simple_example.sol
.Expected behavior
An output like the tutorial mentions, with multiple test cases:
Actual behavior
Any relevant logs
The
user_00000000.tx
file shows:The text was updated successfully, but these errors were encountered: