All Versions
13
Latest Version
Avg Release Cycle
153 days
Latest Release
957 days ago
Changelog History
Page 2
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!