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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -