Windows ASLR Memory Boundary Trick


Goal is loading the windows media player activex control at a fixed address across reboots.
This is done by allocating as much memory as possible and afterwards freeing small chunks of memory
so the media player activex control fits into this remaining memory hole. The result is that the
media player control is loaded at a fixed address at a high memory region.
It takes some time to allocate memory. Windows will be unresponsive during allocation...