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

ud_insn_mnemonic() function #48

Closed felipensp closed 11 years ago

felipensp commented 11 years ago

Documentation points to an inexistent function called ud_insn_mnemonic(), has it been removed or never existed at all?

vmt commented 11 years ago

Felipe, thank you reporting this. This is indeed an error on my part, I must have accidentally dropped the function, and none of the tests caught it.

Please use u->mnemonic for now, and I'll fix this on top of tree.