[Software] Dll Viewer tools
在使用,平台呼叫 (PInvoke) 時,需要看 dll 有哪些 Function,會使用到的小工具,這些工具能查看 Function Name及 Ordinal,這兩個屬性對於平台呼叫很重要
http://msdn.microsoft.com/zh-tw/library/f5xe74x8(v=vs.110).aspx
1.DLL Export Viewer
http://www.nirsoft.net/utils/dll_export_viewer.html
2.RegDllView列出已註冊的DLL,還能對DLL做一些操作
http://www.nirsoft.net/utils/registered_dll_view.html
3.Dependency Walker,同樣能得到Orinal 及Founction,從下面畫面看來,它能得到更詳細的資訊
列出系統的dll
若有謬誤,煩請告知,新手發帖請多包涵
Microsoft MVP Award 2010~2017 C# 第四季
Microsoft MVP Award 2018~2022 .NET