Udis86 - Disassembler Library for x86 and AMD64

Documentation · XML Optable · Help! · Author · Changes · SF Project Page

Udis86 is an easy-to-use minimalistic disassembler library (libudis86) for the x86 and AMD64 (x86-64) range of instruction set architectures. The primary intent of the design and development of udis86 is to aid software development projects that entail binary code analysis.

Latest Release: udis86-1.7.tar.gz

libudis86

  1. Full support for the x86 and x86-64 (AMD64) range of instruction set architectures.
  2. Full support for all AMD-V, INTEL-VMX, MMX, SSE, SSE2, SSE3, FPU(x87), and AMD 3Dnow! instructions.
  3. Supports 16bit, 32bit, and 64bit disassembly modes.
  4. Supports instruction meta-data using XML based decode tables.
  5. Generates output in AT&T or INTEL assembler language syntaxes.
  6. Supports flexbile input methods: File, Buffer, and Hooks.
  7. Thread-safe and Reentrant.
  8. Clean and very easy-to-use API.

udcli

A front-end incarnation of this library, udcli is a small command-line tool for your quick disassembly needs.

Help Needed

I am looking for developers who can help me with udis86 in the following areas, If you are interested, let me know at vivekATsig9DOTcom.

Author

Udis86 is a creation of Vivek Mohan. You can reach me at vivek[at]sig9[dot]com. Please let me know if you are using udis86, have ideas for it, or would like to comment on it.

© 2006, 2007, 2008 Vivek Mohan