ronin-rb / ronin-code-asm

A Ruby DSL for crafting assmebly programs and shellcode.
https://ronin-rb.dev
GNU Lesser General Public License v3.0
49 stars 11 forks source link

Add a Disassembler ontop of ffi-udis86 #13

Open postmodern opened 11 years ago

postmodern commented 11 years ago

Add a Disassembler that can create Ronin::ASM::Instructions using ffi-uids86.

postmodern commented 11 years ago

This could be a disassemble method on Program, which would construct a new Program object.