unicorn/bindings/ruby
kj.xwings.l 038b4f3345
Removed hardcoded CP0C3_ULRI (#1098)
* 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

Backports most of commit 24f55a7973278f20f0de21b904851d99d4716263 from
unicorn. Ignores internal core modifications, as this would be
special-casing non-upstreamed behavior.
2019-08-08 20:08:57 -04:00
..
unicorn_gem Removed hardcoded CP0C3_ULRI (#1098) 2019-08-08 20:08:57 -04:00
Makefile version changed and unicorn.gemspec renamed to unicorn-engine.gemspec (#915) 2017-10-27 20:30:01 +08:00
README.md README format changed 2016-03-22 12:26:12 +01:00
sample_arm64.rb renamed unicorn gem to unicorn-engine (#895) 2017-09-19 07:43:21 +07:00
sample_arm.rb renamed unicorn gem to unicorn-engine (#895) 2017-09-19 07:43:21 +07:00
sample_m68k.rb renamed unicorn gem to unicorn-engine (#895) 2017-09-19 07:43:21 +07:00
sample_mips.rb renamed unicorn gem to unicorn-engine (#895) 2017-09-19 07:43:21 +07:00
sample_sparc.rb renamed unicorn gem to unicorn-engine (#895) 2017-09-19 07:43:21 +07:00
sample_x86_gdt.rb renamed unicorn gem to unicorn-engine (#895) 2017-09-19 07:43:21 +07:00
sample_x86.rb renamed unicorn gem to unicorn-engine (#895) 2017-09-19 07:43:21 +07:00
test_hook_gc.rb renamed unicorn gem to unicorn-engine (#895) 2017-09-19 07:43:21 +07:00

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