unicorn/bindings/ruby
2017-02-24 21:51:01 +08:00
..
unicorn_gem bindings: update to support X86 MSR id 2017-02-24 21:51:01 +08:00
Makefile Updated ruby bindings (#744) 2017-01-29 08:13:17 +08:00
README.md
sample_arm.rb ruby & java: fix address of Thumb sample 2016-09-20 20:16:29 +08:00
sample_arm64.rb
sample_m68k.rb
sample_mips.rb
sample_sparc.rb
sample_x86.rb Updated ruby bindings (#744) 2017-01-29 08:13:17 +08:00
sample_x86_gdt.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