Skip to content
Snippets Groups Projects
  1. Dec 25, 2014
  2. Nov 16, 2014
  3. Aug 22, 2014
  4. Apr 05, 2014
    • Sebastian Graf's avatar
      No UD_ATTRIBUTE_PACKED for ud_mnemonic_code · b293936f
      Sebastian Graf authored
      I don't think packing the enum into 16-bit is advantageous in any way, also it doesn't happen on MSVC, for which the macro is defined to be empty. The ud struct's size shouldn't change (at least it doesn't on Clang/GCC for 64-bit), only the offset of the mnemonic member would be aligned to 4 bytes.
      b293936f
  5. Feb 03, 2014
    • Sebastian Graf's avatar
      Update ud_opcode.py to also support Python 3.x · ef312900
      Sebastian Graf authored
      Hit this on Arch, which uses Python 3 as default interpreter. The scripts should either call `/usr/bin/python2` instead of just `/usr/bin/python` or this script must be updated. The proposed change(s) in particular:
      
          * `dict.iteritems()` has been replaced by `dict.items()`, which returns a lazy view instead. `itemslist()` resolves this.
      ef312900
  6. Jan 02, 2014
  7. Nov 15, 2013
    • Vegard Nossum's avatar
      Fix standalone compilation · 06c17fa7
      Vegard Nossum authored
      udint.h needs to include types.h in order to get the __UD_STANDALONE__
      macro. Otherwise it will think we're in non-standalone mode and fail to
      compile in standalone mode.
      06c17fa7
  8. Nov 14, 2013
  9. Oct 19, 2013
  10. Oct 11, 2013
  11. Oct 06, 2013
  12. Oct 05, 2013
  13. Sep 22, 2013
  14. Sep 03, 2013
Loading