开发者

Is there a replacement for nm on Windows?

开发者 https://www.devze.com 2023-02-20 06:29 出处:网络
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 ref

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.

Is there a replacement for nm on Windows?

0

精彩评论

暂无评论...
验证码 换一张
取 消