Go to file
Nguyen Anh Quynh 2ecbe89cc1 cleanup Sparc unused code 2017-01-23 12:34:00 +08:00
bindings Remove old project dir. 2017-01-22 15:50:28 +11:00
docs
include cleanup include/unicorn/*.h 2017-01-22 06:02:07 +08:00
msvc Merge remote-tracking branch 'unicorn-engine/msvc' into msvc 2017-01-23 11:14:32 +11:00
qemu cleanup Sparc unused code 2017-01-23 12:34:00 +08:00
samples Fixed some conflicts 2017-01-23 11:35:00 +11:00
tests Fixed some conflicts 2017-01-23 11:35:00 +11:00
.appveyor.yml fix appveyor after renaming msvc.sln 2017-01-23 09:18:57 +08:00
.gitignore gitignore seems to have an undisclosed conflict?! fixed here. 2017-01-23 01:13:13 +11:00
.travis.yml
AUTHORS.TXT
COPYING
COPYING_GLIB
CREDITS.TXT
ChangeLog
Makefile
README.md
config.mk
install-cmocka-linux.sh
list.c
make.sh make.sh: compile before copy autogen files for msvc_update_genfiles 2017-01-23 00:04:55 +08:00
pkgconfig.mk
uc.c
windows_export.bat

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 Visual Basic, 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.