[issue22950] ASLR and DEP protection

2014-11-26 Thread Ned Deily
Ned Deily added the comment: Python is supported on many platforms and the techniques and support for address layout randomization and similar techniques vary greatly. Also, in many cases, Python is being used from a distribution built by a third-party, such as an operating system vendor or a

[issue22950] ASLR and DEP protection

2014-11-26 Thread Friedrich Spee von Langenfeld
New submission from Friedrich Spee von Langenfeld: Are all binary files of a Python installation protected with techniques like Adress Space Layout Randomization and Data Execution Prevention? How can someone check this with an PE Editor or something similar? I know that this seems not to be a