Releases: trailofbits/masm-decompiler
Releases · trailofbits/masm-decompiler
masm-decompiler v0.3.1
Bug fixes
- Fixed panic in lift_if and lift_while
masm-decompiler v0.3.0
New features
- Added support for Horner instructions
- Added support for multiple new u32 instructions
Changes
- Updated miden-assembly-syntax dependency to 0.22.0
masm-decompiler v0.2.0
New features
- Variable type inference
- Copy propagation pass
- Call target path simplification
- Constant resolution
- Source spans on Stmt and error types
- Support for additional instruction variants (U32, inv, and more)
Bug fixes
- Fixed stack slot tracking
- Fixed repeat loop index handling
- Fixed producing repeat loop analysis
- Fixed signature inference issues
- Fixed type inference bugs
- Fixed while-loop condition tracking
masm-decompiler v0.1.0
Initial release of the MASM decompiler.