Skip to content

Releases: Consensys/mythril

Mythril v0.20.8

30 May 10:55
98f1bd8
Compare
Choose a tag to compare
Mythril v0.20.8 Pre-release
Pre-release
  • Fixes false positives in Ether Thief module

Mythril v0.20.7

27 May 19:10
2e6c8aa
Compare
Choose a tag to compare
Mythril v0.20.7 Pre-release
Pre-release
  • Implement balance modeling and symbolic sender variables
  • Refactor security analysis modules
  • Add detection for denial-of-service (SWC-128)
  • Improve weak randomness detection (SWC-120)
  • Improve detection of delegate call to untrusted targets (SWC-112)
  • Apply execution timeout globally applied instead of splitting between transactions
  • Upgrade Z3 dependency to stock z3-solver 4.8.5.0

Mythril v0.20.6

15 May 17:19
1a9d0cd
Compare
Choose a tag to compare
Mythril v0.20.6 Pre-release
Pre-release
Mythril v0.20.6

Mythril v0.20.5

15 May 15:24
da8a1fd
Compare
Choose a tag to compare
Mythril v0.20.5 Pre-release
Pre-release
  • improve external call analysis
  • fix dependency versions to prevent a dependency mismatch
  • disable effect check pattern in integer overflow detection module
  • refactor re entrancy detection and add missing vulnerability patterns

Mythril v0.20.4

13 Apr 07:19
44ed641
Compare
Choose a tag to compare
Mythril v0.20.4 Pre-release
Pre-release
  • Source mapping bugfix
  • Added plugins and coverage strategy

Mythril v0.20.3

02 Apr 12:05
71764db
Compare
Choose a tag to compare
Mythril v0.20.3 Pre-release
Pre-release
  • Refactored Mythril.py file
  • Discovery time
  • Fix integer overflow false positive due to incorrect constraints
  • Removed unnecessary CFG dependency from analysis modules

Mythril v0.20.2

20 Mar 10:44
86dede1
Compare
Choose a tag to compare
Mythril v0.20.2 Pre-release
Pre-release
  • Compatible with the constantinople hard fork

Mythril v0.20.1

18 Mar 17:58
0efe9f4
Compare
Choose a tag to compare
Mythril v0.20.1 Pre-release
Pre-release
  • Fixed Line number issue
  • Error logs support for jsonv2 format
  • Various bug fixes
  • support integer overflows for EXP operation
  • Deprecate truffle
  • Reachability check
  • execution statistics in logs with -v4/-v5 options
  • Implemented BitVecFunc
  • Increased default depth to 50, and defaut search strategy is changed to bfs

Mythril v0.20.0

30 Jan 16:42
160721b
Compare
Choose a tag to compare
Mythril v0.20.0 Pre-release
Pre-release
  • Integer module callback refactor
  • Multiple bugfixes
  • Faster than the previous version by atleast 50%
  • More memory friendly
  • --execution-timeout can now be used to timeout the entire mythril's execution

Mythril v0.19.11

13 Dec 18:06
95e4cc2
Compare
Choose a tag to compare
Mythril v0.19.11 Pre-release
Pre-release
  • Fixes bug with signatures.db
  • SMT abstraction
  • Callback refactor of delegatecall, exceptions, dependence_on_predictable_vars modules