문제

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

도움이 되었습니까?

해결책

Consider installing cygwin and trying those linux examples...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top