No description
Find a file
2016-03-25 14:15:11 -07:00
bindings Merge pull request #486 from cseagle/bindings 2016-03-25 19:07:56 +07:00
docs
include Indentation 2016-03-10 07:45:36 -03:00
qemu execute cpus in same thread as uc_emu_start() 2016-03-23 22:50:56 -07:00
samples samples: clean executable binaries before building 2016-03-25 22:30:04 +08:00
tests regress: adapt all C code to latest change in uc_hook_add() API 2016-03-26 00:33:24 +08:00
.appveyor.yml rename appveyor.yml to .appveyor.yml 2016-03-14 23:50:58 +08:00
.gitignore Issue #465 - Added test_hookcounts to .gitignore 2016-03-16 11:01:59 -07:00
.travis.yml travis: do not need to install pkg-config 2016-03-03 23:41:03 +08:00
AUTHORS.TXT
ChangeLog
COMPILE.TXT
config.mk
COPYING
CREDITS.TXT update CREDITS.TXT 2016-03-22 20:55:41 +08:00
LEAK_VALGRIND
list.c
make.sh
Makefile Makefile: do not recompile samples/ for install target 2016-03-21 13:02:17 +08:00
pkgconfig.mk
README.md update list of bindings in README.md 2016-03-22 20:58:06 +08:00
uc.c execute cpus in same thread as uc_emu_start() 2016-03-23 22:50:56 -07:00

Unicorn Engine

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 Ruby, Python, Java, MSVC, .NET, Go and Delphi/Free Pascal.
  • 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 COMPILE.TXT 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.