24f55a7973
* activate CP0C3_ULRI for CONFIG3, mips * updated with mips patches * updated with mips patches * remove hardcoded config3 * git ignore vscode * fix spacing issue and turn on floating point |
||
---|---|---|
.. | ||
unicorn_gem | ||
Makefile | ||
README.md | ||
sample_arm64.rb | ||
sample_arm.rb | ||
sample_m68k.rb | ||
sample_mips.rb | ||
sample_sparc.rb | ||
sample_x86_gdt.rb | ||
sample_x86.rb | ||
test_hook_gc.rb |
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