Skip to content
Snippets Groups Projects
user avatar
Nguyen Anh Quynh authored
add error code KS_ERR_ASM_SYMBOL_REDEFINED to report redefined symbols. also updated all the bindings after this
c5ca6795
History
Name Last commit Last update
..
keystone_gem
Makefile
README.md
sample.rb

Installation

Software requirements

Linux

  • ruby >= 1.9.3
  • rubygems
  • make
  • gcc

Mac OS

  • ruby >= 1.9.3
  • rubygems
  • make
  • XCode

Install keystone

  • cd path_to_keystone
  • ./make.sh install

Install ruby binding

  • cd bindings/ruby
  • make install