Prevent unmapping core modules

This commit is contained in:
momo5502
2025-02-07 19:56:23 +01:00
parent a2f795f33c
commit 3347667948
5 changed files with 26 additions and 11 deletions

View File

@@ -3267,7 +3267,7 @@ namespace
return STATUS_NOT_SUPPORTED;
}
if (c.proc.mod_manager.unmap(base_address))
if (c.proc.mod_manager.unmap(base_address, c.win_emu.log))
{
return STATUS_SUCCESS;
}