// Copyright 2011-2020 Molecular Matters GmbH, all rights reserved. // BEGIN EPIC MOD #if LC_VERSION == 1 //#include PCH_INCLUDE // END EPIC MOD #include "LC_WindowsInternalFunctions.h" WindowsInternals::Function WindowsInternals::NtSuspendProcess("ntdll.dll", "NtSuspendProcess"); WindowsInternals::Function WindowsInternals::NtResumeProcess("ntdll.dll", "NtResumeProcess"); WindowsInternals::Function WindowsInternals::NtReadVirtualMemory("ntdll.dll", "NtReadVirtualMemory"); WindowsInternals::Function WindowsInternals::NtWriteVirtualMemory("ntdll.dll", "NtWriteVirtualMemory"); WindowsInternals::Function WindowsInternals::NtQuerySystemInformation("ntdll.dll", "NtQuerySystemInformation"); WindowsInternals::Function WindowsInternals::NtQueryInformationProcess("ntdll.dll", "NtQueryInformationProcess"); WindowsInternals::Function WindowsInternals::NtContinue("ntdll.dll", "NtContinue"); #endif // LC_VERSION