Unicorn & QEMU

Unicorn engine is based QEMU, a great open source software emulator. Find more about the techinical details of Unicorn in our Blackhat USA 2015 slides.

A notable difference between Unicorn and QEMU is that we only focus on emulating CPU operations, but do not handle other parts of computer machine like QEMU. Internally, Unicorn reuses the CPU emulation component of QEMU as its core (with quite a lot of changes to adapt to our design). Therefore, our engine is able to emulate all the instructions that QEMU can, but beyond that we can do more & do better in many aspects.

The section below highlights the areas where Unicorn shines.


With all that said, QEMU is an awesome project, which Unicorn was born from. However, Unicorn is not just QEMU, but offering a lot more because it has been designed & implemented especially for CPU emulation.