No description
Find a file
2016-10-03 14:23:27 -05:00
bindings Merge branch 'master' of https://github.com/unicorn-engine/unicorn 2016-09-22 08:46:30 +08:00
docs update docs/COMPILE-NIX.md 2016-10-01 00:01:32 +08:00
include remove uc->cpus 2016-09-23 07:38:21 -07:00
qemu memleak: Fix Sparc memory leak 2016-10-03 14:23:27 -05:00
samples Fixed ARM sample to properly run THUMB code #638 2016-09-20 10:15:58 +02:00
tests Document assembly instructions for x86_self_modifying 2016-08-30 14:40:26 -05:00
.appveyor.yml appveyor: build for both 32bit & 64bit 2016-07-14 11:20:15 +08:00
.gitignore Minor tweaks to python setup process; update gitignore 2016-09-12 14:06:50 -07:00
.travis.yml travis: do not need to install pkg-config 2016-03-03 23:41:03 +08:00
AUTHORS.TXT
ChangeLog
config.mk Fix document file extension 2016-08-08 17:33:49 +09:00
COPYING
CREDITS.TXT update CREDITS.TXT 2016-04-19 09:42:48 +08:00
LEAK_VALGRIND
list.c fix memory corruption in list_remove 2016-03-25 20:28:23 -07:00
make.sh make.sh: rename option nix32 to linux32 according to aquynh's advise. Also update COMPILE-NIX.md to reflect this change. 2016-08-17 20:27:08 +08:00
Makefile Remove BUILDDIR-specific code 2016-09-04 08:59:31 +02:00
pkgconfig.mk
README.md add link to Perl binding 2016-09-22 08:46:25 +08:00
uc.c memleak: Add back object release for uc->cpu 2016-10-03 14:21:47 -05:00

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 Perl, Rust, Ruby, Python, Java, MSVC, .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.