How to disassemble a binary executable in Linux to get the assembly code?

后端 未结 9 1316
情歌与酒
情歌与酒 2020-11-28 02:57

I was told to use a disassembler. Does gcc have anything built in? What is the easiest way to do this?

9条回答
  •  时光取名叫无心
    2020-11-28 03:39

    You might find ODA useful. It's a web-based disassembler that supports tons of architectures.

    http://onlinedisassembler.com/

提交回复
热议问题