MCPcopy Create free account
hub / github.com/CCob/lsarelayx / LoadLibrary

Method LoadLibrary

client/Program.cs:66–67  ·  view source on GitHub ↗
([MarshalAs(UnmanagedType.LPStr)] string lpFileName)

Source from the content-addressed store, hash-verified

64 internal static extern uint AddSecurityPackage(string pszPackageName, SECURITY_PACKAGE_OPTIONS Options);
65
66 [DllImport("kernel32", SetLastError = true, CharSet = CharSet.Ansi)]
67 static extern IntPtr LoadLibrary([MarshalAs(UnmanagedType.LPStr)] string lpFileName);
68
69 [DllImport("kernel32", CharSet = CharSet.Ansi, ExactSpelling = true, SetLastError = true)]
70 static extern IntPtr GetProcAddress(IntPtr hModule, string procName);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected