unicorn/bindings/ruby
Nguyen Anh Quynh 7cad644235
bindings: update for latest ARM registers addition
Backports commit 07cafff76a3093376755e61124124f6f593d64c9 from unicorn
2019-03-08 02:27:24 -05:00
..
unicorn_gem bindings: update for latest ARM registers addition 2019-03-08 02:27:24 -05:00
Makefile version changed and unicorn.gemspec renamed to unicorn-engine.gemspec (#915) 2017-10-27 20:30:01 +08:00
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

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