Unicorn Engine v1.0.1 Release Notes

Release Date: 2017-04-20 // about 7 years ago
  • ๐Ÿ›  Stable release with some important bugfixes & new features for several architectures.

    • ๐Ÿ— Properly handle build with selected-architectures.
    • ๐Ÿ›  Fix compilation issues on PPC & S390x.
    • Fix a memory leak on uc_mem_protect().
    • ARM:
      • Support big-endian mode.
      • Correct instruction size of Thumb/Thumb2 code.
      • Support read/write APSR register.
    • ARM64:
      • Support read/write NEON registers.
      • Support read/write NZCV registers.
    • ๐Ÿ‘ Mips: Support read/write Mips64 registers.
    • ๐Ÿ‘ X86: Support read/write MSR.
    • โšก๏ธ Haskell binding: update to the latest API.
    • Python: allow not having PATH setup.