Question

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

Was it helpful?

Solution

Consider installing cygwin and trying those linux examples...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top