Unicorn Engine v1.0-rc1 Release Notes

Release Date: 2016-12-22 // over 7 years ago
  • ๐Ÿš€ 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}