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

Fix errors with dumping opcodes with differing key types #127

Open jherig opened 6 years ago

jherig commented 6 years ago

Fairly self-explanatory... Dumps failed using python 2.7.14, so I added in some type checking.