Manticore 0.3.1
0.3.0 - 2019-08-06
Thanks to our external contributors!
Ethereum
- Smart contracts are now compiled using Crytic-Compile #1406
 - Added detector for strict comparisons to BALANCE #1481
 - Added bitshift instructions #1498
 - Added stub for STATICCALL (does not enforce static nature) #1494
 - Updated EVM Examples #1486
 
Native
- Fixed 
getdentssyscall #1472 - Fixed state merging examples #1482
 - Support LSR.W on ARMV7 #1363
 - Fixed CrackMe Example #1502
 - Optimize CMPXCHG8B #1501
 - Added 
fast_crashconfiguration setting that causes Manticore to immediately produce a finding on memory unsafety #1485 
Other
- [changed API] Moved 
issymbolicinto SMTLib to improve performance #1456 - Refactored API Docs #1469
 - Fixed 
FileNotFoundError on state loading #1480