Latest Release
Download the source code or prebuilt binaries for your platform:
The latest version of Unicorn is 1.3.1 published on 2025-12-06T21:13:21Z.
| Filename | Size | |
|---|---|---|
| unicorn-1.3.1.tar.gz | 1.26 MB |
Looking for previous versions? Check the GitHub releases page.
Release Notes
This release improves the quality of the man page documentation. The wording has been improved and more examples added.
There are no changes to the C API.
Building from Source
Building Unicorn from source requires a C compiler with at least C99 conformance.
- 1
- Download the source code for Unicorn.
- 2
Build with:
$ ./configure $ make $ make install
Building with CMake
- 1
- Install CMake.
- 2
- Download the source code for Unicorn.
- 3
-
Build with the following or choose a custom generator:
$ cmake -B build $ cmake --build build $ cmake --install build