Producing x86 assembly code from a binary executable/C array

Posted by yeeeev on Stack Overflow See other posts from Stack Overflow or by yeeeev
Published on 2010-05-08T14:55:27Z Indexed on 2010/05/08 14:58 UTC
Read the original article Hit count: 188

Filed under:
|

Hi,

I have a C array that contains binary x86_64 machine code, which I need to convert to assembly code on a Linux machine. I have no problem in converting the C array to a binary executable, but can't find the utility to convert it to asm code.

Any ideas?

Thanks!

© Stack Overflow or respective owner

Related posts about assembly

Related posts about x86-64