All Versions
13
Latest Version
Avg Release Cycle
153 days
Latest Release
957 days ago

Changelog History
Page 2

  • v1.0-rc2 Changes

    January 04, 2017

    ๐Ÿš€ Release Candidate 2 of Unicorn Engine 1.0

    Important changes since v1.0-RC1:

    • โœ‚ Remove glib & pkconfig dependency.
    • โช Python: fix an issue to restore support for FreeBSD (and other *BSD Unix).
    • ๐Ÿ‘ ARM: support MCLASS cpu (Cortex-M3).
    • ๐Ÿ Windows: export a static lib that can be used outside of Mingw
  • v1.0-rc1 Changes

    December 22, 2016

    ๐Ÿš€ Release Candidate 1 of Unicorn Engine version 1.0

    Important changes:

    • ๐Ÿ›  Lots of bugfixes in all architectures.
    • ๐Ÿ‘ Better support for ARM Thumb.
    • ๐Ÿ›  Fix many memory leaking issues.
    • ๐Ÿ†• New bindings: Haskell, MSVC.
    • ๐Ÿ‘ Better support for Python3.
    • New APIs: uc_query, uc_reg_write_batch, uc_reg_read_batch, uc_mem_map_ptr, uc_mem_regions, uc_context_alloc, uc_context_save & uc_context_restore.
    • New memory hook type: UC_HOOK_MEM_READ_AFTER.
    • ๐Ÿ”– Add new version macros UC_VERSION_{MAJOR, MINOR, EXTRA}
  • v0.9 Changes

    October 15, 2015

    ๐ŸŽ‰ Initial public release!