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

Method createFileMappingViewRead

Scylla/ProcessAccessHelp.cpp:566–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566LPVOID ProcessAccessHelp::createFileMappingViewRead(const WCHAR * filePath)
567{
568 return createFileMappingView(filePath, GENERIC_READ, PAGE_READONLY | SEC_IMAGE, FILE_MAP_READ);
569}
570
571LPVOID ProcessAccessHelp::createFileMappingViewFull(const WCHAR * filePath)
572{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected