I have DLL without documentations and without list of available functions.
What ways can found the description of functions inside DLL? I tried to use dllexp.exe, but it showed me only functions names. How I can to get an arguments of functions?
I have DLL without documentations and without list of available functions. What ways can
Share
you can use Microsoft visual studio intellisense . it shows you each function description(if exist) ,argument(all overrides too) and their types.