Latest Release

Download the source code or prebuilt binaries for your platform:

The latest version of Unicorn is 1.0.2 published on 2024-12-18T07:43:00Z.

Filename Size
unicorn-1.0.2.tar.gz 632 KB
unicorn-amalgamation-1.0.2.tar.gz 365 KB
unicorn-amalgamation-1.0.2.zip 366 KB

Looking for previous versions? Check the GitHub releases page.

Release Notes

Correcting all additional MISRA C violations discovered by external static analysis tools. If you believe there is a MISRA violation that is not a documented deviation, then please report it here.

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