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

Method FreeLibrary

client/Program.cs:72–73  ·  view source on GitHub ↗
(IntPtr handle)

Source from the content-addressed store, hash-verified

70 static extern IntPtr GetProcAddress(IntPtr hModule, string procName);
71
72 [DllImport("kernel32", SetLastError = true, CharSet = CharSet.Ansi)]
73 static extern int FreeLibrary(IntPtr handle);
74
75 [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
76 struct SECPKG_FUNCTION_TABLE {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected