Udis86/64 is (as of now) a binary file disassembler for the x86 and x86-64 (AMD64) architectures, capable of disassembling 16/32/64 bit binary files to AT&T or INTEL assembly language syntax.
[COPYRIGHt=1] Udis86 focuses on providing the basic disassembler functionality in executable format as well as a static library libudis86.a for use as the core of object/executable file diassembler programs.
Версия: 1.4
· Fixed: Printf warnings.
· Fixed: set_input_buffered to set_input_buffer in documentation.
· Added support for INTEL VMX instructions.
· API addition: ud_set_vendor(): UD_VENDOR_{INTEL, AMD}.
· Fixed: Handling of invalid combination of bytes. No more input re-syncing.
· Added Makefiles for win32 build. (Thanks to Xi Hang).
· Added Makefile.standalone for "Standalone Udis86".
· [Oct/27/06] 0xF1 is now int1.
· Fixed: cast prefix for Group1_op80/82/C0/D0 instructions.
· Fixed: lmsw
· Added support for Udis86 Standalone.
· [Sep/18/06] Fixed: Missing support for o32 for in/out instructions.
· [Jul/26/06] Fixed: Missing REX.W in Group1_op83 instructions.
· [Jul/16/06] Fixed: rex.b on [rip+disp]
· [Jul/15/06] Fixed: Wrongly printing "loopnz" as "loopn" (Thanks to Sanjay Patel)
· Fixed: Wrongly decoding "out Ib, AL" ((Thanks to Sanjay Patel)
· [Jun/8/06] Missing instructions added. (As per AMD64 Manual Vol3 Rev 3.11
· Dec 2005)
· Fixed minor decoder issues. (Thanks to Sanjay Patel)
· Fixed issues with input stream buffer. (Thanks to Sanjay Patel)
· [May/18/06] Fixed issues with handling of 64-bit values.
· Fixed bug in syntax generation for immediate operands in branch instructions.
· Fixed decoding of (G, W) operands.
· [May/12/06] Added support for data types in MS VC++.
· [May/11/06] Fixed portability issues concerning inp_uintXX functions in input.c and 64-bit casting in syn-intel/syn-att.c