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

Latest commit

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/workflows Fixing minor typo on PyPI distribution workflow (#1286) Jun 6, 2020
bindings adding pypi workflow (#1280) Jun 6, 2020
docs we do not need Python to build anymore Apr 30, 2020
include save cpu->jmp_env in saving context, so uc_emu_start() can be reentra… Jun 5, 2020
msvc Final tweaks to MSVC build (#1139) Sep 7, 2019
qemu fix some uninitialized vars in fpu Jun 7, 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 Adding Travis-CI cmake static (#1279) Jun 4, 2020
AUTHORS.TXT import Aug 21, 2015
Brewfile Update Brewfile Sep 30, 2017
CMakeLists.txt cmake: fix build if workdir is outside of CMAKE_BINARY_DIR (#1284) Jun 6, 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 save cpu->jmp_env in saving context, so uc_emu_start() can be reentra… Jun 5, 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.