开发者

How to view a DLL file on Windows XP

开发者 https://www.devze.com 2023-02-05 21:21 出处:网络
i want to see the 开发者_运维知识库function in the dll file , how to view a dll file, what tools should i use?

i want to see the 开发者_运维知识库function in the dll file ,

how to view a dll file , what tools should i use ?

thanks


GUI tool: Dependency Walker (free download from the web) Launch the application and File/Open desired dll.

Command line tool: dumpbin.exe (It came with Visual Studio, but free download might be available on msdn)

Type dumpbin /exports desired.dll


try the DLL Export Viewer

How to view a DLL file on Windows XP

0

精彩评论

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