From http://msdn.microsoft.com/en-us/library/windows/apps/br205762(v=VS.85).aspx it seems that Metro Apps which want to go on the Store cannot use Win32 Virtual Memory Management routines like VirtualAlloc, VirtualProtect, etc. Are there WinRT alternatives
for similar functionality? Is it possible to dynamically allocate and mark a particular area in memory as executable?