Skip to content

Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86)

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING.LGPL2
Notifications You must be signed in to change notification settings

unicorn-engine/unicorn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

71c729a · Feb 13, 2024
Feb 13, 2024
Dec 25, 2023
Aug 4, 2023
Mar 28, 2023
Mar 22, 2023
Feb 11, 2024
Jun 16, 2023
Feb 13, 2024
Feb 11, 2024
Feb 11, 2024
Oct 29, 2021
Feb 11, 2024
Jan 18, 2022
Aug 21, 2015
Dec 28, 2023
Aug 21, 2015
Dec 16, 2017
Dec 27, 2016
Jul 11, 2023
Jul 26, 2023
Nov 22, 2022
Mar 23, 2023
Oct 31, 2022
Oct 6, 2021
Aug 4, 2023
Nov 1, 2021
Nov 7, 2021
Feb 12, 2022
Jul 11, 2023
Feb 13, 2024

Repository files navigation

Unicorn Engine

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, PowerPC, RISCV, SPARC, S390X, TriCore 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, Lua and Zig.
  • Native support for Windows & *nix (with Mac OSX, Linux, Android, *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 milestones for our regular release.

CREDITS.TXT records important contributors of our project.