79271874

Date: 2024-12-11 13:29:09
Score: 2
Natty:
Report link

In case you want to restrict the search to the system32 directory because it is a windows dll, you could use loadlibraryex:

HINSTANCE dnsDllHandle = LoadLibraryEx("Test.dll", nullptr, LOAD_LIBRARY_SEARCH_SYSTEM32);

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Bert