MCPcopy Create free account
hub / github.com/NtQuery/Scylla / createFileMappingViewFull

Method createFileMappingViewFull

Scylla/ProcessAccessHelp.cpp:571–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569}
570
571LPVOID ProcessAccessHelp::createFileMappingViewFull(const WCHAR * filePath)
572{
573 return createFileMappingView(filePath, GENERIC_ALL, PAGE_EXECUTE_READWRITE, FILE_MAP_ALL_ACCESS);
574}
575
576LPVOID ProcessAccessHelp::createFileMappingView(const WCHAR * filePath, DWORD accessFile, DWORD flProtect, DWORD accessMap)
577{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected