unicorn

Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86)

GPL-2.0 License

Downloads
19K
Stars
7.5K
Committers
203

Bot releases are visible (Hide)

unicorn - Version 1.0-RC3

Published by aquynh over 7 years ago

Release Candidate 3 of Unicorn Engine 1.0

Important changes since v1.0-RC2:

  • Core: rename API uc_context_free() to uc_free().
  • ARM:
    • uc_reg_write() now can modify CPSR register.
    • Add some ARM coproc registers.
  • ARM64: uc_reg_read|write() now handles W0-W31 registers.
  • Windows: fix a double free bug in uc_close().
  • New VB6 binding.
  • Java: update to support new APIs from v1.0-rc1.
  • Python:
    • Fix memory leaking that prevents UC instances from being GC.
    • Remove some dependencies leftover from glib time.
    • Add new method mem_regions() (linked to uc_mem_regions() API)
unicorn - Version 1.0-rc2

Published by aquynh almost 8 years ago

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
unicorn - Version 1.0-rc1

Published by aquynh almost 8 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}
unicorn - Version 0.9

Published by aquynh about 9 years ago

Initial public release!

Package Rankings
Top 1.36% on Proxy.golang.org
Top 5.18% on Crates.io
Top 17.68% on Conda-forge.org
Badges
Extracted from project README
pypi downloads Fuzzing Status