Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@sangkilc sangkilc released this 28 Mar 14:13
· 28 commits to main since this release
61eefe6

0.8.0 (2025-03-28)

Added

  • More instruction supports for Intel.
  • Add new dominator algorithms.
  • Add initial PA-RISC support.

Changed

  • Use .NET 9 (and F# 9): Our framework is not compatible with prior
    versions of .NET.
  • Fix many lifting/parsing bugs.
  • Refactor BinFile modules to make them more modular.
  • Fix BinGraph module bugs and make it more intuitive.
  • Redesign the middle-end module and now publicize it. It now uses more
    parallelism to recovery CFGs.