windows - How can an application load a DLL without its name? -
I have separated a VB6 application that calls a function in a DLL library, but I do not have any reference to DLL How can the calling code in Disassembly load this DLL? It is dynamically linked because I can see the effect of DLL removal and replacement.
I am using IDA Pro Free, calling application is a VB6 app, and DLL is a plain Win32 DLL I suspect was created using C or C ++.
Open your app, it will show you all DLLs linked.
Comments
Post a Comment