1 This documents the differences between the stock version of udis86 and the one found
4 - All files not named "udis86" were prefixed with "udis86".
6 - assert() has been changed to ASSERT()
8 - Mass rename of udis86_input.h inp_ prefixed functions and macros to ud_inp_ to
9 avoid namespace pollution.
11 - Removal of KERNEL checks.
13 - Added #include of udis86_extern.h in udis86_decode.c.
15 - Removed s_ie__pause and s_ie__nop from udis86_decode.c, since they weren't used.
17 - Made udis86_syn.h use WTF_ATTRIBUTE_PRINTF. This required making a bunch of little
18 fixes to make the compiler's format string warnings go away.
20 - Made the code in udis86_syn.h use vsnprintf() instead of vsprintf().
22 - Fixed udis86_syn-att.c's jump destination printing to work correctly in 64-bit mode.
24 - Add --outputDir option to itab.py.