Skip to content
Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, X86)
Branch: master
Clone or download
lzutao and aquynh Update help description for make.sh (#1078)
* Update help description for make.sh

* Add description for msvc_update_genfiles
Latest commit 778171f Apr 10, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
bindings support for YMM registers ymm8-ymm15 (#1079) Apr 1, 2019
docs fix invalid script path (#975) (#976) Jul 11, 2018
include Add ARM MSP, PSP and CONTROL register access (#1071) Mar 7, 2019
msvc Added MSVC support for arm64eb. Apr 25, 2017
qemu support for YMM registers ymm8-ymm15 (#1079) Apr 1, 2019
samples Fuzz (#1000) Aug 29, 2018
tests Fixed the decoding of opcodes after getting vex2 using 0xc5 (#1064) Feb 25, 2019
.appveyor.yml Fix Cygwin Python Issue (#1068) Feb 28, 2019
.gitignore arm64eb: add support for ARM64 big endian. Apr 24, 2017
.travis.yml Add xenial support (#1069) Feb 28, 2019
AUTHORS.TXT import Aug 21, 2015
Brewfile Update Brewfile Sep 30, 2017
COPYING import Aug 21, 2015
COPYING.LGPL2 LGPL2 for all header files under include/unicorn/ Dec 16, 2017
COPYING_GLIB glib_compat: add COPYING_GLIB Dec 27, 2016
CREDITS.TXT Adding Philippe Antoine to CREDITS (#1004) Aug 30, 2018
ChangeLog update ChangeLog Apr 20, 2017
Makefile Fuzz (#1000) Aug 29, 2018
README.md add Clojure Dec 22, 2017
config.mk Fix document file extension Aug 8, 2016
install-cmocka-linux.sh Start moving examples in S files (#851) Jun 25, 2017
list.c callback to count number of instructions in uc_emu_start() should be … Jun 16, 2017
make.sh Update help description for make.sh (#1078) Apr 11, 2019
msvc.bat add msvc.bat Apr 21, 2017
pkgconfig.mk bump extra version to 2 Apr 21, 2017
uc.c Don't duplicate a uc_mem_map_ptr'd memory region when splitting it (#… Mar 7, 2019
windows_export.bat Make the call out to visual studio extremely resilient Jan 2, 2017

README.md

Unicorn Engine

Join the chat at https://gitter.im/unicorn-engine/chat

Build Status Build status

Unicorn is a lightweight, multi-platform, multi-architecture CPU emulator framework based on QEMU.

Unicorn offers some unparalleled features:

  • Multi-architecture: ARM, ARM64 (ARMv8), M68K, MIPS, SPARC, and X86 (16, 32, 64-bit)
  • Clean/simple/lightweight/intuitive architecture-neutral API
  • Implemented in pure C language, with bindings for Crystal, Clojure, Visual Basic, Perl, Rust, Ruby, Python, Java, .NET, Go, Delphi/Free Pascal and Haskell.
  • Native support for Windows & *nix (with Mac OSX, Linux, *BSD & Solaris confirmed)
  • High performance via Just-In-Time compilation
  • Support for fine-grained instrumentation at various levels
  • Thread-safety by design
  • Distributed under free software license GPLv2

Further information is available at http://www.unicorn-engine.org

License

This project is released under the GPL license.

Compilation & Docs

See docs/COMPILE.md file for how to compile and install Unicorn.

More documentation is available in docs/README.md.

Contact

Contact us via mailing list, email or twitter for any questions.

Contribute

If you want to contribute, please pick up something from our Github issues.

We also maintain a list of more challenged problems in a TODO list.

CREDITS.TXT records important contributors of our project.

You can’t perform that action at this time.