Pergunta

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

Foi útil?

Solução

Consider installing cygwin and trying those linux examples...

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top