Udis86 Changelog

What's new in Udis86 1.7.2

Sep 2, 2013
  • Clean up input handling, removing unnecessary caching
  • of input, which should speed up things.
  • Add the missing ud_insn_mnemonic api function.
  • Rename ud_opr_isgpr to ud_opr_is_gpr.
  • Fix decoding of relative jumps.
  • Fix build with automake-1.14
  • Minor fix to AT&T syntax (missing "$" prefix for immedaites)
  • Add a new api checker (tests/libcheck.c).
  • Add a standalone script for diff-testing (tests/difftest.sh)
  • Refinements to the documentation.

New in Udis86 1.7.1 (Jun 21, 2013)

  • Full support for SSSE3, SSE4.1, SSE4.2, SMX, AES.
  • New Sphinx-doc/RST based documentation.
  • New api for client size symbol resolver.
  • Visual Studio 2010 Build Support.
  • Added an operand tester.
  • Python 3.0 compatibility changes.
  • Minor fixes to AT&T syntax.
  • Fix install directory for data files.
  • Many bug fixes, and optable updates.
  • Add Texinfo document (make install-info)