You can use the dumpbin utility to see exported
functions inside an executable, check switches of
dumpbin, if I remember correctly this comes with
platform sdk tools. If you'd rather use a gui tool,
you can use the depends tool that comes with platform
sdk to look inside a windows executable.
functions inside an executable, check switches of
dumpbin, if I remember correctly this comes with
platform sdk tools. If you'd rather use a gui tool,
you can use the depends tool that comes with platform
sdk to look inside a windows executable.
dumpb...
[ more ]