ChangeLog for 1.0.2-rc4

This commit is contained in:
Nguyen Anh Quynh 2020-05-29 01:02:46 +08:00
parent 2d75bc0aab
commit e55909cec4
1 changed files with 17 additions and 0 deletions

View File

@ -1,5 +1,22 @@
This file details the changelog of Unicorn Engine.
----------------------------------
[Version 1.0.2-rc4]: May 29th, 2020
- No longer require Python to build
- Fix recursive UC_HOOK_MEM callbacks for cross pages access
- Remove UC_ERR_TIMEOUT, so timeout on uc_emu_start() is not considered error
- Added UC_QUERY_TIMEOUT to query exit reason
- Fix UAF when deleting hook while in hook callback
- Ensure that hooks are unaffected by a request to stop emulation.
- Fix block hooks being called twice after an early exit from execution.
- Fix binding install on python2
- X86:
- Support read/write STn registers
- Support read/write X64 base regs
- ARM64:
- Support some new registers
----------------------------------
[Version 1.0.1]: April 20th, 2017