Skip to content

nyaxt/libudis86-ruby

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
t
 
 
 
 
 
 
 
 
 
 
 
 

libUdis86-ruby

libUdis86-ruby is a ruby language binding for udis86 disassembler library.

http://udis86.sourceforge.net/

This library can be used to inspect raw x86/x64 code from your ruby script.

Build

ruby extconf.rb
make

Example

u = Udis86.new
u.mode = 64 # set x64 disassemble mode
u.input = "\x31\xc0\xc9"

p u.to_a

License

BSD License apply

About

Ruby binding for udis86 Disassembler Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published