[Python-Dev] Windows Toolchain
Curt Hagenlocher
curt at hagenlocher.org
Mon Jul 13 23:50:48 CEST 2009
On Mon, Jul 13, 2009 at 2:04 PM, Nick Coghlan <ncoghlan at gmail.com> wrote:
>
> P.S. I must admit I've never really understood how Data Execution
> Prevention is ever going to work in a world with interpreted languages
> and just in time compilers... the line between data and code is fuzzier
> than one might think for a lot of programs...
The OS has to provide a mechanism to enable execution for a particular
region of memory. Under Windows, this is done by the VirtualProtect
function.
--
Curt Hagenlocher
curt at hagenlocher.org
More information about the Python-Dev
mailing list