MCPcopy Create free account
hub / github.com/beefytech/Beef / GetLibraryProcAddress

Function GetLibraryProcAddress

IDEHelper/HandleDbg.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98} OBJECT_TYPE_INFORMATION, *POBJECT_TYPE_INFORMATION;
99
100void* GetLibraryProcAddress(const char* LibraryName, const char* procName)
101{
102 return (void*)GetProcAddress(GetModuleHandleA(LibraryName), procName);
103}
104
105#include "HandleDbg.h"
106#include "BeefySysLib/util/CritSect.h"

Callers 2

CheckInitFunction · 0.85
ZZwmainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected