MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / BTCpuNotifyMapViewOfSection

Function BTCpuNotifyMapViewOfSection

Source/Windows/WOW64/Module.cpp:1002–1006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1000}
1001
1002NTSTATUS BTCpuNotifyMapViewOfSection(void* Unk1, void* Address, void* Unk2, SIZE_T Size, ULONG AllocType, ULONG Prot) {
1003 std::scoped_lock Lock(ThreadCreationMutex);
1004 HandleImageMap(reinterpret_cast<uint64_t>(Address));
1005 return STATUS_SUCCESS;
1006}
1007
1008void BTCpuNotifyUnmapViewOfSection(void* Address, BOOL After, ULONG Status) {
1009 if (!After) {

Callers

nothing calls this directly

Calls 1

HandleImageMapFunction · 0.70

Tested by

no test coverage detected