unicorn/bindings/ruby
Stephen 9f0cdc4be9 Update .travis.yml
Update eflags_nosync.c
Update sigill2.c
Update ro_mem_test.c
Update ro_mem_test.c
Update nr_mem_test.c
Update mem_fuzz.c
Update mem_double_unmap.c
Update emu_stop_in_hook_overrun.c
Update eflags_nosync.c
remove unused
Update Makefile
Update Makefile
Update Makefile
Update Makefile
Update Makefile
Update Makefile
Update Makefile
Update mem_64_c.c
Update mem_64_c.c
Update Makefile
Update Makefile
Update Makefile
Update Makefile
Update Makefile
Update Makefile
Update .travis.yml
try android ndk build
Update unicorn.py
Update unicorn.py
Update Makefile
Update unicorn.py
Update unicorn.py
remove an untrue comment

if a dll/so/dylib gets loaded at runtime is dependent on many different factors, primarily the LD/DYLD paths. Those do not always include the current working directory
Update Makefile
Update .appveyor.yml
Update .travis.yml
Update Makefile
Update .appveyor.yml
Fix bad sample
2016-11-11 07:45:06 -08:00
..
unicorn_gem make cleanup 2016-11-06 16:27:24 -08:00
Makefile Update .travis.yml 2016-11-11 07:45:06 -08:00
README.md README format changed 2016-03-22 12:26:12 +01:00
sample_arm.rb ruby & java: fix address of Thumb sample 2016-09-20 20:16:29 +08:00
sample_arm64.rb sample for arm64 added 2016-03-27 21:15:45 +02:00
sample_m68k.rb sample for m68k added 2016-03-27 21:31:34 +02:00
sample_mips.rb sample for mips added 2016-03-27 21:38:46 +02:00
sample_sparc.rb sample for sparc added 2016-03-27 21:44:09 +02:00
sample_x86.rb ruby: spaces & indentation 2016-03-22 20:54:51 +08:00
sample_x86_gdt.rb set gdt example added 2016-03-27 22:04:33 +02: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