How to use/install GNU binutils (objdump)

后端 未结 1 734
刺人心
刺人心 2020-12-10 12:44

I need to use the objdump and readelf commands in my application that runs on windows. I know I can install cygwin in order to use them. The reason why I don\'t want to use

相关标签:
1条回答
  • 2020-12-10 13:29

    they are already compiled and they can be downloaded from here!

    Once downloaded they will be located in the bin directory:

    enter image description here

    and then you will use it the same way you use it on linux by passing the same args.

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