how can I hook the LoadLibraryA API? I am googling a lot but I can't find any piece of code that helps me doing what I want to.
I just want to intercept it and display in a message box what is the name of the DLL that the program is trying to load.
is there a way I can do that?
Thanks.
Example: I would do it in a DLL. Then, inject this dll in my test app and then use an injector to inject a dll. The DLL must intercept that and display the dll name.