Skip to content

Releases: trailofbits/maat

Version 0.6.9

21 Sep 09:08
9b49a4b
Compare
Choose a tag to compare

What's Changed

Version 0.6.8

06 Sep 15:00
Compare
Choose a tag to compare

What's Changed

Version 0.6.7

25 Aug 17:24
Compare
Choose a tag to compare

What's Changed

Version 0.6.6

18 Aug 09:59
Compare
Choose a tag to compare

What's Changed

Version 0.6.5

09 Aug 12:37
05498ff
Compare
Choose a tag to compare

What's Changed

Version 0.6.4

25 Jul 14:20
Compare
Choose a tag to compare

What's Changed

Version 0.6.3

18 Jul 14:46
Compare
Choose a tag to compare

What's Changed

Version 0.6.2

11 Jul 18:58
cd2be9d
Compare
Choose a tag to compare

Patch

Full Changelog: v0.6.1...v0.6.2

Version 0.6.1

07 Jul 13:07
Compare
Choose a tag to compare

This release is basically identical to 0.6.0 but is necessary for cibuildwheel to generate proper release python packages to PyPI.

Version 0.6

07 Jul 09:57
2876019
Compare
Choose a tag to compare

Version 0.6 release with basic support for symbolically execute EVM bytecode:

  • ghidra/sleigh specification for EVM bytecode as described by the 2022 ethereum yellow paper
  • callother implementation for all exotic EVM operations
  • simulation of a deployed smart-contract frame, with its own memory and stack. Sharing code and storage between contracts is supported
  • special simplifications for EVM AST patterns
  • basic support for modelling symbolic transaction data that has a fixed length
  • engine "duplication" capabilities

Current limitations include:

  • solving symbolic KECCAK hashes