Debug Command 20 - UnMap Memory Alias Command
Parameters
Pid
Returns
The DBG_C_UnMapAlias command is used when the debugger has finished using an alias region. Both read-only and read-write aliases may be freed in this way.
Regions returned from other memory management calls may not be used.
The debugger may issue this command while the debuggee is executing code via a DBG_C_Go command.
When the debuggee process terminates, all aliases to its memory space will be invalidated. When a debugger program terminates, all aliases from its memory space will also be invalidated.