Skip to content

Commit

Permalink
Usage example added.
Browse files Browse the repository at this point in the history
  • Loading branch information
arianejasuwienas committed May 8, 2024
1 parent 0a9287d commit ed448a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/manticore-analysis/analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ Manticore can analyze the following types of programs:
- Build attempt with docker image version 3.6 results in [tool custom exception](sample_execution/execution_errors.md#docker-v36)
- Manticore may be built on docker image version 3.5. Execution example may be found [here](sample_execution/sample_execution.md),
and output files generated by the Manticore may be found under: `./Manticore/sample_execution_outputs`
- Usage example:
- install [docker compose](https://docs.docker.com/reference/cli/docker/compose/),
- ```shell
docker-compose up -d
manticore examples/evm/umd_example.sol
```
> **Support**:
> This project is no longer internally developed and maintained. The team responsible for creating this tool announced its
> readiness to review and accept small, well-written pull requests by the community (only bug fixes and minor
Expand Down

0 comments on commit ed448a0

Please sign in to comment.