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
精彩评论