|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [Unreleased](https://github.com/trailofbits/manticore/compare/0.3.4...HEAD) |
| 3 | +## [Unreleased](https://github.com/trailofbits/manticore/compare/0.3.6...HEAD) |
| 4 | + |
| 5 | +## 0.3.6 - 2021-06-09 |
| 6 | + |
| 7 | +Thanks to our external contributors! |
| 8 | + - [timgates42](https://github.com/trailofbits/manticore/commits?author=timgates42) |
| 9 | + |
| 10 | +### Ethereum |
| 11 | +* **[Changed API]** Default to quick mode: disable detectors and gas [#2457](https://github.com/trailofbits/manticore/pull/2457) |
| 12 | +* Allow symbolic balances from the beginning of execution [#1818](https://github.com/trailofbits/manticore/pull/1818) |
| 13 | +* Disable EVM Events in Testcases [#2417](https://github.com/trailofbits/manticore/pull/2417) |
| 14 | + |
| 15 | +### Native |
| 16 | +* **[Added API]** Syscall-specific hooks [#2389](https://github.com/trailofbits/manticore/pull/2389) |
| 17 | +* Fix wildcard behavior in symbolic files [#2454](https://github.com/trailofbits/manticore/pull/2454) |
| 18 | +* Bugfixes for control transfer between Manticore & Unicorn [#1796](https://github.com/trailofbits/manticore/pull/1796) |
| 19 | + |
| 20 | +### Other |
| 21 | +* Run multiple SMT solvers in parallel, take the fastest response [#2420](https://github.com/trailofbits/manticore/pull/2420) |
| 22 | +* Add socket for TUI [#1620](https://github.com/trailofbits/manticore/pull/1620) |
| 23 | +* Memory usage improvements in expression system [#2394](https://github.com/trailofbits/manticore/pull/2394) |
| 24 | +* Support for Boolector [#2410](https://github.com/trailofbits/manticore/pull/2410) |
| 25 | +* Solver Statistics API [#2415](https://github.com/trailofbits/manticore/pull/2415) |
| 26 | +* Allow duplicated config options [#2397](https://github.com/trailofbits/manticore/pull/2397) |
| 27 | + |
| 28 | + |
| 29 | +## 0.3.5 - 2020-11-06 |
| 30 | + |
| 31 | +Thanks to our external contributors! |
| 32 | + - [wolfo](https://github.com/trailofbits/manticore/commits?author=wolfo) |
| 33 | + - [geohot](https://github.com/trailofbits/manticore/commits?author=geohot) |
| 34 | + - [romits800](https://github.com/trailofbits/manticore/commits?author=romits800) |
| 35 | + |
| 36 | +### Ethereum |
| 37 | +* Made EVM module ignore runtime gas calculations by default [#1816](https://github.com/trailofbits/manticore/pull/1816) |
| 38 | +* Updated gas calculations for calls to empty accounts [#1774](https://github.com/trailofbits/manticore/pull/1774) |
| 39 | +* Fixed account existence checks for `selfdestruct` and `call` [#1801](https://github.com/trailofbits/manticore/pull/1801) |
| 40 | + |
| 41 | +### Native |
| 42 | +* **[Added API]** new `strlen` models [#1725](https://github.com/trailofbits/manticore/pull/1725) |
| 43 | +* **[Added API]** State-specific hooks [#1777](https://github.com/trailofbits/manticore/pull/1777) |
| 44 | +* Improved system call argument handling [#1785](https://github.com/trailofbits/manticore/pull/1785) |
| 45 | +* Improved `stat` support for file descriptors [#1780](https://github.com/trailofbits/manticore/pull/1780) |
| 46 | +* Support symbolic-length reads from sockets [#1786](https://github.com/trailofbits/manticore/pull/1786) |
| 47 | +* Add stubs for `sendto` [#1791](https://github.com/trailofbits/manticore/pull/1791) |
| 48 | + |
| 49 | +### WASM |
| 50 | +* Fix type confusion when importing external functions [#1803](https://github.com/trailofbits/manticore/pull/1803) |
| 51 | + |
| 52 | +### Other |
| 53 | +* Made [Yices2](https://yices.csl.sri.com/) the default SMT Solver [#1820](https://github.com/trailofbits/manticore/pull/1820) |
| 54 | +* **[Added API]** Added an API for introspecting live states [#1775](https://github.com/trailofbits/manticore/pull/1775) |
| 55 | +* Changed default multiprocessing type to threading [#1779](https://github.com/trailofbits/manticore/pull/1779) |
| 56 | +* Improved array serialization performance [#1756](https://github.com/trailofbits/manticore/pull/1756) |
| 57 | +* Fix name collisions in SMT variables [#1792](https://github.com/trailofbits/manticore/pull/1792) |
| 58 | + |
4 | 59 |
|
5 | 60 | ## 0.3.4 - 2020-06-26 |
6 | 61 |
|
|
0 commit comments