This website requires JavaScript.
Explore
Help
Register
Sign In
yizhi-js-lib
/
favicon-trap
Watch
1
Star
0
Fork
0
You've already forked favicon-trap
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a893bcf138d6253e367f173c70e54d1903ad376d
favicon-trap
/
bindings
/
ruby
History
Jonas
a893bcf138
Changed constatns in ruby gdt example (
#876
)
...
I think those two numbers are wrong, see
http://wiki.osdev.org/Global_Descriptor_Table
2017-08-29 17:03:52 +07:00
..
unicorn_gem
typo fixed: contest_restore -> context_restore (
#843
)
2017-05-23 00:52:34 +08:00
Makefile
Updated ruby bindings (
#744
)
2017-01-29 08:13:17 +08:00
README.md
README format changed
2016-03-22 12:26:12 +01:00
sample_arm64.rb
sample for arm64 added
2016-03-27 21:15:45 +02:00
sample_arm.rb
ruby & java: fix address of Thumb sample
2016-09-20 20:16:29 +08: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_gdt.rb
Changed constatns in ruby gdt example (
#876
)
2017-08-29 17:03:52 +07:00
sample_x86.rb
Updated ruby bindings (
#744
)
2017-01-29 08:13:17 +08:00
test_hook_gc.rb
fix Ruby bindings (
#830
)
2017-05-22 20:46:30 +08:00
README.md
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