Search code examples
windowsdebuggingobjdumpdwarf

objdump in windows in order to see debug info


I need to get the addresses and member names of the variables in a .out file. I basically compiled a c program in linux using gcc and I will like to see the info of the file. There are a lot of examples on linux but I need to do it on windows.

Edit

I installed cygwin and for some reason objdump does not work:

enter image description here


Solution

  • Consider installing cygwin and trying those linux examples...