Go to file
Ryan Hileman e6b07f4f65 fix #165 2015-10-05 23:30:54 -07:00
bindings python: better support for Python3 (adapted from Capstone code) 2015-10-04 10:55:29 +08:00
docs Some polishment on the ascii art logo 2015-08-31 11:08:02 +02:00
include Rename some hook related enums: 2015-09-30 14:46:55 +08:00
qemu Merge branch 'master' of https://github.com/unicorn-engine/unicorn 2015-10-03 15:46:19 +08:00
samples Rename some hook related enums: 2015-09-30 14:46:55 +08:00
tests Regression test for issue #165 2015-10-06 12:55:09 +07:00
.gitignore update .gitignore 2015-09-24 13:52:10 +08:00
AUTHORS.TXT import 2015-08-21 15:04:50 +08:00
COMPILE.TXT correct supported archs in COMPILE.TXT 2015-09-22 12:12:17 +08:00
COPYING import 2015-08-21 15:04:50 +08:00
CREDITS.TXT update CREDITS.TXT 2015-10-03 16:02:49 +08:00
LEAK_VALGRIND import 2015-08-21 15:04:50 +08:00
Makefile Missing update on make test clean 2015-09-21 21:04:20 -05:00
README.md m68k -> M68K, x86 -> X86 2015-09-22 10:00:05 +08:00
config.mk import 2015-08-21 15:04:50 +08:00
hook.c fix #165 2015-10-05 23:30:54 -07:00
make.sh Fixing compile on windows with mingw 2015-08-29 17:04:48 +02:00
pkgconfig.mk import 2015-08-21 15:04:50 +08:00
uc.c Rename some hook related enums: 2015-09-30 14:46:55 +08:00

README.md

Unicorn Engine

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

Unicorn offers some unparalleled features:

  • Multi-architecture: ARM, AMM64 (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 Python, Java, and Go
  • Native support for Windows & *nix (with Mac OSX, Linux, *BSD & Solaris confirmed)
  • High performace via Just-In-Time compilation
  • Support for fine-grained instrumentation at various levels
  • Thread-safety by design
  • Distributed under open source license GPL

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

Compilation

See COMPILE.TXT file for how to compile and install Unicorn.

License

This project is released under the GPL license.