Skip to content

Releases: Consensys/mythril

Mythril v0.18.9

18 Jul 17:37
42efe51
Compare
Choose a tag to compare
Mythril v0.18.9 Pre-release
Pre-release
  • Multiple bug fixes related to stack
  • Ability to load all contracts from file
  • Bug fix related to control flow graph

Mythril v0.18.8

16 Jul 16:02
9f76cac
Compare
Choose a tag to compare
Mythril v0.18.8 Pre-release
Pre-release
  • Blockchain Exploration: Search for all contracts and remove leveldb flag
  • Laser SVM: Multiple bug fixes, and implementation changes
  • Others: Remove version issues by supporting ethereum 2.3.2

Mythril v0.18.7

02 Jul 13:56
1b84ae9
Compare
Choose a tag to compare
Mythril v0.18.7 Pre-release
Pre-release
  • Add max depth support when running on a truffle project
  • Update jinja dependency.

Mythril v0.18.6

24 Jun 17:32
35ff192
Compare
Choose a tag to compare
Mythril v0.18.6 Pre-release
Pre-release
  • Possible to search without building initial contract database
  • Support search through large nets or large local leveldb data
  • option to search for all contracts and not just the ones with non zero balance
  • Some bug fixes

Mythril 0.18.5

17 Jun 14:08
Compare
Choose a tag to compare
Mythril 0.18.5 Pre-release
Pre-release
  • Laser SVM: Add support for precompiled contracts
  • Laser SVM: Multiple bugfixes
  • Mythril-CLI: Fix crashes when contracts contain non-ascii characters

Mythril 0.18.0

12 Jun 06:02
Compare
Choose a tag to compare
Mythril 0.18.0 Pre-release
Pre-release

As of this release, laser-ethereum is included as part of the Mythril package.

v0.17.12

23 May 09:00
Compare
Choose a tag to compare
v0.17.12 Pre-release
Pre-release
  • Fix formatting of CFGs
  • Fix a bug in laser-ethereum where function names where not correctly assigned to states
  • SVM: Bugfix for symbolic memory index in op CALL & CALLCODE

Mythril 0.17.0

08 May 06:17
Compare
Choose a tag to compare
Mythril 0.17.0 Pre-release
Pre-release
  • SVM: Fix bugs in SLOAD and ADDRESS instructions
  • SVM: Add taint analysis
  • Refactor command line tool
  • Improve integer overflow detection
  • Multiple bugfixes

Mythril 0.16.24

27 Apr 04:17
Compare
Choose a tag to compare
Mythril 0.16.24 Pre-release
Pre-release
  • Fix an issue that cause false positives in integer overflow detection
  • Explicitly satisfy RLP dependency
  • Quick fix for re-enabling compatibilty to Python 3.4-3.5

Mythril 0.16.18

25 Apr 10:12
8868012
Compare
Choose a tag to compare
Mythril 0.16.18 Pre-release
Pre-release
  • Fix incorrect definition of MAX_UINT in integer overflow check
  • Fix incorrect Z3 expression in integer overflow check