28c4c665f0
A number of x86 registers were removed for #1440, causing a change in numbering for many other registers. This is causing inconveniences at the moment, e.g. it's not possible to use the Unicorn2 shared library as a drop-in replacement for the Unicorn1 one. Restore the old numbering. Fixes #1492. |
||
---|---|---|
.. | ||
unicorn_gem | ||
Makefile | ||
README.md | ||
sample_arm.rb | ||
sample_arm64.rb | ||
sample_m68k.rb | ||
sample_mips.rb | ||
sample_sparc.rb | ||
sample_x86.rb | ||
sample_x86_gdt.rb | ||
test_hook_gc.rb |
README.md
Installation
Software requirements
Linux
- ruby >= 1.9.3
- rubygems
- make
- gcc
Mac OS
- ruby >= 1.9.3
- rubygems
- make
- XCode
Install unicorn
- cd path_to_unicorn
- ./make.sh install
Install ruby binding
- cd bindings/ruby
- make install