Releases: Consensys/mythril
Releases · Consensys/mythril
Mythril v0.22.37
- Support Summaries
- Support automatic pragmas
- Version restrictions
Mythril v0.22.36
- Fixes issues with solc v0.8.8+
- Handle edge cases with symbolic bytecode
- Allow when solc is not installed.
Mythril v0.22.35
- Fix issue with symbolic bytecode during create()
- Add tests for precompiles
Mythril v0.22.34
- Fix leaking file descriptor
- Fix issue in cases of multiple function names
Mythril v0.22.33
- Use concrete storage on onsite recursive calls
- Support symbolic bytecode execution
- Handle edge case in integer arithmetics
- Fix issues during bytecode creation
Mythril v0.22.32
- Remove py-ethereum dependencies
- Fix error message when loader is not present
Mythril v0.22.31
- Constructs new hash constraints during each solving attempt to handle sha3 more accurately
- Handle local client edge case
- Use symbolic
If
during on-chain sload()
Mythril v0.22.30
- Circumvent plyvel
- Handle eth transfer issue
- Fix issue with STOP instruction
Mythril v0.22.29
- Fix issues with integer arithemetic
- Fix issues with assertion failures
Mythril v0.22.28
- Fix issues with opcodes
- Support native calls for delegate call
- Fix z3 constraint issue
- Fix source mapping for yul files