Exemplo n.º 1
0
 public static ulong GetModuleFunction(string moduleName, string functionName)
 => Native.GetProcAddress(Native.GetModuleHandle(moduleName), functionName);