MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / dlopen

Function dlopen

Suscan/Plugin.cpp:64–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64static void *
65dlopen(const char *path, int)
66{
67 HINSTANCE hInst;
68
69 hInst = LoadLibraryA(path);
70 if (hInst == nullptr)
71 dl_set_last_error("LoadLibrary: %s", GetLastError());
72 return hInst;
73}
74
75static int
76dlclose(void *handle)

Callers 1

makeMethod · 0.85

Calls 1

dl_set_last_errorFunction · 0.85

Tested by

no test coverage detected