trailofbits/manticore

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.coveragerc
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/osx.yml
.github/workflows/pip-audit.yml
.github/workflows/release.yml
.gitignore
CHANGELOG.md
CITATION.cff
CODEOWNERS
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
lgtm.yml
manticore/core/state.proto
mypy.ini
pyproject.toml
readthedocs.yml
server/README.md
server/justfile
server/manticore_server/ManticoreServer.proto
server/manticore_server/ManticoreServer_pb2.pyi
server/pyproject.toml
server/tests/contracts/adder.sol
tox.ini
manticore/__init__.py17
manticore/__main__.py217
manticore/binary/__init__.py18
manticore/binary/binary.py107
manticore/core/__init__.py0
manticore/core/manticore.py980
manticore/core/parser/__init__.py0
manticore/core/parser/parser.py233
manticore/core/plugin.py558
manticore/core/smtlib/__init__.py6
manticore/core/smtlib/constraints.py355
manticore/core/smtlib/expression.py1,048
manticore/core/smtlib/operators.py231
manticore/core/smtlib/solver.py873
manticore/core/smtlib/visitors.py906
manticore/core/state.py522
manticore/core/state_pb2.py339
manticore/core/worker.py267
manticore/core/workspace.py515
manticore/ethereum/__init__.py23