]>
Commit | Line | Data |
---|---|---|
93a37866 A |
1 | This documents the differences between the stock version of udis86 and the one found |
2 | here: | |
3 | ||
4 | - All files not named "udis86" were prefixed with "udis86". | |
5 | ||
6 | - assert() has been changed to ASSERT() | |
7 | ||
8 | - Mass rename of udis86_input.h inp_ prefixed functions and macros to ud_inp_ to | |
9 | avoid namespace pollution. | |
10 | ||
11 | - Removal of KERNEL checks. | |
12 | ||
13 | - Added #include of udis86_extern.h in udis86_decode.c. | |
14 | ||
15 | - Removed s_ie__pause and s_ie__nop from udis86_decode.c, since they weren't used. | |
16 | ||
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. | |
19 | ||
20 | - Made the code in udis86_syn.h use vsnprintf() instead of vsprintf(). | |
21 | ||
22 | - Fixed udis86_syn-att.c's jump destination printing to work correctly in 64-bit mode. | |
23 | ||
24 | - Add --outputDir option to itab.py. |