-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Developers
lazymio edited this page Apr 14, 2025
·
7 revisions
This page is for Unicorn developers only.
cmake .. -DUNICORN_FUZZ=1
This is equivalent to make headers
in Unicorn1.
sh symbols.sh
- Register size must be exactly matched.
-
uc_mem_write/read
needs to care about endianness whileuc_reg_read/write
does not.
- Sync docs&&changelog from Github wiki.
- Bump version in
unicorn.h
,CMakeLists.txt
,setup.py
,Cargo.toml
,UnicornEngine.fsproj
,UnicornSamples.csproj
,version.rb
- Update bindings by
make
inbindings
directory - Tag && push.