| 5 | #include "WinVerHelper.h" |
| 6 | |
| 7 | CMemoryHelper::CMemoryHelper(HANDLE hProcess) : |
| 8 | m_hProcess(hProcess) |
| 9 | { |
| 10 | } |
| 11 | |
| 12 | LPVOID CMemoryHelper::Alloc(std::size_t size, DWORD dwProtection, LPVOID pPreferredLoc) |
| 13 | { |
nothing calls this directly
no outgoing calls
no test coverage detected