문제

I would like to examine object files on Windows similar to the Linux tool nm. Is this possible?

도움이 되었습니까?

해결책

You should try 'DUMPBIN'. You can see here the description of this tool and here the reference.

In addition, a GUI is available here.

enter image description here

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