Skip to content

Version 2.0.0-rc5

Pre-release
Pre-release
Compare
Choose a tag to compare
@wtdcode wtdcode released this 25 Nov 16:39
· 432 commits to master since this release
10d88e8

This release fixes a few urgent bugs and improves performance.

Fixes/Improvements:

  • Rust bindings improvements. #1480 #1483
  • Allow R/W to cp15 registers. #1481
  • Fix UC_HOOK_EDGE_GENERATED not calling for indirect jumps.
  • Python bindings build improvements. #1486
  • Fix bindings on m1 macOS.
  • Support nested uc_emu_start calls without context save/restore
  • Fix wrong MMIO offset for 32bit targets.
  • Fix wrong uc_mem_unmap logic for both ram and mmio memory.
  • Inline uc_trace_code and PC sync to improve performance.
  • Various fixes in tests.
  • Allow writing to CPSR to switch bank registers.
  • Implement MMIO in rust bindings. #1499

Thanks: