![]() |
#3 |
Участник
|
Цитата из Тренинга по разработке:
Цитата:
One method used to view a list of functions in a DLL is the dumpbin.exe program. This is shipped with Microsoft® Visual Studio®. Use the following line in a command prompt to obtain a list of functions in Kernel32.dll
X++: dumpbin /exports c:\windows\system32\kernel32.dll |
|