How to tell if a DLL function is being called from a VB6 exe?

Posted by aiGuru on Stack Overflow See other posts from Stack Overflow or by aiGuru
Published on 2010-05-17T14:58:29Z Indexed on 2010/05/17 15:00 UTC
Read the original article Hit count: 177

Filed under:
|
|

I have an old VB6 app and I'm not sure which code was used to compile it. One revision of the source makes a call to Sleep in kernel32.dll.

Is there a way to find out if the exe calls a specific function in a DLL? I can see that kernel32.dll is linked by using the "Dependency Walker" tool but that doesn't seem to tell me that a specific function is called from the exe.

© Stack Overflow or respective owner

Related posts about vb6

Related posts about dll