Skip to content

Commit

Permalink
Merge branch 'develop' into bugfix-function-signature-misreport
Browse files Browse the repository at this point in the history
  • Loading branch information
norhh authored Feb 4, 2025
2 parents 184f21c + 125914a commit 4961f8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[![Pypi Installs](https://static.pepy.tech/badge/mythril)](https://pepy.tech/project/mythril)
[![DockerHub Pulls](https://img.shields.io/docker/pulls/mythril/myth.svg)](https://cloud.docker.com/u/mythril/repository/docker/mythril/myth)

Mythril is a symbolic-execution-based securty analysis tool for EVM bytecode. It detects security vulnerabilities in smart contracts built for Ethereum and other EVM-compatible blockchains.
Mythril is a symbolic-execution-based security analysis tool for EVM bytecode. It detects security vulnerabilities in smart contracts built for Ethereum and other EVM-compatible blockchains.

Whether you want to contribute, need support, or want to learn what we have cooking for the future, you can checkout diligence-mythx channel in [ConsenSys Discord server](https://discord.gg/consensys).

Expand Down
2 changes: 1 addition & 1 deletion docs/source/security-analysis.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Security Analysis
=================

Run :code:`myth analyze` with one of the input options described below will run the analysis modules in the `/analysis/modules <https://github.com/ConsenSys/mythril/tree/master/mythril/analysis/modules>`_ directory.
Running :code:`myth analyze` with one of the input options described below will run the analysis modules in the `/analysis/modules <https://github.com/ConsenSys/mythril/tree/master/mythril/analysis/modules>`_ directory.

***********************
Analyzing Solidity Code
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ py_ecc>=5.0.0
eth-abi>=5.1.0
eth-hash>=0.3.1,<0.8.0
eth-utils>=2.0.0
hexbytes<1.3.0
hexbytes<1.4.0
jinja2>=2.9
MarkupSafe<3.1.0
mypy-extensions==1.0.0
Expand Down

0 comments on commit 4961f8a

Please sign in to comment.