Checking up Intel assembly opcodes easily in Linux

后端 未结 1 1115
陌清茗
陌清茗 2021-01-14 09:05

I have been looking for an practical tool that would print the opcodes of any Intel 64-bit or 32-bit instruction in Linux, eg. something like Hiew\'s assembler in DOS. A web

相关标签:
1条回答
  • 2021-01-14 09:23

    Disassemblers, like libdisasm and udis86 usually come with a lookup table for opcodes.

    udis86 also comes with a command line tool (udcli), which you feed hex bytes and it gives you the decoded version.

    0 讨论(0)
提交回复
热议问题