Example #1
0
 public static uint UnmapSection(this Process process, ulong baseAddress) => NT.NtUnmapViewOfSection(process.Handle, baseAddress);