vmt / udis86

Disassembler Library for x86 and x86-64
http://udis86.sourceforge.net
BSD 2-Clause "Simplified" License
1.02k stars 299 forks source link

compilation fixes for python 3.3. (iteritems has been removed in python ... #84

Closed btuduri closed 9 years ago

btuduri commented 10 years ago

Hello @vmt,

I had some difficulties to compile the program. I modified these lines because it seems that python 3.3.4 (my version of python) does not know "iteritems" but only "items".

Thanks you for all

vmt commented 9 years ago

b8ba14308908544d55fe40bdef066b2cef94c524 fixes this. Thank you.