Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 214 Bytes

ldrunloaddll.md

File metadata and controls

8 lines (7 loc) · 214 Bytes

LdrUnloadDll

[DllImport("ntdll.dll", ExactSpelling = true)]
[DefaultDllImportSearchPaths(DllImportSearchPath.System32)]
public static extern unsafe NTSTATUS LdrUnloadDll(
    HANDLE ModuleHandle);