<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: ASLR: Address Space Layout Randomization</title>
	<link>https://www.dumpanalysis.org/blog/index.php/2007/05/22/aslr-address-space-layout-randomization/</link>
	<description>Structural and Behavioral Patterns for Software Diagnostics, Forensics and Prognostics</description>
	<pubDate>Thu, 07 May 2026 00:47:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Exception Addresses from Event Logs</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/05/22/aslr-address-space-layout-randomization/#comment-76518</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Exception Addresses from Event Logs</dc:creator>
		<pubDate>Thu, 28 May 2009 10:26:35 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/05/22/aslr-address-space-layout-randomization/#comment-76518</guid>
		<description>[...] on Vista and W2K8 due to ASLR system DLLs could be at different addresses if we take the dump of a different running process [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] on Vista and W2K8 due to ASLR system DLLs could be at different addresses if we take the dump of a different running process [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Crash Dump Analysis Patterns (Part 10a)</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/05/22/aslr-address-space-layout-randomization/#comment-26229</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Crash Dump Analysis Patterns (Part 10a)</dc:creator>
		<pubDate>Wed, 07 May 2008 13:05:29 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/05/22/aslr-address-space-layout-randomization/#comment-26229</guid>
		<description>[...] similar address space reshuffling happens with ASLR-enabled applications with the difference that system DLLs are never remapped below [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] similar address space reshuffling happens with ASLR-enabled applications with the difference that system DLLs are never remapped below [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/05/22/aslr-address-space-layout-randomization/#comment-2795</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Mon, 02 Jul 2007 18:03:01 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/05/22/aslr-address-space-layout-randomization/#comment-2795</guid>
		<description>Thanks for pointing to this! I have corrected the text.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing to this! I have corrected the text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas RUFF</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/05/22/aslr-address-space-layout-randomization/#comment-2790</link>
		<dc:creator>Nicolas RUFF</dc:creator>
		<pubDate>Mon, 02 Jul 2007 05:48:06 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/05/22/aslr-address-space-layout-randomization/#comment-2790</guid>
		<description>Indeed, but this is not consistent with the introduction:

"* Load address randomization (/dynamicbase linker option)
* Stack address randomization (/dynamicbase linker option)
* Heap randomization
The first two randomizations change addresses across Vista reboots."</description>
		<content:encoded><![CDATA[<p>Indeed, but this is not consistent with the introduction:</p>
<p>&#8220;* Load address randomization (/dynamicbase linker option)<br />
* Stack address randomization (/dynamicbase linker option)<br />
* Heap randomization<br />
The first two randomizations change addresses across Vista reboots.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/05/22/aslr-address-space-layout-randomization/#comment-2688</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Thu, 28 Jun 2007 00:35:28 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/05/22/aslr-address-space-layout-randomization/#comment-2688</guid>
		<description>Agree, this is what my table says (both +):
&lt;pre&gt;&lt;code&gt;Randomization   &#124; New/Reboot &#124; New &#124; Old/Reboot &#124; Old 
------------------------------------------------------ 
Stack           &#124;      +     &#124;  +  &#124;      -	&#124;  - 
------------------------------------------------------ &lt;/code&gt;&lt;/pre&gt;

Thanks,
Dmitry</description>
		<content:encoded><![CDATA[<p>Agree, this is what my table says (both +):</p>
<pre><code>Randomization   | New/Reboot | New | Old/Reboot | Old
------------------------------------------------------
Stack           |      +     |  +  |      -	|  -
------------------------------------------------------ </code></pre>
<p>Thanks,<br />
Dmitry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas RUFF</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/05/22/aslr-address-space-layout-randomization/#comment-2683</link>
		<dc:creator>Nicolas RUFF</dc:creator>
		<pubDate>Wed, 27 Jun 2007 19:19:28 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/05/22/aslr-address-space-layout-randomization/#comment-2683</guid>
		<description>Stack address changes on every program execution, not on reboot. I have just been testing on my Vista32 with this 1-liner:

int main() {
int i;
printf("%08x", &#38;i);
}</description>
		<content:encoded><![CDATA[<p>Stack address changes on every program execution, not on reboot. I have just been testing on my Vista32 with this 1-liner:</p>
<p>int main() {<br />
int i;<br />
printf(&#8221;%08x&#8221;, &amp;i);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/05/22/aslr-address-space-layout-randomization/#comment-1997</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Fri, 25 May 2007 08:32:29 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/05/22/aslr-address-space-layout-randomization/#comment-1997</guid>
		<description>&lt;p&gt;I haven't installed x64 Vista yet but it looks like it has been added:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.windowsitpro.com/Windows/Article/ArticleID/50522/50522.html" rel="nofollow"&gt;What You Need to Know About Windows Vista x64 Versions' Unique Security Features&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.winsupersite.com/showcase/winvista_ff_x64.asp" rel="nofollow"&gt;Windows Vista Feature Focus: 64-Bit (x64) Support&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and there is some indirect evidence that Vista x64 supports ASLR on MS web site:&lt;/p&gt;
&lt;p&gt;http://support.microsoft.com/kb/922822/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t installed x64 Vista yet but it looks like it has been added:</p>
<p><a href="http://www.windowsitpro.com/Windows/Article/ArticleID/50522/50522.html" rel="nofollow">What You Need to Know About Windows Vista x64 Versions&#8217; Unique Security Features</a></p>
<p><a href="http://www.winsupersite.com/showcase/winvista_ff_x64.asp" rel="nofollow">Windows Vista Feature Focus: 64-Bit (x64) Support</a></p>
<p>and there is some indirect evidence that Vista x64 supports ASLR on MS web site:</p>
<p><a href="http://support.microsoft.com/kb/922822/" rel="nofollow">http://support.microsoft.com/kb/922822/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pirks</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/05/22/aslr-address-space-layout-randomization/#comment-1994</link>
		<dc:creator>Pirks</dc:creator>
		<pubDate>Fri, 25 May 2007 03:20:04 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/05/22/aslr-address-space-layout-randomization/#comment-1994</guid>
		<description>Dmitry, is this ASLR feature a Vista x64 specific one? Or is it available in both 32-bit and 64-bit Vista?</description>
		<content:encoded><![CDATA[<p>Dmitry, is this ASLR feature a Vista x64 specific one? Or is it available in both 32-bit and 64-bit Vista?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
