unicorn/bindings/ruby/unicorn_gem
fallenoak 46ae3a042e Ruby: Support reading and writing x86 FPU stack registers (#892)
In order to reduce rounding problems from calculations, FPU stack
registers for x86 architectures contain values stored in an
80-bit extended precision format.

As a result, reading and writing to these registers requires
specific handling.

This update brings the Ruby bindings in line with the Python
bindings by supporting reading and writing the FPU stack registers
using 2-element arrays: [mantissa, exponent]

The mantissa array element contains the first 64 bits of the FPU
stack register.

The exponent array element contains the last 16 bits of the FPU
stack register.
2017-09-17 22:44:30 +07:00
..
ext Ruby: Support reading and writing x86 FPU stack registers (#892) 2017-09-17 22:44:30 +07:00
lib/unicorn add architecture query (#842) 2017-05-21 09:47:02 +08:00
pkg *.gem added 2016-03-27 20:59:56 +02:00
Gemfile ruby binding added 2016-03-22 12:17:23 +01:00
Rakefile ruby binding added 2016-03-22 12:17:23 +01:00
unicorn.gemspec Ruby: Support reading and writing x86 FPU stack registers (#892) 2017-09-17 22:44:30 +07:00