Skip to content

Releases: trailofbits/masm-decompiler

masm-decompiler v0.3.1

15 Mar 05:18
b441816

Choose a tag to compare

Bug fixes

  • Fixed panic in lift_if and lift_while

masm-decompiler v0.3.0

15 Mar 05:18
ac716e4

Choose a tag to compare

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

15 Mar 05:18
6321518

Choose a tag to compare

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

15 Mar 05:18
f7dbc80

Choose a tag to compare

Initial release of the MASM decompiler.