Skip to content
Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, X86)
C Python C++ Java VBA Pascal Other
Branch: master
Clone or download

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/workflows Oss-fuzz ideal integration (#1262) May 21, 2020
bindings python: add long description to setup.py May 29, 2020
docs we do not need Python to build anymore Apr 30, 2020
include fix recursive UC_HOOK_MEM callbacks for cross pages access (#1113) May 25, 2020
msvc Final tweaks to MSVC build (#1139) Sep 7, 2019
qemu Removes some bugs found by oss-fuzz (#1266) May 26, 2020
samples remove UC_ERR_TIMEOUT, so timeout on uc_emu_start() is not considered… May 24, 2020
tests fix test_x86.c May 24, 2020
.gitignore .gitignore May 27, 2020
.travis.yml make header for make related builds (#1268) May 27, 2020
AUTHORS.TXT import Aug 21, 2015
Brewfile Update Brewfile Sep 30, 2017
CMakeLists.txt cmake: add option to build unicorn as a static library (#1275) May 31, 2020
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 Travis-CI Migration (#1230) Apr 20, 2020
ChangeLog ChangeLog May 28, 2020
Makefile we do not need Python to build anymore Apr 30, 2020
README.md Oss-fuzz ideal integration (#1265) May 23, 2020
cmake.sh add CMakeList.txt. build windows binary by using vs2019. (#1134) Sep 8, 2019
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 Fix UAF when deleting hook while in hook callback #1127 (#1130) May 7, 2020
make.sh remove broken iOS builds (#1109) Jul 31, 2019
msvc.bat add msvc.bat Apr 21, 2017
nmake.bat add CMakeList.txt. build windows binary by using vs2019. (#1134) Sep 8, 2019
pkgconfig.mk ready for 1.0.2-rc4 May 26, 2020
uc.c fix recursive UC_HOOK_MEM callbacks for cross pages access (#1113) May 25, 2020
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 pypi downloads Fuzzing 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, Haskell, Pharo, and Lua.
  • 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.