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


I have an old VB6 app and I'm not sure which compilation it was used to. An amendment to the source sleeps in the kernel 32.dll

Is there a way to find out whether the exe calls the specific function in a

You can see which DLL function is being called by the exe in the runtime.


Comments