Skip to content
lazymio edited this page Feb 7, 2023 · 5 revisions

This page is for Unicorn developers only.

Building fuzzing targets

cmake .. -DUNICORN_FUZZ=1

Generating headers for softmmu

This is equivalent to make headers in Unicorn1.

sh symbols.sh

Release steps

  • Sync docs&&changelog from Github wiki.
  • Bump version in unicorn.h, CMakeLists.txt, setup.py, Cargo.toml, UnicornEngine.fsproj, UnicornSamples.csproj
  • Update bindings by make in bindings directory
  • Tag && push.